diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 49fd23f..673e7fd 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -18,6 +18,7 @@ To Watch Id Title + Tags {% for collection in collection_list %} {% set stats = collection.stats %} @@ -37,6 +38,9 @@ {{ collection.id }} {{ collection.title }} + + {{ collection.assigned_tags | map(attribute="title") | sort | join(" | ") }} + {% endfor %}