CHOISIR

  1. Root
  2. {% for name, path in breadcrumbs[:-1] %}
  3. {{ name }}
  4. {% endfor %} {% if breadcrumbs %}
  5. {{ breadcrumbs[-1][0] }}
  6. {% endif %}
{% set icons_by_mime = {'image': 'fa-picture-o', 'text': 'fa-file-text', 'video': 'fa-film', 'other': 'fa-file', 'archive': 'fa-save'} %} {% for name, path, is_dir, size in items %}
{% if is_dir %}
{{ name }}
{% else %} {% if mimes[path] == "image" %}
{{ name }}
{% else %}
{{ name }}
{% endif %} {% endif %}
{% endfor %}
OK
{# #}