-
{% for elmt in itemlist %}
{% if elmt.0.lid == lib.lid %}
- {{ elmt.1 }}
- {% trans "Cote" %} : {{ elmt.0.cn }}
- {% trans "Etat de collection" %} : {{ elmt.0.holdstat }} {% if elmt.0.missing != '' %}
- {% trans "Lacunes" %} : {{ elmt.0.missing }} {% endif %} {% if elmt.0.rank != 0 %}
- {% trans "Rang courant" %} : {{ elmt.0.rank }} {% if elmt.0.comm != '' %}
- {% trans "Commentaire" %} : {{ elmt.0.comm }} {% endif %} {% else %}
- {% trans "Exclusion" %} : {{ elmt.0.excl}} {% if elmt.0.comm != '' %}
- {% trans "Commentaire" %} : {{ elmt.0.comm }} {% endif %} {% endif %} {% else %}
- {{ elmt.1 }}
- {% trans "Cote" %} : {{ elmt.0.cn }}
- {% trans "Etat de collection" %} : {{ elmt.0.holdstat }} {% if elmt.0.missing != '' %}
- {% trans "Lacunes" %} : {{ elmt.0.missing }} {% endif %} {% if elmt.0.rank != 0 %}
- {% trans "Rang courant" %} : {{ elmt.0.rank }} {% if elmt.0.comm != '' %}
- {% trans "Commentaire" %} : {{ elmt.0.comm }} {% endif %} {% else %}
- {% trans "Exclusion" %} : {{ elmt.0.excl }} {% if elmt.0.comm != '' %}
- {% trans "Commentaire" %} : {{ elmt.0.comm }} {% endif %} {% endif %} {% endif %}
{% endfor %}