{% block header %}
{{ msg.detail_authority_title }}
{% endblock %}
{% block detail %}
{{authority.thumbnail}}
{{ authority.statut_label }}
{% if authority.type_icon %}
{% endif %} {% block caddie %} {{ authority.caddie }} {% endblock %} {% block title %} {% endblock %}
{% block aut_see %} {% block details %} {% endblock %} {% block map %} {% endblock %} {% block aut_linked %} {% if aut_link.display %}
{{ msg.aut_link }} :
{{ aut_link.display }}
{% endif %} {% endblock %} {% block indexing_concepts %} {% for concept in authority.indexing_concepts %} {% if loop.first %}
{{ msg.ontology_skos_concept }} :
{% endif %}
{{ concept.isbd }}
{% if loop.last %}
{% endif %} {% endfor %} {% endblock %} {% block pperso %} {% for pperso in authority.p_perso %} {% if pperso.AFF %}
{{ pperso.TITRE }}
{{ pperso.AFF }}
{% endif %} {% endfor %} {% endblock %} {% block responsabilities %} {% endblock %} {% block enrichment %} {% endblock %} {% endblock %}
{% block aut_buttons %} {% endblock %}
{% endblock %}
{% block aut_menu %} {% for authority_tab in authority.authority_tabs.tabs %} {% if loop.first %}
{% endif %} {% if authority_tab.nb_results %}
{{ authority_tab.label }} ({{ authority_tab.nb_results }})
{% endif %} {% if loop.last %}
{% endif %} {% endfor %} {% endblock %} {% if authority.authority_list_ui.nb_results %}
{% endif %} {% for group_name, groups in authority.authority_list_ui.groups %} {% if loop.first %}
{% endif %}
{{ groups.label }} :
{% for group_id, group_infos in groups.elements %}
{{ group_infos.label }} ({{ group_infos.nb_results }})
{% endfor %}
{% if loop.last %}
{% endif %} {% endfor %} {% block aut_list %} {% if authority.authority_list_ui.nb_results %} {% if authority.authority_list_ui.expandable %}
{% endif %}
{{ authority.authority_list_ui.elements_list }}
{{ authority.authority_list_ui.get_elements_list_nav }}
{% endif %} {% endblock %}