{% extends "user_item_list_base.html" %} {% load i18n %} {% block title %} {{ site_name }} - {{ identity.display_name }} - {% trans 'Tags' %} - {{ tag.title }} {% endblock %} {% block head %} {% if tag.pinned %} {% endif %} {% if tag.visibility > 0 %} {% endif %} {% if identity.user == request.user %} {% endif %} {{ tag.title }}
{% endblock %}