diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html
index d4b50cf0..d77028bc 100644
--- a/helpdesk/templates/helpdesk/public_view_ticket.html
+++ b/helpdesk/templates/helpdesk/public_view_ticket.html
@@ -64,11 +64,11 @@
{% for change in followup.ticketchange_set.all %}
{% 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 %}
{% endfor %}
+{% endif %}
{% for attachment in followup.attachment_set.all %}{% if forloop.first %}{% endif %}
- {{ attachment.filename }} ({{ attachment.mime_type }}, {{ attachment.size|filesizeformat }})
{% if forloop.last %}
{% endif %}
{% endfor %}
-{% endif %}
{% endfor %}
{% endif %}