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

Files

{% 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 %}