author | Riwad Salim |
Tue, 03 Jul 2018 13:38:28 +0200 | |
changeset 12 | 902a14596a56 |
parent 0 | df27f9610c82 |
child 17 | 2f8800dc2c0d |
permissions | -rw-r--r-- |
0 | 1 |
{% load iconolab_episteme_tags %} |
2 |
||
3 |
<dl class="dl-horizontal"> |
|
12
902a14596a56
Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
0
diff
changeset
|
4 |
{% if item.metadatas.metadata_obj.image.title %}<dt>Titre</dt><dd>{{item.metadatas.metadata_obj.image.title}}</dd><br>{% endif %} |
902a14596a56
Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
0
diff
changeset
|
5 |
{% if item.metadatas.metadata_obj.image.description_html %}<dt>Description</dt><dd>{{item.metadatas.metadata_obj.image.description_html|safe}}</dd><br>{% endif %} |
0 | 6 |
{% if item.metadatas.metadata_obj.image.credit %}<dt>Crédits</dt><dd>{{item.metadatas.metadata_obj.image.credit}}</dd>{% endif %} |
7 |
{% if item.metadatas.metadata_obj.image.id %}<dt>Identification</dt><dd>{{item.metadatas.metadata_obj.image.id}}</dd>{% endif %} |
|
8 |
</dl> |
|
9 |
{% if item.metadatas.metadata_obj.image.id %} |
|
10 |
<p class="text-center"> |
|
11 |
<a href= "{% eso_link item.metadatas %}" target="_blank"> |
|
12 |
Cet objet dans la base d'images de l'ESO |
|
13 |
</a> |
|
14 |
</p> |
|
15 |
{% endif %} |