{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content_fluid %}
{% if image.annotations.exists %} {% else %}
Pas d'annotation pour cette image
{% endif %}
{% csrf_token %}
{% csrf_token %}
{% if item.metadatas.designation %}
Désignation
{{item.metadatas.designation}}
{% endif %} {% if item.metadatas.authors %}
Auteur(s)
{{item.metadatas.designation}}
{% endif %} {% if item.metadatas.field %}
Domaine
{{item.metadatas.field}}
{% endif %} {% if item.metadatas.conservation_location %}
Conservé à
{{item.metadatas.conservation_location}}
{% endif %} {% if item.metadatas.datation %}
Datation
{{item.metadatas.datation}}
{% endif %} {% if item.metadatas.technics %}
Techniques
{{item.metadatas.technics}}
{% endif %} {% if item.metadatas.measurements %}
Mesures : {{item.metadatas.measurements}}{% endif %} {% if item.metadatas.create_or_usage_location %}
Lieu de création/utilisation
{{item.metadatas.create_or_usage_location}}
{% endif %} {% if item.metadatas.discovery_context %}
Contexte de découverte
{{item.metadatas.discovery_context}}
{% endif %} {% if item.metadatas.photo_credits %}
Crédits photographiques
{{item.metadatas.photo_credits}}
{% endif %} {% if item.metadatas.inventory_number %}
Numéro d'inventaire
{{item.metadatas.inventory_number}}
{% endif %}
{% if item.metadatas.joconde_ref %}

Cet objet dans Joconde, catalogue collectif des collections des musées de France

{% endif %}
{% endblock %} {% block footer_js %} {% endblock %}