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

{{ _("Delete Comment") }}

{% call form() %}

{% trans comment_author=form.comment.author|e %} Do you really want to delete the comment by {{ comment_author }}? {% endtrans %}

{% endcall %} {% endblock %}