{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Ticket" %}{% endblock %} {% block helpdesk_breadcrumb %}
{% blocktrans with ticket.title as ticket_title %}Are you sure you want to delete this ticket ({{ ticket_title }})? All traces of the ticket, including followups, attachments, and updates will be irreversibly removed.{% endblocktrans %}
{% endblock %}