{% trans "Gestion des fiches erronées" %} ({{ faulty }})
{% load i18n %}
{% load static %}@ {{ k }} ({% trans "Déconnexion" %})
{% else %} {% endif %}{% trans "Gestion des motifs d'exclusion" %}
{% trans "Motifs actuels" %} ({{ exclnbr }}) : {% for ex in Exclusion_current %} {{ ex }} - {% endfor %}
{% trans "Autre(s) précédemment utilisé(s)" %} ({{ prevexclnbr }}) : {% for exprev in Exclusion_previous %} {{ exprev }} - {% endfor %}
{% trans "Pas utilisé(s) actuellement" %} ({{ nusdexclnbr }}) : {% for nyt in Exclusion_not_used %} {{ nyt }} - {% endfor %}
{% trans "Gestion des bibliothèques" %} ({{ sizelib }}, {% trans "checker exclu" %}) :
{% trans "Propriété" %} | {% trans "Valeur actuelle" %} | {% trans "Identifiant" %} |
---|---|---|
{% trans "Nom de la bibliothèque" %} | {{ l.0.name }} {% if l.0.name == 'checker' %} ({% trans "Non modifiable" %}) {% endif %} | |
{% trans "Contact principal" %} ({% trans "Obligatoire" %}) | {{ l.0.contact }} | {{ l.1.username }} |
{% trans "Second contact" %} | {% if l.0.contact_bis != None %} {{ l.0.contact_bis }} {% else %} {% trans "" %} {% endif %} | {% if l.2 != None %} {{ l.2.username }} {% endif %} |
{% trans "Troisième contact" %} | {% if l.0.contact_ter != None %} {{ l.0.contact_ter }} {% else %} {% trans "" %} {% endif %} | {% if l.3 != None %} {{ l.3.username }} {% endif %} |
{% trans "Gestion des administrateurs" %} ({{ sizeadm }})
{% trans "mail de l'admin" %} | {% trans "identifiant" %} | {% for adm in admintup %}
---|---|
{{ adm.0 }} | {{ adm.1.username }} |
{% trans "Gestion des utilisateurs" %} ({{ sizeuters }})
{% trans "Gestion des alertes et du type d'accès" %}
{% trans "Alertes activées" %} : {% if al == 1 %} {% for almt in current_alerts %} {{ almt }} {% endfor %}{% else %} {% trans "aucune" %} {% endif %}
{% trans "Mode édition restreint (usagers autorisés)" %} : {{ priv_mode }}
{% trans "Gestion des utilisateurs autorisés aux simples consultations" %} ({{ ft }})
{% if ft != 0 %}{% trans "mail" %} | {% trans "identifiant" %} | {% for oth in otherauthtup %}
---|---|
{{ oth.0 }} | {{ oth.1.username }} |
{% trans "Gestion des informations projet" %} {% trans "Mettre d'abord à jour cette vue" %}
{% trans "Propriété" %} | {% trans "Valeur actuelle" %} |
---|---|
{% trans "Nom du projet" %} | {{ project }} |
{% trans "Date d'extraction de la base" %} | {{ extractdate }} |
{% trans "Liste de diffusion" %} | ---{% for e in list_diff %} {% if not e == "" %} {{ e }} --- {% endif %} {% endfor %} |