{% extends 'gabarit.html' %} {% block detail %} {% if element.has_parent %}
{{ msg.categ_parent }} :
{% if element.context_parameters.in_selector %} {{ element.parent_libelle }} {% else %} {{ element.parent_libelle }} {% endif %}
{% endif %} {% if element.has_child %}
{{msg.aut_categs_children}} :
{% for child in element.listchilds %} {% if global.thesaurus_categories_categ_in_line %} {% if !loop.first %} {{ global.pmb_keyword_sep }} {% endif %} {% if element.context_parameters.in_selector %} {{ child.libelle }} {% else %} {{ child.libelle }} {% endif %} {% else %} {% if element.context_parameters.in_selector %} {{ child.libelle }} {% else %} {{ child.libelle }} {% endif %}
{% endif %} {% endfor %}
{% endif %} {% if element.commentaire %}
{{msg.categ_na}} :
{{ element.commentaire | nl2br }}
{% endif %} {% endblock detail %}