{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "Comment posted" %}{% endblock %} {% block content %}
{% trans "You can close this page or return to the article." %}
{% else %}{% trans "You can close this page now." %}
{% endif %} {% endblock %}