{% extends "main/main_base.html.twig" %} {% set page_title = "auth.forgot_password.check_email.title"|trans %} {% block title %}{{ page_title }}{% endblock %} {% block body %} {% set fields = [{'name':page_title}] %} {% include 'main/common/_header.html.twig' %}

{{ "auth.forgot_password.check_email.text1"|trans({"%time%":tokenLifetime|date('g')})|raw }}

{% set href = path('app_forgot_password_request') %}

{{ "auth.forgot_password.check_email.text2"|trans({"%href%":href})|raw }}

{#

Şifrenizi sıfırlamak için tıklayabileceğiniz bir bağlantı içeren bir e-posta gönderildi. Bu bağlantının süresi {{tokenLifetime|date('g')}} saat içinde dolacak.

#} {#

Bir e-posta almazsanız, lütfen spam klasörünüzü kontrol edin veya tekrar deneyin.

#}
{% include "main/Auth/Login/_sidebar.html.twig" %}
{% endblock %}