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

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

{{ comment|linebreaks }}

or cancel

{% endblock %}