diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index f5c8af9..2973712 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -13,16 +13,11 @@ - - - - {% for collection in collection_list %} - {% set stats = collection.stats %} - - - -
DateCountWatchedIgnoredTo Watch Thumbnail Title Tags
{% if collection.release_date %} @@ -31,10 +26,6 @@ unknown {% endif %} {{ stats.full_count }}{{ stats.watched_count }}{{ stats.ignored_count }}{{ stats.to_watch_count }} {% set e = (collection.next_episode or collection.first_episode).element %} Thumbnail for {{ e.title }}