diff --git a/templates/helpdesk/public_view_ticket.html b/templates/helpdesk/public_view_ticket.html
index 79719024..3b2a40f6 100644
--- a/templates/helpdesk/public_view_ticket.html
+++ b/templates/helpdesk/public_view_ticket.html
@@ -49,6 +49,10 @@
{% for change in followup.ticketchange_set.all %}
{% blocktrans %}Changed {{ change.field }} from {{ change.old_value }} to {{ change.new_value }}.{% endblocktrans %}
{% endfor %}
+{% 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 %}