{% 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_reset_intro_text", "Set your new password below to access your account.") }}

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