{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Flag this comment" %}{% endblock %} {% block header %} {{ comment.content_object }} {% endblock %} {% block content %}
{% trans "Click on the flag button if you want to suggest the removal of the following comment:" %}
{{ comment.comment }}