X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87e084d47c335cd6f0b3e91d614999f55d148044..e26eab6acc241c451e02f229fe99402675c99f81:/src/wolnelektury/templates/superbase.html diff --git a/src/wolnelektury/templates/superbase.html b/src/wolnelektury/templates/superbase.html index d36f22267..af9df973a 100644 --- a/src/wolnelektury/templates/superbase.html +++ b/src/wolnelektury/templates/superbase.html @@ -1,6 +1,6 @@ {% spaceless %} - + {% load pipeline i18n %} {% load static from staticfiles %} {% load catalogue_tags funding_tags reporting_stats %} @@ -10,117 +10,137 @@ - - - - - - + + + + + + {% block ogextra %}{% endblock %} - {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} - - + + {% block title %}{% block titleextra %}{{ page_title }}{% endblock %} :: {% trans "Wolne Lektury" %}{% endblock %} + + {% stylesheet "main" %} {% block extrahead %} {% endblock %} - {% block bodycontent %} + {% block bodycontent %} {% if not funding_no_show_current %} {% current_offer as current_offer %} {{ current_offer.if }} - {% ssi_include 'funding_top_bar' pk=current_offer %} + {% ssi_include 'funding_top_bar' pk=current_offer %} {{ current_offer.endif }} {% endif %}
-
-
+
+
- + -

- {% url 'book_list' as b %} - {% url 'infopage' 'prawa' as r %} +

+ {% 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 %} -

- -
+ {% blocktrans count book_count as c %} + {{ c }} free reading you have right to + {% plural %} + {{ c }} free readings you have right to + {% endblocktrans %} +

+ +
⚐ {% trans "Language" %} -
- {% for lang in LANGUAGES %} -
- {% ssi_csrf_token %} - - +
+ {% for lang in LANGUAGES %} + + {% ssi_csrf_token %} + + + + {% endfor %} +
+
+ + + + +
+
+ + {{ search_form.q }} +
+
- {% endfor %} -
-
- - - -
-
- - {{search_form.q}} -
-
- -
-
+
+
+
+ + Wesprzyj działalność Nowoczesnej Polski + +
{% block body %} {% endblock %}
@@ -128,11 +148,11 @@ @@ -146,19 +166,20 @@
- {% endblock bodycontent %} + {% endblock bodycontent %} - - - {% javascript "base" %} + + + {% javascript "base" %} - {% tracking_code %} + {% tracking_code %} - {% block extrabody %} - {% endblock %} + {% block extrabody %} + {% endblock %} - + - + {% endspaceless %}