{% extends 'base.html' %} {% block content %}
{{ directory.path }} {{ files|length }} files
{% for file in files %}
{% if file.1 == 'folder' %} {{ file.0 }} {% else %} {{ file.0 }} {{ file.0 }} {% endif %}
{% endfor %}
{% load static %} {% endblock content %}