{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Ticket Attachment" %}{% endblock %} {% block helpdesk_body %}{% blocktrans %}

Delete Ticket Attachment

Are you sure you wish to delete the attachment {{ filename }} from this ticket? The attachment data will be permanently deleted from the database, but the attachment itself will still exist on the server.

{% endblocktrans %}

{% csrf_token %}
{% endblock %}