{% extends "base.html" %} {% block title %}{{ breadcrumb[-1].name if breadcrumb else 'Parcourir' }}{% endblock %} {% block content %}
{% if entries or subpath %} {% set mode = 'browse' %} {% include '_file_table.html' %} {% else %}

Dossier vide.

{% endif %}

Déposer des fichiers dans {{ ('/' + subpath) if subpath else '/' }}

{% endblock %}