{% extends "djangovoice/feedback_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!" %}
{% endblock %}