{% extends "users/sidebar.html" %} {% comment %} Re2o est un logiciel d'administration développé initiallement au rezometz. Il se veut agnostique au réseau considéré, de manière à être installable en quelques clics. Copyright © 2017 Gabriel Détraz Copyright © 2017 Goulven Kermarec Copyright © 2017 Augustin Lemesle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. {% endcomment %} {% 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 %} {% if user_solde %} {% endif %}
Prénom {{ user.name }} Nom {{ user.surname }}
Pseudo {{ user.pseudo }} E-mail {{ user.email }}
Chambre {{ user.room }} Téléphone {{ user.telephone }}
École {{ user.school }} Commentaire {{ user.comment }}
Date d'inscription {{ user.registered }} Dernière connexion {{ user.last_login }}
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
Solde {{ user.solde }} €

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 {% if user_solde %} Modifier le solde{% endif%}

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