{% load i18n %} {% load django_explorer %}
{% translate "File name" %} | {% translate "File size" %} | {% comment %} Download button header {% endcomment %} | {% can_go_back as can_go_back %} {% if can_go_back %}
---|---|---|
.. | ||
{% file_name file %} | {% file_size file %} |
{% if file.is_file %}
{% translate "Download" %} | {% endif %}