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

{{ msg.publisher_see_title }}

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

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

{% endblock %} {% block details %} {% if authority.ed_comment %}
{{ msg.comment }} :
{{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.empr_adresse }} :
{{authority.adr1}} {% if authority.adr2 %}
{{authority.adr2}} {% endif %}
{{authority.cp}} {{authority.ville}} {% if authority.pays %}
{{authority.pays}} {% endif %}
{% endif %} {% endif %} {% endif %} {% if authority.collections %} {% for collection in authority.collections %} {% if loop.first %}
{{ msg.publishers_collections }} :
{% else %}
{% endif %} {{ collection.name }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% endblock %}