{% 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 %}
{% trans "calendar" %} {% if year %} {{ year }} {% trans "annual summary" %} {% endif %}
{{ shelf.title }} {{ shelf.count }}
-
{% for member in shelf.members %}
-
{{ member.item.title }}
{% empty %}
{% trans "nothing so far." %}
{% endfor %}
{% trans 'collection' %} {{ collections_count }} {% if identity.user == request.user %} {% endif %}
-
{% for collection in collections %}
-
{{ collection.title }}
{% empty %}
{% trans "nothing so far." %}
{% endfor %}
{% trans 'liked collection' %} {{ liked_collections_count }}
-
{% for collection in liked_collections %}
-
{{ collection.title }}
{% empty %}
{% trans "nothing so far." %}
{% endfor %}