f794fbfeb6e5b3a0cb3f9e8acaf3e29e99aa3e4a
[wolnelektury.git] / apps / picture / templates / picture / collection.html
1 {% extends "picture/picture_list_thumb.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}{{ context.collection.title }}{% endblock %}
5
6 {% block book_list_header %}{{ context.collection.title }}{% endblock %}
7
8 {% block book_list_info %}
9 {{ context.collection.description|safe }}
10 {% endblock %}