{% import "photo_card.html" as photo_card %} {% import "header.html" as header %}
{{album.description}}
{% 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 %}