{% extends "djangovoice/base.html" %} {% load trans from i18n %} {% block title %}{% trans "Delete" %}{% endblock %} {% block content %}

{% trans "Are you sure you wish to delete this feedback item completely, and all of the comments associated with it?" %}

{% trans "There is no way to undo this!" %}

{% csrf_token %}

{% trans "or" %} {% trans "leave everything as it is" %}.

{% endblock %}