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

{{ title }}

{% macro format_tag(tag) %} {{ tag.id }} {% endmacro %} {% macro format_tag_list(tag_list) %} {% for tag in tag_list|sort(attribute="id") %} {{ format_tag(tag) }} {{ " | " if not loop.last }} {% endfor %} {% endmacro %} {% for tag in tag_list %} {% endfor %}
Id Title Use for Pref. Super Tags Sub Tags Notes
{{ tag.id }} {{ tag.title }} {{ tag.use_for_preferences | tenary("Yes", "no") }} {{ format_tag_list(tag.super_tag_list) }} {{ format_tag_list(tag.sub_tag_list) }} {{ tag.notes or "" }}