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

{{ _("Block Comments") }}

{% call form() %}

{{ _('Do you really want to block the selected comments?') }}

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