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

{{ msg.author_see_title }}

{% endblock %} {% block title %}

{{ authority.header }} {% if authority.type == 70 %}{% if authority.date %} ({{authority.date}}){% endif %}{% endif %} {% if authority.author_web %} {% endif %}

{% endblock %} {% block details %} {% if authority.author_comment %}
{{ msg.707 }} :
{{authority.author_comment | nl2br }}
{% endif %} {% if authority.author_isni %}
{{ msg.author_isni }} :
{{authority.author_isni }}
{% endif %} {% if authority.see %}
{{ msg.206 }} :
{{authority.see_libelle}}
{% endif %} {% endblock %} {% block enrichment %} {% endblock %} {% block aut_buttons %}
{% if global.pmb_type_audit %} {% endif %}
{% endblock %} {% block aut_link_delete %} document.location='./autorites.php?categ=auteurs&sub=delete&id={{authority.num_object}}'; {% endblock %}