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

{% trans "Comment posted successfully" %}

{% trans "Thanks for contributing" %}.{% if object %} {% trans "View your comment" %}.{% endif %}

{% endblock %}