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

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 {{ user.username }} informations

#}

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

  • {% if user.function is not empty %} {{ user.FinctionString }} {% endif %}
  • {{ user.email }}
  • {% if user.phoneNumber is not empty %}
  • Phone: {{ user.phoneNumber }}
  • {% endif %} {% if user.faxNumber is not empty %}
  • Phone: {{ user.faxNumber }}
  • {% endif %}
Edit Profile
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}