{% set show_attach_button = allow_add_attachment %}
{% if waffle.flag('redesign') %}

{{ _('Attachments') }}

{% else %}

{{ _('Attachments') }} ({{ attachment_data | length}})

{% endif %} {% if show_attach_button and attachment_form %}

{% if waffle.flag('redesign') %} Attach Files {% else %} Attach Files {% endif %}

{% endif %}

{{ _('This document has no attachments.') }}

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