{% extends 'gabarit.html' %}
{% block element_link %}
{% if list_element.context_parameters.in_selector %}
{% if list_element.voir %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{% endblock %}
{% block element_title %}
{% if list_element.display %}
[ {{list_element.get_object_instance.thes.libelle_thesaurus}} ]
{{ list_element.display | safe }}
{% else %}
{% if list_element.voir %}
[ {{list_element.get_object_instance.thes.libelle_thesaurus}} ]
{{ list_element.libelle | strip_tags | safe }}
{% else %}
[ {{list_element.get_object_instance.thes.libelle_thesaurus}} ]
{{list_element.isbd | safe}}
{% endif %}
{% endif %}