media_element.htm: Add tags to info

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

@ -30,6 +30,11 @@
{{ element.progress | timedelta }}
{% endif %}
</li>
{% if element.all_tags %}
<li>
Tags: {{ element.all_tags | map(attribute="title") | join(" | ") }}
</li>
{% endif %}
</ul>
<h2>Part of Collections</h2>
<ul>

Loading…
Cancel
Save