{% extends 'helpdesk/base.html' %} {% load bootstrap %} {% load restructuredtext %} {% block pagetitle %}: Delete Ticket{% endblock pagetitle %} {% block content %}

Delete Ticket

{% include 'helpdesk/ticket_card.html' with ticket=object %}
{% csrf_token %}

Are you sure you want to delete this Ticket (and all associated Followups)?

{% endblock content %}