{{ _('Attachments') }}

{% if attachments %}
{% for attachment in attachments %} {% endfor %}
{{ _('Select') }} {{ _('File name') }}
{{ record.url_to(attachment) }}
{% else %}

{{ _('No attachments.') }}

{% endif %}