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

{% trans "Thanks for removing 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 %}