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

{{ msg.detail_indexint }}

{% endblock %} {% block aut_see %}
{{block.super}}
{% endblock %} {% block title %}

{{ authority.name }} {% if authority.comment %} : {{ authority.comment }} {% endif %}

{% endblock %} {% block details %} {% if authority.has_child %} {{ authority.child_list }} {% endif %} {% endblock %}