{% load admin_url %} {% load duration %} {% load static %} {% load i18n %} {% visible_categories as cats %} 全部 {% if 'book' in cats %} 书籍 {% endif %} {% if 'movie' in cats or 'tv' in cats %} 影视 {% endif %} {% if 'podcast' in cats %} 播客 {% endif %} {% if 'music' in cats %} 音乐 {% endif %} {% if 'game' in cats %} 游戏 {% endif %} {% if 'performance' in cats %} 演出 {% endif %} 搜索 发现 动态 个人 {% if request.user.is_authenticated %} 数据 设置 账号 登出 {% if request.user.is_superuser %} 后台 {% endif %} {% else %} 登录 {% endif %} {% if request.user.is_authenticated and not request.user.mastodon_username and not request.user.username %}