{% extends 'collection/collection_entry_view.html.twig' %} {% block collection_items %} {% for key, attachment in attachments %}
{% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': bare_notes[key], 'title': attachment.getBestTitle(bare_notes[key])} only %} {{ 'Download link' | trans }}
{% else %}

{% trans %}No attachments here.{% endtrans %}

{% endfor %} {% endblock collection_items %}