{% import "photo_card.html" as photo_card %} {% import "header.html" as header %}
{{-album.description-}}
{% set viewparam = "?view=list" if view == "list" else "" %}
{% set parent = album.parent() %}
{% if parent %}
{% if photos or sub_albums %} Download: {% if photos %} These files ({{album.sum_bytes(recurse=False, string=True)}}) {% endif %} {% if photos and sub_albums %}—{% endif %} {% if sub_albums %} Include children ({{album.sum_bytes(recurse=True, string=True)}}) {% endif %} {% endif %}