{% load i18n %} {% load static %}
{% 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" %}


{% for elmt in instructions %} {% if elmt.name == library.name and elmt.bound == expected %} {% else %} {% endif %} {% endfor %}
{% trans "Ligne" %} {% trans "Bibliothèque" %} {% trans "Forme reliée" %} {% trans "Bibliothèque remédiée" %} {% trans "Segment" %} {% trans "Exceptions" %} {% trans "Eléments améliorables" %}
{{ elmt.line }}
{{ elmt.name }}
{{ elmt.bound }}
{{ elmt.oname }} {{ elmt.descr }} {{ elmt.exc }} {{ elmt.degr }}
{{ elmt.line }}
{{ elmt.name }}
{{ elmt.bound }}
{{ elmt.oname }} {{ elmt.descr }} {{ elmt.exc }} {{ elmt.degr }}
{% if answer != 1 %}
{% csrf_token %}

{% trans "Ligne(s) à supprimer" %} : {{ form.rows }} {{ answer }}

{% else %}

{% trans "Aucune ligne ne peut être supprimée" %}.

{% endif %}