{% load i18n %} {% load static %}
{% if k != 0 %}

@ {{ k }} ({% trans "Déconnexion" %})

{% else %}

{% trans "M'authentifier" %}

{% endif %}

{{ library.name }} - {% trans "Instruction" %} - {{ stage }}

{% 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 %}


{% for elmt in instructions %} {% if elmt.name == library.name and elmt.bound == expected and elmt.pk == lastone %} {% 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 }}
{% csrf_token %} {% if expected == "x" %} {% else %} {% endif %} {% if l != 0 %} {% else %} {% endif %}
{% trans "Sous la ligne" %} {% trans "Bibliothèque" %} {% trans "Forme reliée" %} {% trans "Bibliothèque remédiée" %} {% trans "Segment" %} {% trans "Exceptions" %} {% trans "Eléments améliorables" %}
{{ form.line }}
{{ library.name }}
x
{{ foname.oname }}{{ form.descr }} {{ form.exc }} {{ form.degr }}

{% trans "Attention : Les instructions ne doivent pas outrepasser la période de publication du ppn" %} : {{ ressource.pubhist }}

{{ info }}