diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 2973712..1a9725b 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -13,6 +13,8 @@
Date | +Count | +To Watch | Thumbnail | Title | Tags | @@ -26,6 +28,8 @@ unknown {% endif %} +{{ collection.count }} | +{{ collection.to_watch_count }} | {% set e = (collection.next_episode or collection.first_episode).element %} |
---|