{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% if user == request.user %} {% trans 'NiceDB - 我的主页' %} {% else %} {% trans 'NiceDB - ' %}{{user.username}}{% trans '的主页' %} {% endif %}
{% include "partial/_navbar.html" %}
{% trans '想读的书' %}
{% if wish_books_more %} {% trans '更多' %} {% endif %}
{% trans '在读的书' %}
{% if do_books_more %} {% trans '更多' %} {% endif %}
{% trans '读过的书' %}
{% if collect_books_more %} {% trans '更多' %} {% endif %}
{% trans '想看的电影/剧集' %}
{% if wish_movies_more %} {% trans '更多' %} {% endif %}
{% trans '在看的电影/剧集' %}
{% if do_movies_more %} {% trans '更多' %} {% endif %}
{% trans '看过的电影/剧集' %}
{% if collect_movies_more %} {% trans '更多' %} {% endif %}
{% trans '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% if request.user.is_staff and request.user == user%}
{% trans '举报信息' %}
全部举报
{% endif %}
{% include "partial/_footer.html" %}
{% if user == request.user %} {% else %} {% endif %} {% if unread_announcements %}
{% endif %}