<!DOCTYPE html>
<html lang="en">
<!--begin::Head-->
<head>
<head><base href="../../../"/>
<title>Reset Password</title>
<meta charset="utf-8" />
<meta name="description" content="The most advanced Bootstrap Admin Theme on Themeforest trusted by 100,000 beginners and professionals. Multi-demo, Dark Mode, RTL support and complete React, Angular, Vue, Asp.Net Core, Rails, Spring, Blazor, Django, Flask & Laravel versions. Grab your copy now and get life-time updates for free." />
<link rel="shortcut icon" href="/assets/media/logos/LogoCard.png" />
<!--begin::Fonts(mandatory for all pages)-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700" />
<!--end::Fonts-->
<!--begin::Global Stylesheets Bundle(mandatory for all pages)-->
<link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="app-blank app-blank">
<!-- ... (rest of the body content) ... -->
<div class="d-flex flex-column flex-root" id="kt_app_root">
<!--begin::Authentication - Password reset -->
<div class="d-flex flex-column flex-lg-row flex-column-fluid">
<!-- ... (rest of the content) ... -->
<div class="d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1">
<!-- ... (rest of the content) ... -->
<!--begin::Form-->
<div class="d-flex flex-center flex-column flex-lg-row-fluid">
<div class="me-2" style="display: inline-flex; gap:10px;">
{% for locale in locales %}
{% if locale != app.request.locale %}
<a class="nav-link" href="{{ path('change_locale', {'locale': locale }) }}">
<img src="/assets/langue_icons/{{ locale }}.png" style="width: 40px;" alt="{{ locale }}">
</a>
{% endif %}
{% endfor %}
</br>
</div>
<!-- ... (rest of the content) ... -->
<!--begin::Wrapper-->
<div class="w-lg-500px p-10">
{% for flash_error in app.flashes('reset_password_error') %}
<div class="alert alert-danger" role="alert">{{ flash_error }}</div>
{% endfor %}
<form class="form w-100" method="post" action="{{ path('app_forgot_password_request') }}">
{{ form_start(requestForm) }}
<div class="text-center mb-10">
<h1 class="text-dark fw-bolder mb-3">{% trans %}Mot de passe oublié ?{% endtrans %}</h1>
<div class="text-gray-500 fw-semibold fs-6">{% trans %}Saisissez votre email pour réinitialiser votre mot de passe.{% endtrans %}</div>
</div>
<div class="fv-row mb-8">
{{ form_widget(requestForm.email, {'attr': {'class': 'form-control bg-transparent'}}) }}
</div>
<div>
<small>{% trans %}Saisissez votre adresse électronique et nous vous enverrons un lien pour réinitialiser votre mot de passe.{% endtrans %}</small>
</div>
</br></br>
<div class="d-flex flex-wrap justify-content-center pb-lg-0">
<button class="btn btn-primary">{% trans %}Envoyer {% endtrans %}</button>
</div>
{{ form_end(requestForm) }}
</form>
</div>
</div>
</div>
<div class="d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2" style="background-image: url(/assets/media/logos/LogoInscription.png)">
</div>
</div>
<!--end::Authentication - Password reset-->
</div>
<script>var hostUrl = "assets/";</script>
<script src="assets/plugins/global/plugins.bundle.js"></script>
<script src="assets/js/scripts.bundle.js"></script>
<script src="assets/js/custom/authentication/reset-password/reset-password.js"></script>
</body>
</html>