{% extends 'gabarit.html' %} {% block element_content %} {{ list_element.get_object_instance.get_isbd_simple }}

{% for author in list_element.get_object_instance.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 %}{% endfor %} {% if author.qualif_label %}({{ author.qualif_label }}){% endif %} {% if loop.last %}
{% endif %} {% endfor %} {% for performer in list_element.get_object_instance.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 %}{% endfor %} {% if performer.qualif_label %}({{ performer.qualif_label }}){% endif %} {% if loop.last %}
{% endif %} {% endfor %} {% if list_element.get_object_instance.oeuvre_type_name %}
{{ msg.aut_oeuvre_form_oeuvre_type }} :
{{ list_element.get_object_instance.oeuvre_type_name }}
{% endif %} {% if list_element.get_object_instance.oeuvre_nature_name %}
{{ msg.aut_oeuvre_form_oeuvre_nature }} :
{{ list_element.get_object_instance.oeuvre_nature_name }}
{% endif %} {% if list_element.get_object_instance.oeuvre_expressions_list_ui.elements_list %}
{{ msg.aut_oeuvre_form_oeuvre_expression }} :
{{ list_element.get_object_instance.oeuvre_expressions_list_ui.elements_list }}
{% endif %} {% if list_element.get_object_instance.form %}
{{ msg.aut_oeuvre_form_forme }} :
{{ list_element.get_object_instance.form }}
{% endif %} {% if list_element.get_object_instance.date %}
{{ msg.aut_oeuvre_form_date }} :
{{ list_element.get_object_instance.date }}
{% endif %} {% if list_element.get_object_instance.place %}
{{ msg.aut_oeuvre_form_lieu }} :
{{ list_element.get_object_instance.place }}
{% endif %} {% if list_element.get_object_instance.subject %}
{{ msg.aut_oeuvre_form_sujet }} :
{{ list_element.get_object_instance.subject | nl2br }}
{% endif %} {% if list_element.get_object_instance.intended_termination == 1 %}
{{ msg.aut_oeuvre_form_completude }} :
{{ msg.aut_oeuvre_form_completude_finished }}
{% else %} {% if list_element.get_object_instance.intended_termination == 2 %}
{{ msg.aut_oeuvre_form_completude }} :
{{ msg.aut_oeuvre_form_completude_infinite }}
{% endif %} {% endif %} {% if list_element.get_object_instance.intended_audience %}
{{ msg.aut_oeuvre_form_public }} :
{{ list_element.get_object_instance.intended_audience }}
{% endif %} {% if list_element.get_object_instance.history %}
{{ msg.aut_oeuvre_form_histoire }} :
{{ list_element.get_object_instance.history | nl2br }}
{% endif %} {% if list_element.get_object_instance.context %}
{{ msg.aut_oeuvre_form_contexte }} :
{{ list_element.get_object_instance.context | nl2br }}
{% endif %} {% if list_element.get_object_instance.distrib %} {% for distribution in list_element.get_object_instance.distrib %} {% if loop.first %}
{{ msg.aut_titre_uniforme_form_distribution }} :
{% else %}; {% endif %} {{ distribution.label }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% if list_element.get_object_instance.ref %} {% for reference in list_element.get_object_instance.ref %} {% if loop.first %}
{{ msg.aut_titre_uniforme_form_ref_numerique }} :
{% else %}; {% endif %} {{ reference.label }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% if list_element.get_object_instance.tonalite %}
{{ msg.aut_titre_uniforme_form_tonalite }} :
{{ list_element.get_object_instance.tonalite }}
{% endif %} {% if list_element.get_object_instance.coordinates %}
{{ msg.aut_oeuvre_form_coordonnees }} :
{{ list_element.get_object_instance.coordinates }}
{% endif %} {% if list_element.get_object_instance.equinox %}
{{ msg.aut_oeuvre_form_equinoxe }} :
{{ list_element.get_object_instance.equinox }}
{% endif %} {% if list_element.get_object_instance.subdiv %} {% for subdivision in list_element.get_object_instance.subdiv %} {% if loop.first %}
{{ msg.aut_titre_uniforme_form_subdivision_forme }} :
{% else %}; {% endif %} {{ subdivision.label }} {% if loop.last %}
{% endif %} {% endfor %} {% endif %} {% if list_element.get_object_instance.characteristic %}
{{ msg.aut_oeuvre_form_caracteristique }} :
{{ list_element.get_object_instance.characteristic | nl2br }}
{% endif %} {% if list_element.get_object_instance.comment %}
{{msg.707}} :
{{list_element.get_object_instance.comment | nl2br }}
{% endif %} {% block indexing_concept %} {{block.super}} {% endblock %} {% block pperso %} {{ block.super }} {% endblock %} {% endblock %}