diff --git a/server/templates/media_element.htm b/server/templates/media_element.htm index b8a9fe6..ff41662 100644 --- a/server/templates/media_element.htm +++ b/server/templates/media_element.htm @@ -30,6 +30,11 @@ {{ element.progress | timedelta }} {% endif %} + {% if element.all_tags %} +
  • + Tags: {{ element.all_tags | map(attribute="title") | join(" | ") }} +
  • + {% endif %}

    Part of Collections