{% extends "base/base.html" %} {% load i18n %} {% load cache %} {% load plain_list from catalogue_tags %} {% block titleextra %}{{ title }}{% endblock %} {% block bodyid %}tag-catalogue{% endblock %} {% block body %}

{{ title|title }} {% trans "on Wolne Lektury" %}

{% for tag in best %} {% cache 86400 catalogue_tag_box rel.pk %} {% include 'catalogue/tag_box.html' %} {% endcache %} {% endfor %}

{{ whole_category }}

{% plain_list tags %} {% endblock %}