rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / apps / catalogue / templates / catalogue / daisy_list.html
diff --git a/apps/catalogue/templates/catalogue/daisy_list.html b/apps/catalogue/templates/catalogue/daisy_list.html
new file mode 100644 (file)
index 0000000..88e95a4
--- /dev/null
@@ -0,0 +1,18 @@
+{% extends "catalogue/book_list.html" %}
+{% load i18n %}
+
+{% block bodyid %}book-a-list{% endblock %}
+
+{% block titleextra %}{% trans "Listing of all DAISY files" %}{% endblock %}
+
+{% block extrahead %}
+    <link rel="alternate" type="application/atom+xml" title="{% trans "Latest DAISY audiobooks" %}" href="{% url audiobook_feed 'daisy' %}" />
+{% endblock %}
+
+{% block book_list_header %}{% trans "Listing of all DAISY files" %}{% endblock %}
+
+{% block book_list_info %}
+<p>{% blocktrans %}System DAISY to uznany na całym świecie format udostępniania książek
+dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób
+mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez ograniczeń.{% endblocktrans %}</p>
+{% endblock %}