{% extends "users/sidebar.html" %} {% load bootstrap3 %} {% block title %}Profil{% endblock %} {% block content %}

Adhérent

Editer Changer le mot de passe {% if is_bureau %} Changer le statut Ajouter un droit {% endif %} Historique


{% if user.end_adhesion != None %} {% else %} {% endif %} {% if user.end_whitelist != None %} {% else %} {% endif %} {% if user.end_ban != None %} {% else %} {% endif %} {% if user.state == 0 %} {% elif user.state == 1 %} {% else %} {% endif %} {% if user.has_access == True %} {% else %} {% endif %} {% if list_droits %} {% else %} {% endif %}
Prénom {{ user.name }} Nom {{ user.surname }}
Pseudo {{ user.pseudo }} E-mail {{ user.email }}
École {{ user.school }} Commentaire {{ user.comment }}
Chambre {{ user.room }} Date d'inscription {{ user.registered }}
Fin d'adhésion{{ user.end_adhesion }}Non adhérentAccès gracieux{{ user.end_whitelist }}Aucun
Bannissement{{ user.end_ban }}Non banniStatutActifDésactivéArchivé
Accès internetActifDésactivéDroits{% for droit in list_droits %}{{ droit.right }}{% if list_droits|length != forloop.counter %} - {% endif %} {% endfor %}Aucun
Dernière connexion {{ user.last_login }}

Machines :

Ajouter une machine

{% if machines_list %} {% include "machines/aff_machines.html" with machines_list=machines_list %} {% else %}

Aucune machine

{% endif %}

Cotisations :

{% if is_cableur %}

Ajouter une cotisation

{% endif%} {% if facture_list %} {% include "cotisations/aff_cotisations.html" with facture_list=facture_list %} {% else %}

Aucune facture

{% endif %}

Bannissements :

{% if is_bofh %}

Ajouter un bannissement

{% endif %} {% if ban_list %} {% include "users/aff_bans.html" with ban_list=ban_list %} {% else %}

Aucun bannissement

{% endif %}

Accès à titre gracieux :

{% if is_cableur %}

Accorder un accès à titre gracieux

{% endif %} {% if white_list %} {% include "users/aff_whitelists.html" with white_list=white_list %} {% else %}

Aucun accès gracieux

{% endif %}


{% endblock %}