{% load static from staticfiles %}
{% load i18n catalogue_tags infopages_tags %}
{% load ssi_include from ssify %}
{% load cache %}
{% load static from staticfiles %}
{% load i18n catalogue_tags infopages_tags %}
{% load ssi_include from ssify %}
{% load cache %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %}
{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %}
- i wiele innych książek, wierszy, obrazów, audiobooków…
+ {% trans "and many other books, poems, pictures, audiobooks…" %}
{% for book in theme_books %}
{% cache 86400 book_mini_box book.pk %}
{% include 'catalogue/book_mini_box.html' %}
{% for book in theme_books %}
{% cache 86400 book_mini_box book.pk %}
{% include 'catalogue/book_mini_box.html' %}
{% cache 3600 collection_box collection.pk LANGUAGE_CODE %}
{% include 'catalogue/collection_box.html' %}
{% endcache %}
{% cache 3600 collection_box collection.pk LANGUAGE_CODE %}
{% include 'catalogue/collection_box.html' %}
{% endcache %}
<li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li>
<li><a href="{% url 'lesmianator' %}" lang="pl">Leśmianator</a></li>
<li><a href="http://polski.wolnelektury.pl" lang="pl">Materiały do nauki j. polskiego</a></li>
<li><a href="{% url 'oaipmh' %}">OAI-PMH</a></li>
<li><a href="{% url 'lesmianator' %}" lang="pl">Leśmianator</a></li>
<li><a href="http://polski.wolnelektury.pl" lang="pl">Materiały do nauki j. polskiego</a></li>