{% extends "ChamiloUserBundle:Profile:action.html.twig" %} {% block sonata_profile_title %} {{ "title_user_account" | trans({}, 'SonataUserBundle')}} - {{ "title_user_edit_profile" | trans({}, 'SonataUserBundle')}} {% endblock %} {% block sonata_profile_content %} {{ form_errors(form) }} {% form_theme form _self %} {##}

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

{{ form_widget(form) }} {#
    #} {#{% for field in form.extraFieldValues %}#} {#
  • #} {#{{ form_errors(field) }}#} {#{{ form_widget(field) }}#} {#
  • #} {#{% endfor %}#} {#
#} {#Add#}
{% render url("sonata_user_profile_edit_authentication") %} {% endblock %}