{% extends "comments/base.html" %} {% load i18n %} {% load comments_ink %} {% 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:" %}

{% get_user_avatar_or_gravatar comment.user_email "36,identicon" %}
{{ 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 %}