{% extends "comments/base.html" %}{% load i18n %} {% block title %}{% trans "Thanks for commenting" %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Thanks for posting your comment" %}

{% blocktrans %} We have received your comment, and posted it on the web site.
You will be sent back to the article... {% endblocktrans %}

{# Use identical formatting to normal comment list #}
{% include "comments/comment.html" %}

{% trans "Back to the article" %}

{% endblock %}