{% import "macros.htm" as macros %} {% set title = collection_list | length | string + " Collections known" %} {{ title }} {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

{% for collection in collection_list %} {% endfor %}
Date Count To Watch Thumbnail Title Tags
{% if collection.release_date %} {{ collection.release_date.strftime("%d.%m.%Y") }} {% else %} unknown {% endif %} {{ collection.count }} {{ collection.to_watch_count }} {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }} {{ collection.title }} {{ collection.assigned_tags | map(attribute="title") | sort | join(" | ") }}