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

{{ _("Delete All Comments") }}

{% call form() %}

{{ _('Do you really want to delete ALL(%d) %s comments; ' 'not just the ones shown on the page you were in?') % (comment_count, comment_kind) }}

{% endcall %} {% endblock %}