{% extends "photo_manager/base.html" %} {% block nav %} {% include "photo_manager/nav.html" with current=2 %} {% endblock nav %} {% block main_content %}
{% if is_paginated %} {% endif %}
{% if album.has_child_albums %}

Sub Albums for {{ album }}

{% endif %} {% endblock %} {% block extra_foot %} {% endblock extra_foot %}