diff --git a/contributors.py b/contributors.py index 358fd27b..02a2015c 100644 --- a/contributors.py +++ b/contributors.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -contributeurs = ['Gabriel Detraz', 'chirac', 'Maël Kervella', 'LEVY-FALK Hugo', 'Dalahro', 'lhark', 'root', 'Chirac', 'Hugo LEVY-FALK', 'guimoz', 'Mael Kervella', 'klafyvel', 'matthieu', 'Yoann Pietri', 'Simon Brélivet', 'chibrac', 'David Sinquin', 'Pierre Cadart', 'moamoak', 'Éloi Alain', 'FERNET Laouen', 'Hugo Levy-Falk', 'Yoann PIETRI', 'B', 'Daniel STAN', 'Eloi Alain', 'Guimoz', 'Hugo Hervieux', 'Joanne Steiner', 'Laouen Fernet', 'Lemesle', 'MICHELET matthieu', 'Nymous', 'Thibault de BOUTRAY', 'Tipunchetrhum', 'Éloi ALAIN'] \ No newline at end of file +contributeurs = ['Gabriel Detraz', 'chirac', 'Maël Kervella', 'LEVY-FALK Hugo', 'Dalahro', 'lhark', 'root', 'Hugo LEVY-FALK', 'Chirac', 'guimoz', 'Mael Kervella', 'klafyvel', 'matthieu', 'Yoann Pietri', 'Simon Brélivet', 'chibrac', 'David Sinquin', 'Pierre Cadart', 'moamoak', 'Éloi Alain', 'FERNET Laouen', 'Hugo Levy-Falk', 'Joanne Steiner', 'Matthieu Michelet', 'Yoann PIETRI', 'B', 'Daniel STAN', 'Eloi Alain', 'Guimoz', 'Hugo Hervieux', 'Laouen Fernet', 'Lemesle', 'MICHELET matthieu', 'Nymous', 'Thibault de BOUTRAY', 'Tipunchetrhum', 'Éloi ALAIN'] \ No newline at end of file diff --git a/cotisations/templates/cotisations/aff_article.html b/cotisations/templates/cotisations/aff_article.html index f4880caf..833b7de0 100644 --- a/cotisations/templates/cotisations/aff_article.html +++ b/cotisations/templates/cotisations/aff_article.html @@ -45,11 +45,11 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit article %} - + {% acl_end %} - + diff --git a/cotisations/templates/cotisations/aff_banque.html b/cotisations/templates/cotisations/aff_banque.html index f31bf55a..1ef4cb76 100644 --- a/cotisations/templates/cotisations/aff_banque.html +++ b/cotisations/templates/cotisations/aff_banque.html @@ -37,11 +37,11 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit banque %} - + {% acl_end %} - + diff --git a/cotisations/templates/cotisations/aff_cotisations.html b/cotisations/templates/cotisations/aff_cotisations.html index 2e6eea3f..b73bc107 100644 --- a/cotisations/templates/cotisations/aff_cotisations.html +++ b/cotisations/templates/cotisations/aff_cotisations.html @@ -57,21 +57,21 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if facture.valid %} - + PDF {% else %} diff --git a/cotisations/templates/cotisations/aff_paiement.html b/cotisations/templates/cotisations/aff_paiement.html index f2f9abe3..09e5acc3 100644 --- a/cotisations/templates/cotisations/aff_paiement.html +++ b/cotisations/templates/cotisations/aff_paiement.html @@ -37,11 +37,11 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit paiement %} - + {% acl_end %} - + diff --git a/cotisations/templates/cotisations/control.html b/cotisations/templates/cotisations/control.html index baa4938e..48071429 100644 --- a/cotisations/templates/cotisations/control.html +++ b/cotisations/templates/cotisations/control.html @@ -55,8 +55,8 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for form in controlform.forms %} {% bootstrap_form_errors form %} - - + + {{ form.instance.user.name }} {{ form.instance.user.surname }} diff --git a/cotisations/templates/cotisations/index_article.html b/cotisations/templates/cotisations/index_article.html index edc71c09..7803c2ca 100644 --- a/cotisations/templates/cotisations/index_article.html +++ b/cotisations/templates/cotisations/index_article.html @@ -31,9 +31,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Liste des types d'articles

{% can_create Article %} - Ajouter un type d'articles + Ajouter un type d'articles {% acl_end %} - Supprimer un ou plusieurs types d'articles + Supprimer un ou plusieurs types d'articles {% include "cotisations/aff_article.html" with article_list=article_list %}

