{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% trans 'Nicedb - 主页' %}
{% 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 '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% if request.user.is_staff and request.user == user%}
{% trans '举报信息' %}
全部举报
{% endif %}
{% include "partial/_footer.html" %}