{% extends "administrator/base.html" %} {% block extra_foot %} {% endblock %} {% block main_content %} {% for photo in photos %} {% if forloop.counter == 1 or forloop.counter == 5 or forloop.counter == 9 or forloop.counter == 13 %} {% endif %} {% endfor %} {% if paginated %} {% endif %} {% endblock main_content %} {% block sidebar %}

Quick Stats

Photos
{{ total_photos }}
Albums
{{ total_albums }}
Locations
{{ total_locations }}
Size on Disk
Loading..
Cache Size
Loading..
Thumbs Building
{{ thumbnails_building }}
{% endblock sidebar%} {% block navigation %} {% include "administrator/nav.html" with nav=1 %} {% endblock navigation %}