{% if files %}

Attachments ({{ files|length }})

{% for file in files %} {{ file.filename }} {{ file.size|filesizeformat }} {% endfor %}
{% endif %}