{% extends 'Backoffice/base.html.twig' %} {% block activeLiProfil %}class="active"{% endblock %} {% block activeProfil %}class="active"{% endblock %} {% block body %}

Paramêtres

{% if response != "" %} {% if response == "OK" %}
OK ! Informations modifiées avec succès.
{% else %}
Erreur ! {{ response }}
{% endif %} {% endif %}
Informations utilisateur


{% endblock %} {% block js %} {% endblock %}