{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Remove comment" %}{% endblock %} {% block header %} {{ comment.content_object }} {% endblock %} {% block content %}
{% trans "As a moderator you can delete comments. Deleting a comment does not remove it from the site, only prevents your website from showing the text. Click on the remove button to delete the following comment:" %}
{{ comment.comment }}