{% load i18n %} {% load extra_tags %} {% if show_interesting_tags %} {% if user_authenticated %}

{% trans "Interesting tags" %}

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