src/iconolab_mcc/templates/iconolab/metadatas/image_search_metadatas.html
author ymh <ymh.work@gmail.com>
Fri, 05 Jul 2019 15:58:28 +0200
changeset 37 7e614ca2431a
parent 3 12fb6a535aa6
permissions -rw-r--r--
remove experiment message on home page, and define new version

{% if item.object.metadatas.metadata_obj.designation %}<h3>Désignation : <small>{{item.object.metadatas.metadata_obj.designation}}</small></h3>{% endif %}
{% if item.object.metadatas.metadata_obj.authors %}<h4>Auteur(s) : <small>{{item.object.metadatas.metadata_obj.authors}}</small></h4>{% endif %}
{% if item.object.metadatas.metadata_obj.conservation_location %}<h4>Conservé à : <small>{{item.object.metadatas.metadata_obj.conservation_location}}</small></h4>{% endif %}
{% if item.object.metadatas.metadata_obj.datation %}<h4>Datation : <small>{{item.object.metadatas.metadata_obj.datation}}</small></h4>{% endif %}
{% if item.object.metadatas.metadata_obj.technics %}<h5>Techniques : <small>{{item.object.metadatas.metadata_obj.technics}}</small></h5>{% endif %}
{% if item.object.metadatas.metadata_obj.measurements %}<h5>Mesures : {{item.object.metadatas.metadata_obj.measurements}}</h5>{% endif %}
{% if item.object.metadatas.metadata_obj.create_or_usage_location %}<h5>Lieu de création/utilisation : <small>{{item.object.metadatas.metadata_obj.create_or_usage_location}}</small></h5>{% endif %}
{% if item.object.metadatas.metadata_obj.discovery_context %}<h5>Contexte de découverte : <small>{{item.object.metadatas.metadata_obj.discovery_context}}</small></h5>{% endif %}
{% if item.object.metadatas.metadata_obj.photo_credits %}<h5>Crédits photographiques : <small>{{item.object.metadatas.metadata_obj.photo_credits}}</small></h5>{% endif %}
{% if item.object.metadatas.metadata_obj.inventory_number %}<h5>Numéro d'inventaire : <small>{{item.object.metadatas.metadata_obj.inventory_number}}</small></h5>{% endif %}