From 4c9ce313e2df61beea869e0f17c9c961b0939f19 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 6 Nov 2022 11:15:12 +0100 Subject: [PATCH] Show count of elements in a collection --- server/templates/collection_element.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index 0d493b2..88ee2d2 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -51,10 +51,12 @@
  • Length: {{ stats.full_seconds | timedelta }} + ({{ stats.full_count }} elements)
  • To Watch: {{ stats.to_watch_seconds | timedelta }} + ({{ stats.to_watch_count }} elements)
  • {% if collection.all_tags %}