X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d95d8a5fe401479b8adaa10cb77012c130525efd..af5d82d4f0314cc9c9daa158b9398ee8688b8594:/wolnelektury/templates/catalogue/differentiate_tags.html diff --git a/wolnelektury/templates/catalogue/differentiate_tags.html b/wolnelektury/templates/catalogue/differentiate_tags.html new file mode 100644 index 000000000..86e34bb40 --- /dev/null +++ b/wolnelektury/templates/catalogue/differentiate_tags.html @@ -0,0 +1,28 @@ +{% 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 %} +
{% title_from_tags option.tags %}{% if unparsed %}, …{% endif %}

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

* {% trans "Loading" %}

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