{% load cache compressed i18n %} {% load static from staticfiles %} {% load catalogue_tags funding_tags reporting_stats sponsor_tags %}
{% block ogextra %}{% endblock %}{% if user.is_authenticated %} {% trans "Welcome" %}, {{ user.username }} | {% trans "My shelf" %} {% if user.is_staff %} | {% trans "Administration" %} {% endif %} | {% trans "Logout" %} {% else %} {% trans "Sign in" %} / {% trans "Register" %} {% endif %}
{% cache 60 tagline LANGUAGE_CODE %} {% url 'book_list' as b %} {% url 'infopage' 'prawa' as r %} {% count_books book_count %} {% blocktrans count book_count as c %} {{c}} free reading you have right to {% plural %} {{c}} free readings you have right to {% endblocktrans %} {% endcache %}
{% trans "Loading" %}