{% extends "admin/layout.html" %} {% block title %}{{ _("Report Comments As Spam") }}{% endblock %} {% block contents %}

{{ _("Report Comments As Spam") }}

{% call form() %}

{{ _('Do you really want to report the selected comments as Spam?') }}

{{ form.selected_comments.hidden() }}
{% endcall %} {% endblock %}