collection_element: Add tags to UI

master
Felix Stupp 3 years ago
parent 20820eb3cb
commit b2728c36c9
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -33,6 +33,11 @@
To Watch:
{{ stats.to_watch_seconds | timedelta }}
</li>
{% if collection.all_tags %}
<li>
Tags: {{ collection.all_tags | map(attribute="title") | sort | join(" | ") }}
</li>
{% endif %}
{% if collection.watch_in_order %}
<li>
Next Episode:

Loading…
Cancel
Save