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

{{msg.publisher_see_title}}

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

{{ msg.publisher_details_publisher | printf authority.name }}{% if authority.web %} {% endif %}

{% endblock %} {% block details %} {% if authority.ed_comment %}
{{authority.ed_comment}}
{% endif %} {% if authority.ville %}

{{msg.publisher_details_location | printf authority.ville }}

{% endif %} {% if authority.adr1 %} {% if authority.cp %} {% if authority.ville %}

{{authority.adr1}} {% if authority.adr2 %}
{{authority.adr2}} {% endif %}
{{authority.cp}} {{authority.ville}} {% if authority.pays %}
{{authority.pays}} {% endif %}

{% endif %} {% endif %} {% endif %} {% if authority.collections %}

{{ msg.publishers_collections }} {% for collection in authority.collections %} {% if loop.first %}

{% endif %} {% endfor %}

{% endif %} {% endblock %}