{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% if user == request.user %} {{ site_name }} - {% trans '我的个人主页' %} {% else %} {{ site_name }} - {{ user.display_name }} {% endif %} {% if user.preference.no_anonymous_view %}{% endif %} {% include "common_libs.html" with jquery=0 v2=1 %} {% if request.user == user %} {% include "_header.html" with current="home" %} {% else %} {% include "_header.html" %} {% endif %}
{% if request.user.is_authenticated %}
书影音日历

{% 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 user == request.user %} {% endif %}
{% trans '关注的收藏单' %} {{ liked_collections_count }}
{% if 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" %}