{% extends "base.html" %} {% block content %} {% if subdirs %} Root {% for row in subdirs %} {% if not loop.last %} {{row}} {% else %} {{row}} {% endif %} {% endfor %} {% endif %} {% if directories %} {% for row in directories %} {{row.name}} {% endfor %} {% endif %} {% if recent %} {% for row in recent %} {% endfor %} {% else %} Empty. {% endif %}
Empty.