diff --git a/cotisations/templates/cotisations/index_banque.html b/cotisations/templates/cotisations/index_banque.html index dda89843..77c23977 100644 --- a/cotisations/templates/cotisations/index_banque.html +++ b/cotisations/templates/cotisations/index_banque.html @@ -31,9 +31,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Liste des banques

{% can_create Banque %} - Ajouter une banque + Ajouter une banque {% acl_end %} - Supprimer une ou plusieurs banques + Supprimer une ou plusieurs banques {% include "cotisations/aff_banque.html" with banque_list=banque_list %}

diff --git a/cotisations/templates/cotisations/index_paiement.html b/cotisations/templates/cotisations/index_paiement.html index a27cb824..414c6b38 100644 --- a/cotisations/templates/cotisations/index_paiement.html +++ b/cotisations/templates/cotisations/index_paiement.html @@ -31,9 +31,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Liste des types de paiements

{% can_create Paiement %} - Ajouter un type de paiement + Ajouter un type de paiement {% acl_end %} - Supprimer un ou plusieurs types de paiements + Supprimer un ou plusieurs types de paiements {% include "cotisations/aff_paiement.html" with paiement_list=paiement_list %}

diff --git a/cotisations/templates/cotisations/new_facture.html b/cotisations/templates/cotisations/new_facture.html index c1206aa2..10aa69fd 100644 --- a/cotisations/templates/cotisations/new_facture.html +++ b/cotisations/templates/cotisations/new_facture.html @@ -49,7 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,   {% endfor %} @@ -73,7 +73,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,   ` function add_article(){ diff --git a/cotisations/templates/cotisations/new_facture_solde.html b/cotisations/templates/cotisations/new_facture_solde.html index 2efd8e81..2c06fdb0 100644 --- a/cotisations/templates/cotisations/new_facture_solde.html +++ b/cotisations/templates/cotisations/new_facture_solde.html @@ -46,7 +46,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,   {% endfor %} @@ -70,7 +70,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,   ` function add_article(){ diff --git a/cotisations/templates/cotisations/sidebar.html b/cotisations/templates/cotisations/sidebar.html index 3506e5e8..513eb60b 100644 --- a/cotisations/templates/cotisations/sidebar.html +++ b/cotisations/templates/cotisations/sidebar.html @@ -28,35 +28,35 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block sidebar %} {% can_change Facture pdf %} - + Créer une facture - + Contrôler les factures {% acl_end %} {% can_view_all Facture %} - + Factures {% acl_end %} {% can_view_all Article %} - + Articles en vente {% acl_end %} {% can_view_all Banque %} - + Banques {% acl_end %} {% can_view_all Paiement %} - + Moyens de paiement {% acl_end %} diff --git a/logs/templates/logs/aff_stats_logs.html b/logs/templates/logs/aff_stats_logs.html index be0b5a41..77e9e9b4 100644 --- a/logs/templates/logs/aff_stats_logs.html +++ b/logs/templates/logs/aff_stats_logs.html @@ -51,7 +51,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history %} - + Annuler diff --git a/logs/templates/logs/aff_summary.html b/logs/templates/logs/aff_summary.html index c6eca27b..f743d637 100644 --- a/logs/templates/logs/aff_summary.html +++ b/logs/templates/logs/aff_summary.html @@ -54,7 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history %} - + Annuler @@ -77,7 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history%} - + Annuler @@ -96,7 +96,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history %} - + Annuler @@ -115,7 +115,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history %} - + Annuler @@ -134,7 +134,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit_history %} - + Annuler diff --git a/logs/templates/logs/sidebar.html b/logs/templates/logs/sidebar.html index fe7e63e7..0e3048e3 100644 --- a/logs/templates/logs/sidebar.html +++ b/logs/templates/logs/sidebar.html @@ -28,27 +28,27 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block sidebar %} {% can_view_app logs %} - + Résumé - + Évènements - + Général - + Base de données - + Actions de cablage - + Utilisateurs {% acl_end %} diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index dbb3e40d..c286fcd6 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -46,9 +46,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% for machine in machines_list %} - {{ machine.name|default:'Pas de nom' }} + {{ machine.name|default:'Pas de nom' }} - {{ machine.user }} + {{ machine.user }} @@ -92,7 +92,7 @@ with this program; if not, write to the Free Software Foundation, Inc., diff --git a/templates/buttons/suppr.html b/templates/buttons/suppr.html index 907345be..a03ea42a 100644 --- a/templates/buttons/suppr.html +++ b/templates/buttons/suppr.html @@ -22,5 +22,5 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. {% endcomment %} - + diff --git a/topologie/templates/topologie/aff_chambres.html b/topologie/templates/topologie/aff_chambres.html index 6d0cee37..3ca4651d 100644 --- a/topologie/templates/topologie/aff_chambres.html +++ b/topologie/templates/topologie/aff_chambres.html @@ -42,16 +42,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {{room.details}} - + {% can_edit room %} - + {% acl_end %} {% can_delete room %} - + {% acl_end %} diff --git a/topologie/templates/topologie/aff_constructor_switch.html b/topologie/templates/topologie/aff_constructor_switch.html index 9b601e1b..f9d8827c 100644 --- a/topologie/templates/topologie/aff_constructor_switch.html +++ b/topologie/templates/topologie/aff_constructor_switch.html @@ -40,16 +40,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {{constructor_switch}} - + {% can_edit constructor_switch %} - + {% acl_end %} {% can_delete constructor_switch %} - + {% acl_end %} diff --git a/topologie/templates/topologie/aff_model_switch.html b/topologie/templates/topologie/aff_model_switch.html index f6c0d3b8..a1aa88cf 100644 --- a/topologie/templates/topologie/aff_model_switch.html +++ b/topologie/templates/topologie/aff_model_switch.html @@ -42,16 +42,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {{model_switch.constructor}} - + {% can_edit model_switch %} - + {% acl_end %} {% can_delete model_switch %} - + {% acl_end %} diff --git a/topologie/templates/topologie/aff_port.html b/topologie/templates/topologie/aff_port.html index 61c4bf4b..4fe08862 100644 --- a/topologie/templates/topologie/aff_port.html +++ b/topologie/templates/topologie/aff_port.html @@ -60,16 +60,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ port.details }} - + {% can_edit port %} - + {% acl_end %} {% can_delete port %} - + {% acl_end %} diff --git a/topologie/templates/topologie/aff_stacks.html b/topologie/templates/topologie/aff_stacks.html index 8d91d41c..def83036 100644 --- a/topologie/templates/topologie/aff_stacks.html +++ b/topologie/templates/topologie/aff_stacks.html @@ -46,16 +46,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if forloop.first %} - + {% can_edit stack %} - + {% acl_end %} {% can_delete stack %} - + {% acl_end %} @@ -69,16 +69,16 @@ with this program; if not, write to the Free Software Foundation, Inc., Aucun - + {% can_edit stack %} - + {% acl_end %} {% can_delete stack %} - + {% acl_end %} diff --git a/topologie/templates/topologie/edit_stack_sw.html b/topologie/templates/topologie/edit_stack_sw.html index 04987add..75faaf84 100644 --- a/topologie/templates/topologie/edit_stack_sw.html +++ b/topologie/templates/topologie/edit_stack_sw.html @@ -39,16 +39,16 @@ with this program; if not, write to the Free Software Foundation, Inc., {{stack.details}} - + {% can_edit stack %} - + {% acl_end %} {% can_delete stack %} - + {% acl_end %} diff --git a/topologie/templates/topologie/index.html b/topologie/templates/topologie/index.html index 11f533c4..9838499a 100644 --- a/topologie/templates/topologie/index.html +++ b/topologie/templates/topologie/index.html @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Switchs

