{% 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 "Really flag this comment?" %}

{% trans "Click on the flag button if you want to suggest the removal of the following comment:" %}

{% if comment.user_url %} {{ comment.user_email|xtd_comment_gravatar }} {% else %} {{ comment.user_email|xtd_comment_gravatar }} {% endif %}
{{ comment.submit_date|date:"N j, Y, P" }} -  {% if comment.user_url %} {% endif %} {{ comment.user_name }} {% if comment.user_url %} {% endif %}

{{ comment.comment }}


{% csrf_token %}
{% endblock %}