{% if k != 0 %}
@ {{ k }} ({% trans "Déconnexion" %})
{% else %}
{% trans "M'authentifier" %}
{% endif %}
{{ library.name }} - {% trans "Suppression d'une ligne" %}
{% trans "Titre" %} : {{ ressource.title|truncatewords:80 }}
{% trans "Identifiant de la ressource" %} :
{{ ressource.sid }} / issn : {{ ressource.issn }} / {% trans "Historique de la publication" %} : {{ ressource.pubhist }} / {% trans "Ordre de traitement" %} :
{% for elmt in librarylist %}
{{ elmt.name }} |
{% endfor %}
{% if itrec.cn != "" %} {% trans "Cote" %} : {{ itrec.cn }}{% endif %}
{% if itrec.holdstat != "" %} / {% trans "Etat de collection" %} : {{ itrec.holdstat }} {% endif %}
{% if itrec.missing != "" %} / {% trans "Lacunes" %} : {{ itrec.missing }}{% endif %}
{% trans "Les lignes en rouge ne peuvent plus être supprimées" %}
{% trans "Ligne" %} |
{% trans "Bibliothèque" %} |
{% trans "Forme reliée" %} |
{% trans "Bibliothèque remédiée" %} |
{% trans "Segment" %} |
{% trans "Exceptions" %} |
{% trans "Eléments améliorables" %} |
{% for elmt in instructions %}
{% if elmt.name == library.name and elmt.bound == expected %}
{{ elmt.line }} |
{{ elmt.name }} |
{{ elmt.bound }} |
{{ elmt.oname }} |
{{ elmt.descr }} |
{{ elmt.exc }} |
{{ elmt.degr }} |
{% else %}
{{ elmt.line }} |
{{ elmt.name }} |
{{ elmt.bound }} |
{{ elmt.oname }} |
{{ elmt.descr }} |
{{ elmt.exc }} |
{{ elmt.degr }} |
{% endif %}
{% endfor %}
{% if answer != 1 %}
{% endif %}