diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index ccd67ce..3d0b234 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -24,6 +24,15 @@ {{ collection.keep_updated | tenary("Yes", "no") }} {{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "umschalten") }} + {% set stats = collection.stats %} +
  • + Length: + {{ stats.full_seconds | timedelta }} +
  • +
  • + To Watch: + {{ stats.to_watch_seconds | timedelta }} +
  • {% if collection.watch_in_order %}
  • Next Episode: