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

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

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

or cancel

{% endblock %}