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

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

{% else %}

{% trans "M'authentifier" %}

{% endif %}

{% trans "Administration du projet" %} : {{ project }}

{% if messages %} {% endif %}

{% trans "Gestion des fiches erronées" %} ({{ faulty }})


{% 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" %}) :

{% for l in libtuple %} {% endfor %}
{% 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 }})

{% for adm in admintup %} {% endfor %}
{% trans "mail de l'admin" %} {% trans "identifiant" %}
{{ 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 }}


{% if private == 1 %}

{% trans "Gestion des utilisateurs autorisés aux simples consultations" %} ({{ ft }})

{% if ft != 0 %} {% for oth in otherauthtup %} {% endfor %}
{% trans "mail" %} {% trans "identifiant" %}
{{ oth.0 }} {{ oth.1.username }}
{% endif %}
{% endif %}

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