@ -18,6 +18,7 @@
<th>To Watch</th>
<th>Id</th>
<th>Title</th>
<th>Tags</th>
</tr>
{% for collection in collection_list %}
{% set stats = collection.stats %}
@ -37,6 +38,9 @@
{{ collection.id }}
</td>
<td><a href="{{ collection.info_link }}">{{ collection.title }}</a></td>
<td>
{{ collection.assigned_tags | map(attribute="title") | sort | join(" | ") }}
{% endfor %}
</table>