{% extends "comments/base.html" %}{% load i18n fluent_comments_tags %} {% 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 %}

{% if comment %}{# django_comments accepts GET without data #} {# Use identical formatting to normal comment list #}
{% render_comment comment %}
{% endif %}

{% trans "Back to the article" %}

{% endblock %}