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