{% extends "base.html" %} {% load i18n %} {% load catalogue_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} {% block bodyid %}differentiate_tags{% endblock %} {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %}

{% trans "The criteria are ambiguous. Please select one of the following options:" %}

{% for option in options %}
{% if tags %}{% title_from_tags tags %}, {% endif %}{%title_from_tags option.tags %}{% if unparsed %}, {{unparsed|join:', '}}{% endif %}

{% endfor %}
{% trans "Close" %}

* {% trans "Loading" %}

{% endblock %}