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

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

{% for tag in best %} {% ssi_include "catalogue_tag_box" pk=tag.pk %} {% endfor %}

{{ whole_category }}

{% plain_list tags %} {% endblock %}