{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Ticket" %}{% endblock %} {% block helpdesk_body %}{% blocktrans with ticket.title as ticket_title %}

Delete Ticket

Are you sure you want to delete this ticket ({{ ticket_title }})? All traces of the ticket, including followups, attachments, and updates will be irreversably removed.

{% endblocktrans %} {% blocktrans %}

No, Don't Delete It

{% endblocktrans %}{% endblock %}