-
{% for elmt in resslist %}
{% if elmt.rank == 1 %}
- *
- {% trans "Titre" %} : {{ elmt.title }}
- {% trans "Cote" %} : {{ elmt.cn }}
- {% trans "Identifiant de la ressource" %} : {{ elmt.sid }}
- {% trans "Titre" %} : {{ elmt.title }}
- {% trans "Cote" %} : {{ elmt.cn }}
- {% trans "Identifiant de la ressource" %} : {{ elmt.sid }}
{% elif elmt.rank != 1 %}
{% endif %} {% endfor %}