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

{{ msg.titre_uniforme_see_title }}

{% endblock %} {% block title %}

{{ authority.isbd }}

{% endblock %} {% block details %} {% for author in authority.sorted_responsabilities.authors %} {% if loop.first %}
{{ msg.aut_oeuvre_form_auteur }} :
{% else %}/{% endif %} {{ author.objet.display }}{% for attribute in author.attributes %}{% if attribute.fonction_label %}, {{ attribute.fonction_label }}{% endif %}{% if attribute.qualif_label %} ({{ attribute.qualif_label }}){% endif %}{% endfor %} {% if loop.last %}
{% endif %} {% endfor %} {% for performer in authority.sorted_responsabilities.performers %} {% if loop.first %}
{{ msg.aut_oeuvre_form_interprete }} :
{% else %}/{% endif %} {{ performer.objet.display }}{% for attribute in performer.attributes %}{% if attribute.fonction_label %}, {{ attribute.fonction_label }}{% endif %}{% if attribute.qualif_label %} ({{ attribute.qualif_label }}){% endif %}{% endfor %} {% if loop.last %}
{% endif %} {% endfor %} {% if authority.oeuvre_type_name %}
{{ msg.aut_oeuvre_form_oeuvre_type }} :
{{ authority.oeuvre_type_name }}
{% endif %} {% if authority.oeuvre_nature_name %}
{{ msg.aut_oeuvre_form_oeuvre_nature }} :
{{ authority.oeuvre_nature_name }}
{% endif %} {% if authority.tonalite_marclist_name %}
{{ msg.aut_titre_uniforme_form_tonalite_list }} :
{{ authority.tonalite_marclist_name }}
{% endif %} {% for event in authority.oeuvre_events %} {% if loop.first %}
{{ msg.aut_oeuvre_form_oeuvre_event }} :
{% else %}
{% endif %} {{ event.isbd }} {% if loop.last %}
{% endif %} {% endfor %} {% if authority.oeuvre_expressions_list_ui.nb_results %}
{{ msg.aut_oeuvre_form_oeuvre_expression }} :
{{ authority.oeuvre_expressions_list_ui.elements_list }}
{% endif %} {% if authority.form %}
{{ msg.aut_oeuvre_form_forme }} :
{{ authority.form }}
{% 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 | nl2br }}
{% endif %} {% if authority.intended_termination == 1 %}
{{ msg.aut_oeuvre_form_completude }} :
{{ msg.aut_oeuvre_form_completude_finished }}
{% else %} {% if authority.intended_termination == 2 %}
{{ msg.aut_oeuvre_form_completude }} :
{{ msg.aut_oeuvre_form_completude_infinite }}
{% 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 | nl2br }}
{% endif %} {% if authority.context %}
{{ msg.aut_oeuvre_form_contexte }} :
{{ authority.context | nl2br }}
{% endif %} {% if authority.distrib %} {% for distribution in authority.distrib %} {% if loop.first %}
{{ msg.aut_titre_uniforme_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_titre_uniforme_form_ref_numerique }} :
{% else %}; {% endif %} {{ reference.label }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% if authority.tonalite %}
{{ msg.aut_titre_uniforme_form_tonalite }} :
{{ authority.tonalite }}
{% 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 %}
{{ msg.aut_titre_uniforme_form_subdivision_forme }} :
{% else %}; {% endif %} {{ subdivision.label }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% if authority.characteristic %}
{{ msg.aut_oeuvre_form_caracteristique }} :
{{ authority.characteristic | nl2br }}
{% endif %} {% if authority.comment %}
{{ msg.707 }} :
{{ authority.comment | nl2br }}
{% endif %} {% endblock %} {% block enrichment %} {% if authority.enrichment %}

Editions numeriques avec Galica et data.bnf

{% for gallica in authority.enrichment %}
{{gallica.titre}}
{{gallica.editeur}} ({{gallica.date}})
{% endfor %}
{% endif %} {% endblock %} {% block aut_buttons %}
{% for profile in authority.mapping_profiles %} {% if profile.0.is_dropdown %}
{% for combination in profile.0.profiles %}
{% endfor %}
{% else %} {% endif %} {% endfor %} {% if global.pmb_type_audit %} {% endif %}
{% endblock %} {% block aut_link_delete %} document.location='./autorites.php?categ=titres_uniformes&sub=delete&id={{authority.num_object}}'; {% endblock %}