{% extends "users_admin/base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}


{{ text }}

{% if users %} {% for user in users %}
login expiration nom complet
{{ user.name }} {% if 'univnautes-idp-multiple' in user.priv %}(multiple){% endif %} {{ user.expires|default:"jamais" }} ({{ user.ttl }}) {{ user.descr }}
{% endif %}
{% csrf_token %}
Annuler
{% endblock %}