{% if error %}

⚠ {{ error }}

{% else %} {% if parent_path %}
{{ current_path }}
{% endif %} {% for item in items %} {% endfor %}
NameTypGrößeGeändert
{% if item.type == 'directory' %} {% else %} 📄 {{ item.name }} {% endif %} {{ item.type }} {{ item.size }} {{ item.modified }}
{% if not items %}

Verzeichnis ist leer.

{% endif %} {% endif %}