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

{{ msg.titre_uniforme_see_title }}

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

{{ msg.titre_uniforme_detail | printf authority.name }}

{% for auteur in authority.responsabilites.auteurs %} {% if loop.first %}

{{ msg.aut_oeuvre_form_auteur }} : {% else %}/{% endif %} {{ auteur.objet.display }} {% if loop.last %}

{% endif %} {% endfor %}

{% if authority.form %}

{{ msg.aut_oeuvre_form_forme }} : {{ authority.form }}

{% endif %} {% if authority.get_form_label %}

{{ msg.aut_oeuvre_form_forme_list }} : {{ authority.get_form_label }}

{% endif %} {% if authority.date %}

{{ msg.aut_oeuvre_form_date }} : {{ authority.date }}

{% endif %} {% if authority.place %}

{{ msg.aut_oeuvre_form_lieu }} : {{ authority.place }}

{% endif %} {% if authority.subject %}

{{ msg.aut_oeuvre_form_sujet }} : {{ authority.subject }}

{% endif %} {% if authority.intended_termination == 1 %}

{{ msg.aut_oeuvre_form_completude }} : Oeuvre finie

{% else %} {% if authority.intended_termination == 2 %}

{{ msg.aut_oeuvre_form_completude }} : Oeuvre infinie

{% endif %} {% endif %} {% if authority.intended_audience %}

{{ msg.aut_oeuvre_form_public }} : {{ authority.intended_audience }}

{% endif %} {% if authority.history %}

{{ msg.aut_oeuvre_form_histoire }} : {{ authority.history }}

{% endif %} {% if authority.context %}

{{ msg.aut_oeuvre_form_contexte }} : {{ authority.context }}

{% endif %} {% if authority.distrib %} {% for distribution in authority.distrib %} {% if loop.first %}

{{ msg.aut_oeuvre_form_distribution }} : {% else %}; {% endif %} {{ distribution.label }} {% if loop.last %}

{% endif %} {% endfor %} {% endif %} {% if authority.ref %} {% for reference in authority.ref %} {% if loop.first %}

{{ msg.aut_oeuvre_form_reference }} : {% else %}; {% endif %} {{ reference.label }} {% if loop.last %}

{% endif %} {% endfor %} {% endif %} {% if authority.tonalite %}

{{ msg.aut_oeuvre_form_tonalite }} : {{ authority.tonalite }}

{% endif %} {% if authority.get_key_label %}

{{ msg.aut_oeuvre_form_tonalite_list }} : {{ authority.get_key_label }}

{% endif %} {% if authority.coordinates %}

{{ msg.aut_oeuvre_form_coordonnees }} : {{ authority.coordinates }}

{% endif %} {% if authority.equinox %}

{{ msg.aut_oeuvre_form_equinoxe }} : {{ authority.equinox }}

{% endif %} {% if authority.subdiv %} {% for subdivision in authority.subdiv %} {% if loop.first %}

Subdivision de forme : {% else %}; {% endif %} {{ subdivision.label }} {% if loop.last %}

{% endif %} {% endfor %} {% endif %} {% if authority.characteristic %}

{{ msg.aut_oeuvre_form_caracteristique }} : {{ authority.characteristic }}

{% endif %} {% if authority.comment %}
{{ authority.comment | nl2br }}
{% endif %}
{% endblock %} {% block details %} {% if authority.hasChild %} {{ authority.child_list }} {% endif %} {% endblock %} {% block enrichment %} {% if authority.enrichment %}

Editions numériques avec Galica et data.bnf

{% for gallica in authority.enrichment %}
{{gallica.titre}}
{{gallica.editeur}} ({{gallica.date}})
{% endfor %}
{% endif %} {% endblock %}