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

{{album["title"]}}

{{album["description"]}}

{% set parent=album["parent"] %} {% if parent %}

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

{% else %}

Parent: Albums

{% endif %} {% if album["sub_albums"] %}

Sub-albums

{% endif %} (download .tar) {% if photos %}

Photos

{% endif %}