{% load i18n %} {% load extra_tags %} {% comment %}todo - maybe disable navigation from ignored tags here when "hide" is on - with js?{%endcomment%}

{% trans "Interesting tags" %}

{% for tag_name in interesting_tag_names %} {% spaceless %} {% endspaceless %} {% endfor %}

{% trans "Ignored tags" %}

{% for tag_name in ignored_tag_names %} {% spaceless %} {% endspaceless %} {% endfor %}