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

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

{% else %}

{% trans "M'authentifier" %}

{% endif %}

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

{% trans "Vider le formulaire ci-dessous" %}
{% if messages %} {% endif %}

{% 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 "Vacant" %}) {% 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 "Vacant" %}) {% endif %} {% if l.3 != None %} {{ l.3.username }} {% endif %}

{% csrf_token %} {{ formlibname.curname }}      {% trans "Nouveau nom de la bibliothèque" %} {{ formnewlibname.newlibrname }}

{% csrf_token %}{{ formlibct.name }}      {{ formlibct.contactnbr }}      {% trans "Supprimer" %} {{ formlibct.suppr }}
{% trans "ou modifier (ou créer) la paire email (tout en minuscules) / identifiant pour le contact choisi" %} {{ formlibct.contact }} / {{ formlibct.ident }}