{% load i18n %} {% load django_explorer %} {% explorer_path %}

{% explorer_path %}

{% can_go_back as can_go_back %} {% if can_go_back %} {% endif %} {% for file in files %} {% if file.is_file %} {% endif %} {% endfor %}
{% translate "File name" %} {% translate "File size" %} {% comment %} Download button header {% endcomment %}
..
{% file_name file %}

{% file_size file %}

{% translate "Download" %}