{% capture append = "oxidBlock_content" %} {% set template_title = "CHANGE_PASSWORD"|translate %} {% if oView.isPasswordChanged() %}
{{ translate({ ident: "MESSAGE_PASSWORD_CHANGED" }) }}
{% endif %} {% if Errors|is_array and Errors.user|is_array and Errors.user|length > 0 %}
{% for key, oEr in Errors.user %}

{{ oEr.getOxMessage() }}

{% endfor %}
{% endif %}

{{ translate({ ident: "CHANGE_PASSWORD" }) }}

{% include "page/account/inc/account_menu.html.twig" with {active_link: "password"} %}
{% include "form/user_password.html.twig" %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" %}