{% set show_attach_button = allow_add_attachment %}

{{ _('Attachments') }}

{% if show_attach_button and attachment_form and attachment_data|length %}

{% endif %}

{{ _('This document has no attachments. Images can be attached, and then embedded in the article.') }} {% if show_attach_button and attachment_form and not attachment_data|length %} {% endif %}

{% for attachment in attachment_data %} {{ attachment.html }} {% endfor %}
{{ _('File') }} {{ _('Size') }} {{ _('Date') }} {{ _('Attached by') }}
{% if show_attach_button and attachment_form %}
{{ csrf() }}
{% endif %}