{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% extends "SonataUserBundle:Profile:action.html.twig" %} {% block sonata_profile_title %} {{ "title_user_account" | trans({}, 'SonataUserBundle')}} - {{ "title_user_edit_profile" | trans({}, 'SonataUserBundle')}} {% endblock %} {% block sonata_profile_content %} {% sonata_template_box 'This is the user profile edition template. Feel free to override it.' %} {{ form_errors(form) }} {% form_theme form _self %}

{{ "title_user_account" | trans({}, 'SonataUserBundle')}}

{{ form_widget(form) }}
{% render url("sonata_user_profile_edit_authentication") %} {% endblock %}