{% extends 'gabarit.html' %} {% block detail %} {% if element.has_parent %}
{{ msg.categ_parent }} :
{{ element.parent_libelle }}
{% 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 %} {{ child.libelle }} {% else %} {{ child.libelle }}
{% endif %} {% endfor %}
{% endif %} {% if element.commentaire %}
{{msg.707}} :
{{ element.commentaire | nl2br }}
{% endif %} {% endblock detail %}