{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% translate "Delete Ticket Attachment" %}{% endblock %} {% block helpdesk_body %}{% blocktranslate %}
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.
{% endblocktranslate %} {% endblock %}