{% extends "admin/layout.html" %} {% block title %}{{ _("Report Comment As %s") % form_action }}{% endblock %} {% block contents %}
{% trans comment_author=form.comment.author|e %} Do you really want to report the comment by {{ comment_author }} as {{ form_action }} ? {% endtrans %}