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

Compte Personnel Edit Profil

{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {% if app.user.path is empty %} {% else %} {% endif %} {% endif %}
{{ user.username }}
Super Admin

{{ render(controller('MillesimaActionsBundle:ClientBuyer:editCoordonne')) }} {#{{ render(controller('FOSUserBundle:Profile:edit')) }}#}
{{ render(controller('MillesimaActionsBundle:ClientBuyer:editPassword')) }} {#{{ render(controller('FOSUserBundle:ChangePassword:changePassword')) }}#}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}