{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% if identity.user == request.user %} {{ site_name }} - {% trans '我的个人主页' %} {% else %} {{ site_name }} - {{ identity.display_name }} {% endif %} {% if not identity.anonymous_viewable %}{% endif %} {% include "common_libs.html" %} {% if request.user == identity.user %} {% include "_header.html" with current="home" %} {% else %} {% include "_header.html" %} {% endif %}
{% if request.user.is_authenticated %}
书影音日历 {% if year %} {{ year }} 年度统计 {% endif %}

{% endif %} {% for category, category_shelves in shelf_list.items %} {% for shelf_type, shelf in category_shelves.items %}
{{ shelf.title }} {{ shelf.count }}
{% endfor %} {% endfor %}
{% trans '创建的收藏单' %} {{ collections_count }} {% if identity.user == request.user %} {% endif %}
{% trans '喜欢的收藏单' %} {{ liked_collections_count }}
{% if identity.user == request.user %}
{% trans '编辑布局' %}
{% csrf_token %}
{% endif %} {{ layout|json_script:"layout-data" }}
{% include "_sidebar.html" with show_progress=1 show_profile=1 %}
{% include "_footer.html" %} {% if identity.user and identity.user.mastodon_account %} Mastodon verification {% endif %}