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

{% trans "Thanks for flagging the comment" %}

{% blocktrans %} Thanks for taking the time to improve the quality of discussion on our site.
You will be sent back to the article... {% endblocktrans %}

{% trans "Back to the article" %}

{% endblock %}