<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Best Market Business{% endblock %} - Immobiliers, Hotels, Articles, Produits, Prestataires, Entreprises, Techniciens</title>
<!-- Feuilles de styles <> -->
{##} <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css')}}"> {##}
{% block stylesheets %}{% endblock %}
<link rel="stylesheet" href="{{ asset('assets/css/styles.css')}}">
<link rel="icon" type="image/x-icon" href="uploads/images/logobmb69x49.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/fontawesome.min.css" >
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/cbeec394e8.js" crossorigin="anonymous"></script>
<!-- Fichiers JS <> -->
{% block javascripts %}{% endblock %}
</head>
<body>
{% if app.user and app.user.isVerified == false %}
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="close"></button>
<div class="alert-message">
<strong>Votre compte n'est pas activé</strong>, <a href="{{ path('resend_verif') }}">renvoyer le lien d'activation</a>
</div>
</div>
{% endif %}
{% include '_partials/_flash.html.twig' %}
{% block body %}
{% block block_navstart %} {% include "_partials/_nav.html.twig" %} {% endblock %}
{% block block_navend %} {% endblock %}
{% endblock %}
{% include "_partials/_footer.html.twig" %}
<script src="{{ asset('assets/js/scripts.js')}}" defer></script>
{##} <script src="{{ asset('assets/js/bootstrap.bundle.min.js')}}" defer></script> {##}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>