{% import "macros.htm" as macros %} {% set title = tag_list | length | string + " Tags known" %} {{ title }} {{ macros.shared_style() }}

{{ title }}

{% for tag in tag_list %} {% endfor %}
Id Title Use for Pref. Super Tags Sub Tags
{{ tag.id }} {{ tag.title }} {{ tag.use_for_preferences | tenary("Yes", "no") }} {{ tag.super_tag_list | map(attribute="id") | join(",") }} {{ tag.sub_tag_list | map(attribute="id") | join(",") }}