{% extends 'base.html.twig' %}
{% block title %}Inscription{% endblock %}
{% block body %}
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-md-6">
<div class="card p-3 mt-3 mb-5" style="border-radius: 0PX;">
<div class="row justify-content-center mb-4 card-inscri-title" style="line-height: 0.3rem;">
<h3 class="text-center">S'inscrire</h3>
<div class="justify-content-center align-items-center" style="display: inline-flex;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green"
class="bi bi-shield-fill-check me-1" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793z" />
</svg>
<span style="font-size: 11px; display:inline;">Vos informations sont protégées</span>
</div>
</div>
{# <form method="post">
<div class="d-flex flex-column">
<div class="d-flex flex-column">
<div class="form-group mb-2">
<label for="" class="form-label">Entrer votre e-mail</label>
<input type="email" value="{{ last_username }}" name="email" id="inputEmail"
class="form-control" autocomplete="email" placeholder="Votre e-mail" required
autofocus>
</div>
<div class="form-group mb-2">
<label for="" class="form-label">Vorte mot de passe</label>
<input type="password" name="password" id="inputPassword" class="form-control"
autocomplete="current-password" placeholder="Votre mot de passe" required>
</div>
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
<div class="row justify-content-center mb-3">
<button class="col-md-6 p-3 text-center btn"
style="background-color: red; color:white; font-weight:700;" type="submit">
Se connecter
</button>
</div>
</div>
</div>
</form> #}
{{ include('frontView/inscription/_form.html.twig') }}
<hr>
<center style="font-size: 13px;">
<p>
En continuant, vous confirmez que vous êtes un adulte et que vous avez lu et accepté nos <a
href="" style="text-decoration:none; color:gray;">Accord d'adhésion gratuite à
AliExpress</a> et <a href="" style="text-decoration:none; color:gray;">Politique de
confidentialité.</a>
</p>
<p>
Pourquoi choisir une localisation ?
</p>
</center>
</div>
</div>
</div>
</div>
{% endblock %}