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