{% 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 }}
Chef de projet

{{ render(controller('MillesimaActionsBundle:ProjectManager:editCoordonne')) }}
{{ render(controller('MillesimaActionsBundle:ProjectManager:editPassword')) }}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}