{##} {% if documents %} {% for document in documents %} {% if document.path %} {% else %} {% endif %}
{{ include('ui/icons.twig.html', {'icon': 'file' }) }}
{{ __(document.name) }}
{% if document.path %}
{{ __('View') }}
{% endif %}
{% endfor %} {% endif %}