{% load i18n %}
{{ ticketupdate.notes|linebreaks }}
{% if ticketupdate.file %}{% if not ticketupdate.deleted or request.user.is_superuser %} {% include 'django_fsm_ticket/partials/icon.html' with icon="it-download" cls="icon" %} {{ ticketupdate.get_name }} {% else %} {% translate "Attachment" %}: {{ ticketupdate.get_name }} {% endif %}
{% endif %}