{% extends "base.html" %} {% load i18n %} {% block title %}Comment posted{% endblock %} {% block content %}

Comment posted successfully

Thanks for contributing.

{% if object %} {% trans 'View your comment' %} {% endif %} {% endblock %}