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

{{ _("Block Comment") }}

{% call form() %}

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

{{ form.message.label() }}: {{ form.message(size=40) }}

{% endcall %} {% endblock %}