{% import "photo_card.html" as photo_card %} {% import "header.html" as header %} Album {{album.title}} {{header.make_header(session=session)}}

{{album.title}}

{{album.description}}

{% set parent=album.parent() %} {% if parent %}

Parent: {{parent.id + " " + parent.title}}

{% else %}

Parent: Albums

{% endif %} {% set sub_albums = album.children() %} {% if sub_albums %}

Sub-albums

{% endif %} (download .tar) {% set photos = album.photos() %} {% if photos %}

Photos

{% endif %}