{% extends 'admin/layout.html.twig' %} {% block body_id 'user_password' %} {% block main %}

{{ 'title.change_password'|trans }}

{# {% if changeOtherPWD == false %}#} {# #} {# {% endif %}#} {{ form_start(form) }} {{ form_widget(form) }}
{{ 'action.back_to_list'|trans }}
{{ form_end(form) }}
{% endblock %}