{% capture append = "oxidBlock_pageBody" %} {% if oView.isEnabledPrivateSales() %} {{ include_widget({ cl: "oxwCookieNote", _parent: oView.getClassKey(), nocookie: 1 }) }} {% endif %} {% endcapture %} {% capture append = "oxidBlock_content" %} {% if oView.showUpdateScreen() %} {% set template_title = "NEW_PASSWORD"|translate %} {% elseif oView.updateSuccess() %} {% set template_title = "CHANGE_PASSWORD"|translate %} {% else %} {% set template_title = "FORGOT_PASSWORD"|translate %} {% endif %}

{{ template_title }}

{% include "page/account/inc/account_menu.html.twig" with {active_link: "password"} %}
{% if oView.isExpiredLink() %}
{{ translate({ ident: "ERROR_MESSAGE_PASSWORD_LINK_EXPIRED" }) }}
{% elseif oView.showUpdateScreen() %} {% include "form/forgotpwd_change_pwd.html.twig" %} {% elseif oView.updateSuccess() %}
{{ translate({ ident: "PASSWORD_CHANGED" }) }}
{{ oViewConf.getHiddenSid()|raw }}
{% else %} {% if oView.getForgotEmail() %}
{{ translate({ ident: "PASSWORD_WAS_SEND_TO" }) }} {{ oView.getForgotEmail() }}
{{ oViewConf.getHiddenSid()|raw }}
{% else %} {% include "form/forgotpwd_email.html.twig" %} {% endif %} {% endif %} {% if not oView.isActive('PsLogin') %} {{ insert_tracker({title: template_title}) }} {% endif %}
{% endcapture %} {% if oView.isActive('PsLogin') %} {% include "layout/popup.html.twig" %} {% else %} {% include "layout/page.html.twig" %} {% endif %}