{% for attachment in attachments %} {% endfor %}
{% if attachment.file_exists %} {% endif %} {% if not attachment.file_exists %} {% endif %}
{% if attachment.file_exists %} {% if attachment.title %} {{ attachment.title }} {% else %} {{ attachment.filename }} {% endif %} ({{ attachment.size|filesize }}) {% if null != attachment.notes_text and '' != attachment.notes_text %} {{ attachment.notes_text|default('')|markdown }} {% endif %} {% endif %} {% if not attachment.file_exists %} {% if attachment.title %} {{ attachment.title }} {% else %} {{ attachment.filename }} {% endif %}
{{ 'attachment_not_found'|_ }} {% endif %}