{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - 我的标签
{% include "partial/_navbar.html" %}
{% trans '书籍' %}
{% for v in book_tags %} {{ v.content }} ({{ v.total }}) {% empty %} {% trans '暂无标签' %} {% endfor %}
{% trans '电影和剧集' %}
{% for v in movie_tags %} {{ v.content }} ({{ v.total }}) {% empty %} {% trans '暂无标签' %} {% endfor %}
{% trans '音乐' %}
{% for v in music_tags %} {{ v.content }} ({{ v.total }}) {% empty %} {% trans '暂无标签' %} {% endfor %}
{% trans '游戏' %}
{% for v in game_tags %} {{ v.content }} ({{ v.total }}) {% empty %} {% trans '暂无标签' %} {% endfor %}
{% include "partial/_sidebar.html" %}
{% include "partial/_footer.html" %}