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

{% trans "Flag this comment?" %}


{% trans "Click on the flag button to mark the following comment as inappropriate." %}

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

{{ comment.comment }}

{% with object_absolute_url=comment.content_object.get_absolute_url %} {% if object_absolute_url %}

{% trans "Posted to "%} {{ comment.content_object }}

{% endif %} {% endwith %}

{% csrf_token %}
{% endblock %}