diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index 88ee2d2..ef3a50e 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -58,6 +58,12 @@ {{ stats.to_watch_seconds | timedelta }} ({{ stats.to_watch_count }} elements) + {% if collection.average_release_per_week %} +
  • + Average Release: + {{ collection.average_release_per_week | timedelta }} per Week +
  • + {% endif %} {% if collection.all_tags %}
  • Tags: {{ collection.all_tags | map(attribute="title") | sort | join(" | ") }}