{##} {% if documents %} {% for document in documents %} {% if document.path %} {% else %} {% endif %}
{{ icon('large', 'file', 'size-8 fill-current') }}
{{ __(document.name) }}
{% if document.path %}
{{ __('View') }}
{% endif %}
{% endfor %} {% endif %}