{% extends "admin/layout.html" %} {% block title %}{{ _("Block Comment") }}{% endblock %} {% block contents %}
{% 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) }}