{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% block titleextra %}{% title_from_tags tags %}{% endblock %} {% block bodyid %}differentiate_tags{% endblock %} {% block body %}

{% title_from_tags 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 %}
{% endblock %}