{% extends '::base2.html.twig' %} {% block title %}Mon Profile{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %} {% trans_default_domain 'FOSUserBundle' %}

Compte Personnel {#Edit Profil#} Info

Compte {{ user.username }} Profile
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all() %} {% for message in messages %} {% endfor %} {% endfor %} {% endif %}
{% if user.path is empty %} {% else %} {% endif %}

{{ user.firstname }} {{ user.lastname }}

  • {% if user.function is not empty %} Rôle: {{ user.FinctionString }} {% endif %}
  • E-mail: {{ user.email }}
  • {% if user.phoneNumber is not empty %}
  • Mobile: {{ user.phoneNumber }}
  • {% endif %} {% if user.telNumber is not empty %}
  • Tel: {{ user.telNumber }}
  • {% endif %}
Edit Profile
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}