Fichiers
{% if editable %}
{% endif %}

Chemin : {{ path ?: '/' }}

{% set parentPath = path|split('/')|slice(0, -1)|join('/') %}
    {% if path %}
  • ⬅️ ..
  • {% endif %} {% for file in files %}
  • {% if file.isDirectory %} 📁 {{ file.name }}/ {% if editable %} {% endif %} {% else %} 📄 {{ file.name }} {% if editable %} {% endif %} {% endif %}
  • {% else %}
  • Dossier vide
  • {% endfor %}