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

{{ _("Delete Comments") }}

{% call form() %}

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

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