{% extends 'gabarit.html' %} {% block header %}

{{ msg.category_see_title }}

{% endblock %} {% block title %}

{% if global.thesaurus_mode_pmb %} [{{ authority.thes.libelle_thesaurus }}] {% endif %} {{ authority.libelle }}

{% endblock %} {% block details %} {% if authority.has_parent %}
{{ msg.categ_parent }} :
{{ authority.parent_libelle }}
{% endif %} {% if authority.has_child %}
{{msg.aut_categs_children}} :
{% for child in authority.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 authority.commentaire %}
{{ msg.categ_na }} :
{{ authority.commentaire | nl2br }}
{% endif %} {% for synonym in authority.listsynonyms %} {% if loop.first %}
{{ msg.categ_see_synonyme }}
{% if global.thesaurus_categories_categ_in_line %} {{ synonym.libelle }} {% else %} {{ synonym.libelle }}
{% endif %} {% else %} {% if global.thesaurus_categories_categ_in_line %} {{ global.pmb_keyword_sep }} {{ synonym.libelle }} {% else %} {{ synonym.libelle }}
{% endif %} {% endif %} {% if loop.last %}
{% endif %} {% endfor %} {% if authority.voir %}
{{ msg.term_show_see }}
{{ authority.voir.libelle_categorie }}
{% endif %} {% if authority.see_also %}
{{ msg.term_show_see_also }}
{% for see_also in authority.see_also %} {% if loop.first %} {% endif %} {% endfor %}
{% endif %} {% endblock %} {% block aut_buttons %} {% if authority.right %}
{% if global.pmb_type_audit %} {% endif %}
{% endif %} {% endblock %} {% block aut_link_delete %} document.location='./autorites.php?categ=categories&sub=delete&id={{authority.num_object}}'; {% endblock %}