{% extends "helpdesk/base.html" %} {% block helpdesk_title %}Delete Ticket{% endblock %} {% block helpdesk_body %}

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.

No, Don't Delete It

{% endblock %}