{% extends "django_comments_tree/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Comment removed" %}.{% endblock %} {% block header %} {{ comment.content_object }} {% endblock %} {% block content %}
{% trans "Thank you for taking the time to improve the quality of discussion in our site." %}
{% endblock %}