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

{% trans "Really remove this comment?" %}

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

or cancel

{% endblock %}