{% 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 %}