{% extends 'gabarit.html' %} {% block title %} {% title authority_isbd %} {{ msg.category_tpl_category }} {{ authority.libelle }} {% endtitle %} {% endblock %} {% block aut_linked %} {% if aut_link.display %} {% endif %} {% endblock %} {% block details %} {% if authority.breadcrumb %} {{ authority.breadcrumb }} {% endif %} {% if authority.has_child %} {{ authority.child_list }} {% endif %} {% if authority.comment %}
{{ msg.comment }} :
{{ authority.comment | nl2br }}
{% endif %} {% if authority.synonyms %}
{{ msg.categ_see_synonyme }}
{% for synonym in authority.synonyms %} {% if loop.first %} {{ synonym }} {% else %} {% if loop.last %} {{ synonym }} {% else %};{{ synonym }}{% endif %} {% endif %} {% endfor %}
{% endif %} {% if authority.categ_see %}
{{ msg.term_show_see }}
{{ authority.categ_see.libelle }}
{% endif %} {% if authority.see_also %}
{{ msg.term_show_see_also }}
{% for see_also in authority.see_also %} {% if loop.first %} {% endif %} {% endfor %}
{% endif %} {% endblock %}