{% extends "admin/layout.html" %} {% block title %}{{ _("Report Comment As %s") % form_action }}{% endblock %} {% block contents %}

{{ _("Report Comment As %s") % form_action }}

{% call form() %}

{% trans comment_author=form.comment.author|e %} Do you really want to report the comment by {{ comment_author }} as {{ form_action }} ? {% endtrans %}

{% endcall %} {% endblock %}