{% extends "comments/base.html" %} {% load i18n %} {% load comments_ink %} {% block title %}{% trans "Flag comment" %}{% endblock %} {% block content %}

{% trans "Flag this comment?" %}

{% trans "Comment sent to:" %}
{{ comment.content_object }}
{% if comment.url and not comment.is_removed %}{{ comment.name }}{% else %}{{ comment.name }}{% endif %} ⋅ {{ comment.submit_date }}  
{{ comment.comment|linebreaks|escape }}
{% trans "Click on the flag button to mark the following comment as inappropriate." %}
{% csrf_token %}
  {% trans "cancel" %}
{% endblock %}