{% load static %} Folder: {{request.path}} {% if images|length > 0 %} {% if num_pages > 1 %} {% endif %}

{{request.path}} - Files ({{num_files}})

{% for page in pages %}{{page}}{% if not forloop.last %} {% endif %}{% endfor %}
{% if page != 1 %} {% endif %} {% if page != num_pages %} {% endif %}
{% for row in images %} {% for cell in row %} {% endfor %} {% endfor %}

{{cell.path|truncatechars:15}}
{% endif %} {% if subdirs|length > 0 %}

Sub-directories

{% for row in subdirs %} {% for cell in row %} {% endfor %} {% endfor %}
{% if request.path == '/gallery/' %} {% else %} {% endif %}
{{cell.name}}
{% endif %}