collection_element.htm: Add stats to element info

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

@ -24,6 +24,15 @@
{{ collection.keep_updated | tenary("Yes", "no") }}
{{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "umschalten") }}
</li>
{% set stats = collection.stats %}
<li>
Length:
{{ stats.full_seconds | timedelta }}
</li>
<li>
To Watch:
{{ stats.to_watch_seconds | timedelta }}
</li>
{% if collection.watch_in_order %}
<li>
Next Episode:

Loading…
Cancel
Save