-
{% for elmt in excl_list %}
- {% trans "Titre" %} : {{ elmt.title }}
- {% trans "Cote" %} : {{ elmt.cn }}
- {% trans "Identifiant de la ressource" %} : {{ elmt.sid }}
- {% trans "Motif d'exclusion" %} : {{ elmt.excl }} {% if elmt.comm != "" %}
- {% trans "Commentaire" %} : {{ elmt.comm }} {% endif %}
{% endfor %}