{% load static %} {% load i18n %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {% if me %} {{ site_name }} - {% trans 'Home' %} {% else %} {{ site_name }} - {{ identity.display_name }} {% endif %} {% if identity.local and identity.anonymous_viewable %} {% else %} {% endif %} {% include "common_libs.html" %} {% if request.user == identity.user %} {% include "_header.html" %} {% else %} {% include "_header.html" %} {% endif %}
{% if request.user.is_authenticated %}
{% trans "calendar" %} {% if year %} {{ year }} {% trans "annual summary" %} {% 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 'collection' %} {{ collections_count }} {% if identity.user == request.user %} {% endif %}
{% trans 'liked collection' %} {{ liked_collections_count }}
    {% for collection in liked_collections %}
  • {{ collection.title }}
    {{ collection.title }}
  • {% empty %}
    {% trans "nothing so far." %}
    {% endfor %}
{% if identity.user == request.user %}
{% trans 'edit layout' %}
{% csrf_token %}
{% endif %} {{ layout|json_script:"layout-data" }}
{% include "_sidebar.html" with show_progress=1 show_profile=1 %}
{% include "_footer.html" %} {% if identity.local and identity.user.mastodon %} Mastodon verification {% endif %}