{% extends theme("master.html") %} {% block title %} - Administration{% endblock %} {% block content %}
{% include theme("menu.html") %}

Listing Files

{% if files %} {% for file in files %} {% endfor %}
Name Width Height Size URL
{{ file.name }} {{ file.width }} {{ file.height }} {{ file.size }} /uploads/{{ file.name }}
{% else %}

There is nothing here yet.

{% endif %}
{% endblock content %} {% block javascript %} {% endblock javascript %}