KerenesImmo
  • Accueil
  • A propos de
  • Biens
  • Contact
{% if is_granted("IS_AUTHENTICATED_FULLY") %}
  • {{ app.user.email }}
    {% set agence = app.user.agence %} {% if (agence) %} Détails agence {% else %} Devenir agence {% endif %} {% if (is_granted('ROLE_SUPER_ADMIN')) %} Liste des biens {% endif %} Nouveau bien Nos biens Déconnexion
{% endif %}