{% if request.user.is_authenticated %}
{% endif %}
{% for category, category_shelves in shelf_list.items %}
{% for shelf_type, shelf in category_shelves.items %}
{% endfor %}
{% endfor %}
{% if identity.user == request.user %}
书影音日历 {% if year %} {{ year }} 年度统计 {% endif %}
{{ shelf.title }} {{ shelf.count }}
-
{% for member in shelf.members %}
-
{{ member.item.title }}
{% empty %}
暂无记录
{% endfor %}
{% trans '创建的收藏单' %} {{ collections_count }} {% if identity.user == request.user %} {% endif %}
-
{% for collection in collections %}
-
{{ collection.title }}
{% empty %}
暂无记录
{% endfor %}
{% trans '喜欢的收藏单' %} {{ liked_collections_count }}
-
{% for collection in liked_collections %}
-
{{ collection.title }}
{% empty %}
暂无记录
{% endfor %}