{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %}Forgot Password{% endblock %} {% set recaptchaDetail = recaptcha_service.getRecaptchaDetails() %} {% block templateCSS %} {% endblock %} {% block pageWrapper %}

{{ "Forgot Password" |trans}}

{{ "Enter your email address and we will send you an email with instructions to update your login credentials." |trans}}

{% if recaptchaDetail and recaptchaDetail.isActive == true %}
{% else %} {% endif %}
{% endblock %} {% block footer %} {{ parent() }} {% if recaptchaDetail and recaptchaDetail.isActive == true %} {% endif %} {% endblock %}