- {% 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 %}
{% 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 %}
-