{% extends "admin/layout.html" %} {% block title %}{{ _("Unblock Comment") }}{% endblock %} {% block contents %}
{% trans comment_author=comment.author|e, reason=comment.blocked_msg|e %} Do you really want to unblock the comment by {{ comment_author }} which was blocked with the following reason: {{ reason }}? {% endtrans %}