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

{% trans "Really flag this comment?" %}

{{ comment|linebreaks }}
{% if next %}{% endif %}

or cancel

{% endblock %}