{% extends "django_comments_xtd/base.html" %} {% load i18n %} {% load comments_xtd %} {% block title %}{% trans "Remove comment" %}{% endblock %} {% block content %}

{% trans "Remove this comment?" %}

{% 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.user_email|xtd_comment_gravatar }}
{{ comment.submit_date|date:"N j, Y, P" }} -  {% if comment.user_url %} {{ comment.user_name }} {% else %}{{ comment.user_name }}{% endif %}
{{ comment.comment }}
{% csrf_token %}
{% endblock %}