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