{% import "macros.htm" as macros %} {% set title = collection.title %} {{ title }} {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

Properties

{% if collection.description != None %}
{{ collection.description }}
{% endif %}

Notes

{{ collection.notes or "" }}

Links

{% if collection.created_collections %}

Collections

{% endif %} {% if not media_links %}

List episodes

{% else %}

Episodes

{{ macros.media_thumbnail_list( links=media_links, check_considered=True, link_collection=False, titles=media_titles, ) }} {% endif %}