{% load static %} Folder: {{request.path}} {% if not search %} {% endif %} {% if num_pages > 1 %} {% endif %}

{% if not search %} {{request.path}} - Files: {{num_files}} {% else %} Search: {{search_text}} - Files: {{num_files}} {% endif %}

{% for page in pages %}{{page}}{% if not forloop.last %} {% endif %}{% endfor %}
{% csrf_token %}
{% if not search %}

Search:

{% endif %} {% if images|length > 0 %} {% if page != 1 %} {% endif %} {% if page != num_pages %} {% endif %}
{% for row in images %} {% for image in row %} {% endfor %} {% endfor %}

{{image.name|truncatechars:15}}
{% endif %} {% if subdirs|length > 0 %}

Sub-directories

{% for row in subdirs %} {% for subdir in row %} {% endfor %} {% endfor %}

{{subdir.name}}
{% endif %}