{% extends 'base.html' %} {% load i18n %} {% load choose_cites from social_tags %} {% block breadcrumbs %} {% trans "Półka" %} {% endblock %} {% block main %}

{{ tags.0.name }}

{% trans "Sortuj:" %}
{% for book in object_list %} {% include "catalogue/book_box.html" %} {% endfor %}
{% endblock %}