{% set template_title = "CHANGE_PASSWORD"|translate %} {% capture append = "oxidBlock_title" %}

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %} {% if oView.isPasswordChanged() %} {% endif %} {% if not empty(Errors) and not empty(Errors.user) %} {% endif %}
{% block account_password_info %} {% ifcontent ident "c4s_user_password_change_info" set oCont %}
{% endifcontent %} {% endblock %} {% include "form/user_password.html.twig" %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% capture append = "oxidBlock_sidebar" %} {% include "page/account/inc/account_menu.html.twig" with {active_link: "password"} %} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "left", blHideBreadcrumb: true} %}