{% load i18n %} {% if attachment_preview %}
{% if attachment_file_previews %}
 {% trans "Attachments" %}
{% endif %} {% for attachment_form, filename in attachment_file_previews %}
 {{ filename }} {% if attachment_form.comment.value %}

{{ attachment_form.comment.value }}

{% endif %}
{% endfor %}
{% endif %}