{% 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 %} {% set api_uri = "/api/collection/" + collection.id|string %} {% set fragment = "collection_element_" + collection.id|string %} {% endfor %}
Date Count To Watch Actions Thumbnail Title Tags
{% if collection.release_date %} {{ collection.release_date.strftime("%d.%m.%Y") }} {% else %} unknown {% endif %} {{ collection.count }} {{ collection.to_watch_count }} {{ macros.post_form(api_uri, "watch_in_order", collection.watch_in_order | tenary("false", "true"), collection.watch_in_order | tenary("watch in order", "watch random"), fragment) }} {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }} {{ collection.title }} {{ macros.tag_list(collection.assigned_tags) }}