X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/af5d82d4f0314cc9c9daa158b9398ee8688b8594..00191feb9676be79e2f1da3fca8345f582d8e7d0:/wolnelektury/templates/catalogue/differentiate_tags.html diff --git a/wolnelektury/templates/catalogue/differentiate_tags.html b/wolnelektury/templates/catalogue/differentiate_tags.html index 86e34bb40..f3bddd397 100644 --- a/wolnelektury/templates/catalogue/differentiate_tags.html +++ b/wolnelektury/templates/catalogue/differentiate_tags.html @@ -2,27 +2,19 @@ {% load i18n %} {% load catalogue_tags %} -{% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} +{% block titleextra %}{% title_from_tags tags %}{% 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 %}
{% title_from_tags option.tags %}{% if unparsed %}, …{% endif %}

+

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

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

* {% trans "Loading" %}

-
-
{% endblock %} \ No newline at end of file