{% 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 %} {% capture append = "oxidBlock_title" %}

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_pageBody" %} {% if oView.isEnabledPrivateSales() %} {{ include_widget({ cl: "oxwCookieNote", _parent: oView.getClassKey(), nocookie: 1 }) }} {% endif %} {% endcapture %} {% capture append = "oxidBlock_content" %} {% if oView.isExpiredLink()|raw %} {% elseif oView.showUpdateScreen() %}
{% include "form/forgotpwd_change_pwd.html.twig" %}
{% elseif oView.updateSuccess() %}
{{ oViewConf.getHiddenSid()|raw }}
{% else %} {% if oView.getForgotEmail() %} {# origin identifier: PASSWORD_WAS_SEND_TO #}
{{ 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 %}