{% 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 %}
{% if private == 1 %}

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

{% csrf_token %}{% trans "Ajouter un utilisateur" %} :        email ({% trans "tout en minuscules" %}) {{ othusajform.contactajoth }}        {% trans "Identifiant" %} {{ othusajform.identajoth }}

{% if ft != 0 %}

{% csrf_token %}{% trans "Supprimer un utilisateur" %} :        {{ othussupprform.contactsuoth }}        {% trans "êtes-vous sûr ?" %} {{ othussupprform.supproth }}

{% endif %} {% endif %}