{% block header %}

{{ msg.detail_authority_title }}

{% endblock %}
{% block detail %}
{{authority.thumbnail}}
{% if authority.type_icon %} {{ authority.type_label }} {% endif %} {% block caddie %} {{ authority.caddie }} {% endblock %} {% block title %} {% 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 %} {% 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 %}