{% extends "partial/layout.html.twig" %} {% block title %}{{ t("forgot_password_page_name", "Forgot Password") }}{% endblock %} {% block description %}{{ t("forgot_password_meta_description", "Forgot account password") }}{% endblock %} {% block keywords %}{{ t("forgot_password_meta_keywords", "forgot, password, account, image, picture, pic, img, hosting, sharing, upload, storage, site, website") }}{% endblock %} {% block body %}

{{ t("forgot_password_page_name", "Forgot Password") }}

{% if msg_page_errors is defined %}
  {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}
{% endif %}

{{ t("forgot_password_sent_intro_text", "An email has been sent with further instructions on how to reset your password. Please check your email inbox.", {'EMAIL_ADDRESS': emailAddress}) }}

{{ t("register", "register")|title }}  |  {{ t("login", "login")|title }}
{% endblock %}