{% extends "user_item_list_base.html" %} {% load i18n %} {% block title %} {{ site_name }} - {{ user.mastodon_username }} - {{ tag.title }} {% trans '标签' %} {% endblock %} {% block head %} {{ tag.title }} {% if user == request.user %} {% endif %}
{% if tag.visibility > 0 %}{% endif %} {{ user.mastodon_username }}的{% trans '标签' %} {% endblock %}