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

{{ _("Approve Comment") }}

{% call form() %}

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

{% endcall %} {% endblock %}