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

{% trans "Thanks — your comment has been posted." %}

{% if next %}

{% trans "You can close this page or return to the article." %}

{% trans "Return" %}
{% else %}

{% trans "You can close this page now." %}

{% endif %} {% endblock %}