{% extends "tree_comments/base.html" %} {% load i18n %} {% block title %} {% trans "Approve a comment" %} {% endblock %} {% block content %}

{% trans "Really make this comment public?" %}

{{ comment|linebreaks }}
{% csrf_token %} {% if next %}
{% endif %}

or cancel

{% endblock %}