{% extends "comments/base.html" %}{% load i18n %} {% block title %}{% trans "Thanks for commenting" %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}
{% blocktrans %}
We have received your comment, and posted it on the web site.
You will be sent back to the article...
{% endblocktrans %}