src/iconolab_episteme/templates/iconolab/metadatas/image_search_metadatas.html
author Riwad Salim
Tue, 03 Jul 2018 13:38:28 +0200
changeset 12 902a14596a56
parent 2 d3fe1866eb5b
permissions -rw-r--r--
Adding specific elements in header and footer for iconolab-episteme project plus adjustment of the metadata display in templates.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents: 2
diff changeset
     1
{% if item.object.metadatas.metadata_obj.image.title %}<h3>Titre : <small>{{item.object.metadatas.metadata_obj.image.title}}</small></h3><br>{% endif %}
2
d3fe1866eb5b display modification on search template
Riwad Salim
parents: 0
diff changeset
     2
{% if item.object.metadatas.metadata_obj.image.description_html %}<h4>Description :</h4> <div class='text-muted'>{{item.object.metadatas.metadata_obj.image.description_html|safe}}</div>{% endif %}
0
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     3
{% if item.object.metadatas.metadata_obj.image.credit %}<h5>Crédits : <small>{{item.object.metadatas.metadata_obj.image.credit}}</small></h5>{% endif %}
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     4
{% if item.object.metadatas.metadata_obj.image.id %}<h5>Identification : <small>{{item.object.metadatas.metadata_obj.image.id}}</small></h5>{% endif %}