{% can_create Switch %} - Ajouter un switch + Ajouter un switch
{% acl_end %} {% include "topologie/aff_switch.html" with switch_list=switch_list %} diff --git a/topologie/templates/topologie/index_model_switch.html b/topologie/templates/topologie/index_model_switch.html index e185a9b8..e375dd36 100644 --- a/topologie/templates/topologie/index_model_switch.html +++ b/topologie/templates/topologie/index_model_switch.html @@ -31,13 +31,13 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Modèles de switches

{% can_create ModelSwitch %} - Ajouter un modèle + Ajouter un modèle
{% acl_end %} {% include "topologie/aff_model_switch.html" with model_switch_list=model_switch_list %}

Constructeurs de switches

{% can_create ConstructorSwitch %} - Ajouter un constructeur + Ajouter un constructeur
{% acl_end %} {% include "topologie/aff_constructor_switch.html" with constructor_switch_list=constructor_switch_list %} diff --git a/topologie/templates/topologie/index_p.html b/topologie/templates/topologie/index_p.html index 3cea6968..1ba7c01a 100644 --- a/topologie/templates/topologie/index_p.html +++ b/topologie/templates/topologie/index_p.html @@ -30,11 +30,11 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Switch {{ nom_switch }}

- Editer + Editer {% can_create Port %} - Ajouter un port + Ajouter un port {% acl_end %} - Ajouter des ports + Ajouter des ports {% include "topologie/aff_port.html" with port_list=port_list %}

