{% extends 'gabarit.html' %} {% block element_content %} {{ list_element.object_instance.catalog_form }}

{% if list_element.object_instance.has_parent %}
{{ msg.categ_parent }} :
{{ list_element.object_instance.parent_libelle }}
{% endif %} {% if list_element.object_instance.has_child %}
{{msg.aut_categs_children}} :
{% for child in list_element.object_instance.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 list_element.object_instance.commentaire %}
{{msg.707}} :
{{list_element.get_object_instance.commentaire | nl2br }}
{% endif %} {% block indexing_concept %} {{block.super}} {% endblock %} {% block pperso %} {{block.super}} {% endblock %} {% endblock %}