{% extends 'admin.html.twig' %} {% block title %}Adherante - Détails{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Les informations d'adhérante

{{ include('@AppBundle/Default/flashBag.html.twig') }}

Fiche de : {{ adherant.prenom }} {{ adherant.nom }}



État de compte
{% if adherant.enabled == true %} Enabled {% else %} Disabled {% endif %}
Status de paiement
{% if adherant.paiment == 0 or adherant.paiment == 0 %} Disabled {% elseif(adherant.paiment == 1) %} Active paiment {% else %} Paied {% endif %}
Dernière connexion {{ adherant.lastLogin|date('Y-m-d H:i') }}
Pseudo {{ adherant.username }}
Nom {{ adherant.nom }}
Prénom {{ adherant.prenom }}
Email {{ adherant.email }}
Numéro de téléphone {{ adherant.phone }}
Diplôme {{ adherant.diplome }}
Entreprise {{ adherant.entreprise }}
Secteur d'activité {{ adherant.activitySector }}
Produits {{ adherant.produits }}
Date de création de l'entreprise {{ adherant.entrepriseRegistrationDate|date('d-m-Y') }}
Effectif {{ adherant.effectif }}
Adresse {{ adherant.adress }}
Page facebook {{ adherant.facebook }}
Site Web {{ adherant.website }}
{% endblock %}