collection_list.htm: Add ignored count as column

master
Felix Stupp 3 years ago
parent bc03d086ca
commit b20cc7b0f2
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -14,6 +14,7 @@
<th>Date</th>
<th>Count</th>
<th>Watched</th>
<th>Ignored</th>
<th>To Watch</th>
<th>Title</th>
</tr>
@ -29,6 +30,7 @@
</td>
<td>{{ stats.full_count }}</td>
<td>{{ stats.watched_count }}</td>
<td>{{ stats.ignored_count }}</td>
<td>{{ stats.to_watch_count }}</td>
<td><a href="{{ collection.info_link }}">{{ collection.title }}</a></td>
</tr>

Loading…
Cancel
Save