{% 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 %} {% trans "Don't Delete" %} {% trans "Yes, I Understand - Delete" %} {{ filename }} {% csrf_token %} {% endblock %}
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.
{% trans "Don't Delete" %}