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

{{ msg.publisher_see_title }}

{% endblock %} {% block title %}

{{ authority.name }}{% if authority.web %} {% endif %}

{% endblock %} {% block details %} {% if authority.ed_comment %}
{{ msg.707 }} :
{{authority.ed_comment | nl2br }}
{% endif %} {% if authority.ville %}
{{msg.publisher_details_location | printf "" }} :
{{ authority.ville }}
{% endif %} {% if authority.adr1 %} {% if authority.cp %} {% if authority.ville %}
{{ msg.adresse_empr }} :
{{authority.adr1}} {% if authority.adr2 %}
{{authority.adr2}} {% endif %}
{{authority.cp}} {{authority.ville}} {% if authority.pays %}
{{authority.pays}} {% endif %}
{% endif %} {% endif %} {% endif %} {% if authority.supplier.id_entite %}
{{ msg.acquisition_ach_fou2 }} :
{{authority.supplier.raison_sociale }}
{% endif %} {% endblock %} {% block aut_buttons %}
{% if global.pmb_type_audit %} {% endif %}
{% endblock %} {% block aut_link_delete %} document.location='./autorites.php?categ=editeurs&sub=delete&id={{authority.num_object}}'; {% endblock %}