{% extends "photo_manager/base.html" %} {% block nav %} {% include "photo_manager/nav.html" with current=1 %} {% endblock nav %} {% block extra_foot %} {% endblock extra_foot %} {% block main_content %}
{% if album_view %} {% else %} {% endif %} {% if album_view %} {% if album.has_child_albums %}

Sub Albums of {{ album.title }}

{% endif %} {% endif %} {% for photo in photos %} {% if forloop.counter == 1 or forloop.counter == 5 or forloop.counter == 9 %} {% endif %} {% endfor %} {% include "photo_manager/snippets/pagination.html" %}
{% endblock main_content %}