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

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

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

or cancel

{% endblock content %}