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