diff --git a/topologie/templates/topologie/index_room.html b/topologie/templates/topologie/index_room.html index 15493d92..0d586452 100644 --- a/topologie/templates/topologie/index_room.html +++ b/topologie/templates/topologie/index_room.html @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Chambres

{% can_create Room %} - Ajouter une chambre + Ajouter une chambre
{% acl_end %} {% include "topologie/aff_chambres.html" with room_list=room_list %} diff --git a/topologie/templates/topologie/index_stack.html b/topologie/templates/topologie/index_stack.html index fb39009d..1ba49b5a 100644 --- a/topologie/templates/topologie/index_stack.html +++ b/topologie/templates/topologie/index_stack.html @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Stacks

{% can_create Stack %} - Ajouter une stack + Ajouter une stack {% acl_end %} {% include "topologie/aff_stacks.html" with stack_list=stack_list %}
diff --git a/topologie/templates/topologie/sidebar.html b/topologie/templates/topologie/sidebar.html index a2d42896..826169f2 100644 --- a/topologie/templates/topologie/sidebar.html +++ b/topologie/templates/topologie/sidebar.html @@ -26,19 +26,19 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block sidebar %} - + Chambres - + Switchs - + Stacks - + Modèles switches et constructeurs {% endblock %} diff --git a/users/templates/users/aff_clubs.html b/users/templates/users/aff_clubs.html index 425e1f28..4fb6bd0d 100644 --- a/users/templates/users/aff_clubs.html +++ b/users/templates/users/aff_clubs.html @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% if clubs_list.paginator %} -{% include "pagination.html" with list=clubs_list %} +{% include "pagination.html" with list=clubs_list %} {% endif %} {% load acl %} @@ -39,9 +39,9 @@ with this program; if not, write to the Free Software Foundation, Inc., Profil - {% for club in clubs_list %} + {% for club in clubs_list %} {% can_view club %} - + {{ club.surname }} {{ club.pseudo }} {{ club.room }} @@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Désactivée {% endif %} - + {% acl_end %} @@ -60,5 +60,5 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if clubs_list.paginator %} -{% include "pagination.html" with list=clubs_list %} +{% include "pagination.html" with list=clubs_list %} {% endif %} diff --git a/users/templates/users/aff_listright.html b/users/templates/users/aff_listright.html index b8a8008c..be94b146 100644 --- a/users/templates/users/aff_listright.html +++ b/users/templates/users/aff_listright.html @@ -77,7 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
  • {{user}} - +
  • {% endfor %} diff --git a/users/templates/users/aff_users.html b/users/templates/users/aff_users.html index 22f9a8dd..199b2f17 100644 --- a/users/templates/users/aff_users.html +++ b/users/templates/users/aff_users.html @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% if users_list.paginator %} -{% include "pagination.html" with list=users_list %} +{% include "pagination.html" with list=users_list %} {% endif %} @@ -38,7 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., - {% for user in users_list %} + {% for user in users_list %} @@ -51,12 +51,12 @@ with this program; if not, write to the Free Software Foundation, Inc., Désactivée {% endif %} - {% endfor %}
    Profil
    {{ user.name }} {{ user.surname }} +
    {% if users_list.paginator %} -{% include "pagination.html" with list=users_list %} +{% include "pagination.html" with list=users_list %} {% endif %} diff --git a/users/templates/users/index_listright.html b/users/templates/users/index_listright.html index eb2c5370..57165792 100644 --- a/users/templates/users/index_listright.html +++ b/users/templates/users/index_listright.html @@ -31,9 +31,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

    Liste des droits

    {% can_create ListRight %} - Ajouter un droit ou groupe + Ajouter un droit ou groupe {% acl_end %} - Supprimer un ou plusieurs droits/groupes + Supprimer un ou plusieurs droits/groupes {% include "users/aff_listright.html" with listright_list=listright_list %}

    diff --git a/users/templates/users/index_schools.html b/users/templates/users/index_schools.html index ff2b8b8b..93bb0737 100644 --- a/users/templates/users/index_schools.html +++ b/users/templates/users/index_schools.html @@ -32,9 +32,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,

    Liste des Établissements

    Ensemble des établissements d'enseignement ou d'activité des utilisateurs crées
    {% can_create School %} - Ajouter un établissement + Ajouter un établissement {% acl_end %} - Supprimer un ou plusieurs établissements + Supprimer un ou plusieurs établissements {% include "users/aff_schools.html" with school_list=school_list %}

    diff --git a/users/templates/users/index_serviceusers.html b/users/templates/users/index_serviceusers.html index bb1c2d3c..497445b0 100644 --- a/users/templates/users/index_serviceusers.html +++ b/users/templates/users/index_serviceusers.html @@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
    Les service users LDAP sont des utilisateurs spéciaux qui disposent d'un accès uniquement sur le ldap pour effectuer des opération d'authentification. Il est recommandé de créer un service-user doté d'un login/mdp par service concerné
    {% can_create ServiceUser %} - Ajouter un service user + Ajouter un service user {% acl_end %} {% include "users/aff_serviceusers.html" with serviceusers_list=serviceusers_list %}
    diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 89296218..f41ce8cd 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -31,27 +31,27 @@ with this program; if not, write to the Free Software Foundation, Inc.,

    {{ users.class_name }} : {{ users.surname }} {{users.name}}

    - + Editer - + Changer le mot de passe {% can_change User state %} - + Changer le statut {% acl_end %} {% can_change User groups %} - + Gérer les groupes {% acl_end %} - + Historique
    @@ -146,7 +146,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Solde {{ users.solde }} € - + Recharger @@ -159,7 +159,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if users.is_class_club %} - + Gérer admin et membres

    Administrateurs du club

    @@ -199,7 +199,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %}

    Machines

    {% can_create Machine users.id %} -

    Ajouter une machine

    +

    Ajouter une machine

    {% acl_end %} {% if machines_list %} {% include "machines/aff_machines.html" with machines_list=machines_list %} @@ -207,21 +207,21 @@ with this program; if not, write to the Free Software Foundation, Inc.,

    Aucune machine

    {% endif %}

    Cotisations

    -

    {% can_create Facture %} Ajouter une cotisation {% if user_solde %} Modifier le solde{% endif%}{% acl_else %}{% if user_solde %} Ajouter une cotisation par solde{% endif %}{% acl_end %}

    +

    {% can_create Facture %} Ajouter une cotisation {% if user_solde %} Modifier le solde{% endif%}{% acl_else %}{% if user_solde %} Ajouter une cotisation par solde{% endif %}{% acl_end %}

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

    Aucune facture

    {% endif %}

    Bannissements

    - {% can_create Ban %}

    Ajouter un bannissement

    {% acl_end %} + {% can_create Ban %}

    Ajouter un bannissement

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

    Aucun bannissement

    {% endif %}

    Accès à titre gracieux :

    - {% can_create Whitelist %}

    Accorder un accès à titre gracieux

    {% acl_end %} + {% can_create Whitelist %}

    Accorder un accès à titre gracieux

    {% acl_end %} {% if white_list %} {% include "users/aff_whitelists.html" with white_list=white_list %} {% else %} diff --git a/users/templates/users/sidebar.html b/users/templates/users/sidebar.html index fa2f2c76..4b561b49 100644 --- a/users/templates/users/sidebar.html +++ b/users/templates/users/sidebar.html @@ -28,62 +28,62 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if request.user.is_authenticated%} {% can_create Club %} - + Créer un club/association {% acl_end %} {% can_create Adherent %} - + Créer un adhérent {% acl_end %} {% endif %} {% can_view_all Club %} - + Clubs et assos {% acl_end %} {% can_view_all Adherent %} - + Adherents {% acl_end %} {% can_view_all Ban %} - + Bannissements {% acl_end %} {% can_view_all Whitelist %} - + Accès à titre gracieux {% acl_end %} {% can_view_all School %} - + Établissements {% acl_end %} {% can_view_all ListRight %} - + Groupes de droits {% acl_end %} {% can_view_all ServiceUser %} - + Gérer les service users {% acl_end %} {% can_change User state %} - + Archiver en masse {% acl_end %}