{% if helpdesk_settings.HELPDESK_TRANSLATE_TICKET_COMMENTS %}
{% endif %}
{% include "helpdesk/ticket_desc_table.html" %}
{% if ticket.merged_to %}
{% else %}
{% if ticket.followup_set.all %}
{% load ticket_to_link %}
{% endif %}
{% endif %}
{% trans "This ticket has been merged into ticket" %} {{ ticket.merged_to }}
{% trans "Follow-Ups" %}
{% for followup in ticket.followup_set.all %}
{% endif %}
{% endfor %}
{% for attachment in followup.followupattachment_set.all %}{% if forloop.first %}{% trans "Attachments" %}:
{% endif %}
{% endfor %}
{% with possible=helpdesk_settings.HELPDESK_SHOW_EDIT_BUTTON_FOLLOW_UP %}
{% if possible and followup.user and request.user == followup.user and not followup.ticketchange_set.all or possible and user.is_superuser and helpdesk_settings.HELPDESK_SHOW_DELETE_BUTTON_SUPERUSER_FOLLOW_UP %}
{% if helpdesk_settings.HELPDESK_SHOW_EDIT_BUTTON_FOLLOW_UP %}
{% if followup.user and request.user == followup.user and not followup.ticketchange_set.all %}
{% endif %}
{% endif %}
{% if user.is_superuser and helpdesk_settings.HELPDESK_SHOW_DELETE_BUTTON_SUPERUSER_FOLLOW_UP %}
{% endif %}
{% endif %}{% endwith %}
{% endfor %}
{{ followup.title|num_to_link }}
{% if followup.comment %}
{{ followup.get_markdown|urlizetrunc:50|num_to_link }}
{% endif %} {% for change in followup.ticketchange_set.all %} {% if forloop.first %}- {% endif %}
- {% blocktrans with change.field as field and change.old_value as old_value and change.new_value as new_value %}Changed {{ field }} from {{ old_value }} to {{ new_value }}.{% endblocktrans %} {% if forloop.last %}
{% trans "Respond to this ticket" %}