var/cache/dev/twig/a5/a55da682954eb564a428f3ce93ac4435.php line 52

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* security/login.html.twig */
  15. class __TwigTemplate_d4b73932e2f26f4dc776c7f9479f7e86 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'title' => [$this'block_title'],
  26.             'content' => [$this'block_content'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "pages/baseNoFooter.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login.html.twig"));
  42.         $this->parent $this->loadTemplate("pages/baseNoFooter.html.twig""security/login.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 3
  50.     public function block_stylesheets($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  57.         // line 4
  58.         yield "    <!-- CUSTOM CSS -->
  59.     <link href=\"";
  60.         // line 5
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/tailwind.min.css"), "html"nulltrue);
  62.         yield "\" rel=\"stylesheet\" />
  63.     <link href=\"";
  64.         // line 6
  65.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/home.css"), "html"nulltrue);
  66.         yield "\" rel=\"stylesheet\" />
  67.     <link href=\"";
  68.         // line 7
  69.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/payments.css"), "html"nulltrue);
  70.         yield "\" rel=\"stylesheet\" />
  71.     <link href=\"";
  72.         // line 8
  73.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/header2.css"), "html"nulltrue);
  74.         yield "\" rel=\"stylesheet\" />
  75.     <link href=\"";
  76.         // line 9
  77.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/forms.css"), "html"nulltrue);
  78.         yield "\" rel=\"stylesheet\" />
  79.     <link href=\"";
  80.         // line 10
  81.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/signin-coach.css"), "html"nulltrue);
  82.         yield "\" rel=\"stylesheet\" />
  83.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  84.         // line 12
  85.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/select2.min.css"), "html"nulltrue);
  86.         yield "\" />
  87.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  88.         // line 13
  89.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/intlTelInput.css"), "html"nulltrue);
  90.         yield "\" />
  91.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
  92.     <!-- Font Awesome fr icons -->
  93.     <script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
  94. ";
  95.         
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.         return; yield '';
  100.     }
  101.     // line 20
  102.     public function block_title($context, array $blocks = [])
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Login"), "html"nulltrue);
  110.         
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112.         
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  114.         return; yield '';
  115.     }
  116.     // line 21
  117.     public function block_content($context, array $blocks = [])
  118.     {
  119.         $macros $this->macros;
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  124.         // line 22
  125.         yield "    <main >
  126.         <section id=\"hero\" class=\"background-image\"  >
  127.             <div class=\"opacity-mask\"  style=\"height: 100vh;background:linear-gradient(90deg, rgba(255, 123, 0, 1) 0%, rgba(255, 170, 0, 1) 20%, rgba(255, 169, 0, 1) 86%, rgba(255, 123, 0, 1) 100%);\">
  128.             </div>
  129.             <div class=\"container py-15 row relative z-10 \" style=\"margin-top: 15vh;\">
  130.                 <div class=\"col-md-8 normal-case  flex lg:flex-col lg:items-start lg:justify-center side-highlight  hidden lg:flex  \">
  131.                     <h2 class=\"xl:text-7xl text-4xl font-extrabold  text-start me-4 \">
  132.                         <span class=\"text-white  text-3xl font-medium\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
  133.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Équipez-vous de Bookoach pour gagner en confort de travail. La solution pour <span class=\"font-bold  text-white  \"> améliorer le quotidien des coachs</span>
  134.                     </h2>
  135.                     <div class=\"flex items-center py-2\">
  136.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  137.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Réservation simple et rapide.
  138.                         </h4>
  139.                     </div>
  140.                     <div class=\"flex items-center py-2\">
  141.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  142.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Service client et centre d'aide en cas de besoin.
  143.                         </h4>
  144.                     </div>
  145.                     <div class=\"flex items-center py-2\">
  146.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  147.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> La meilleurs séléction de Coachs.
  148.                         </h4>
  149.                     </div>
  150.                     <div class=\"flex items-center py-2\">
  151.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  152.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Rejoignez la communauté Bookoach. 
  153.                         </h4>
  154.                     </div>
  155.                 </div>
  156.                 <div class=\"col-md col-sm-12 relative\">
  157.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  158.                         <svg width=\"392\" height=\"270\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 616 424\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M346.751 0.924061C101.721 21.2292 -62.6792 323.915 22.9113 410.013C93.3574 475.945 210.228 287.108 352.3 292.075C472.816 296.289 566.865 360.982 608.568 242.675C650.27 124.367 510.143 -12.5729 346.751 0.924061Z\"></path></svg>
  159.                     </div>
  160.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  161.                         <svg width=\"428\" height=\"520\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 448 544\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m224.051.968819c79.066-9.550369 151.587 53.083981 196.505 118.388181 38.582 56.093 27.845 127.728 19.118 195.098-7.276 56.176-24.98 109.225-63.901 150.635-40.478 43.067-92.454 81.477-151.722 78.776-85.708-3.907-219.40107-145.439-223.878591-229.411-3.096849-58.079 36.117691-105.331 70.000391-152.775 44.7632-62.6808 77.0522-151.4315 153.8782-160.711181z\" fill-rule=\"evenodd\"></path></svg>
  162.                     </div>
  163.                     <img  src=\"";
  164.         // line 68
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/left-fill.svg"), "html"nulltrue);
  166.         yield "\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  167.                         <div class=\"w-full bg-white rounded-lg shadow dark:border md:mt-0 normal-case   xl:p-0 dark:bg-gray-800 dark:border-gray-700\">
  168.                             <div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
  169.                                 <h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-lg dark:text-white\">
  170.                                     Saisissez vos identifiants <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900 tracking-wide\"> Connexion\t\t\t\t\t\t\t\t</span> 
  171.                                 </h1>
  172.                                 <form  method=\"post\" class=\"space-y-3 md:space-y-5 text-start\" action=\"";
  173.         // line 75
  174.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_login");
  175.         yield "\">
  176.                                     <div class=\"form-floating mb-3\">
  177.                                         <input name=\"_username\" type=\"email\" id=\"floatingInput\" placeholder=\"name@example.com\">
  178.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
  179.                                                 address</label>
  180.                                     </div>
  181.                                     <div class=\"form-floating\">
  182.                                         <input name=\"_password\"  type=\"password\" class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  183.                                                id=\"floatingPassword\" placeholder=\"Password\">
  184.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
  185.                                                 passe</label>
  186.                                     </div>
  187.                                     <div class=\"flex items-center justify-between \">
  188.                                         <div class=\"flex items-center h-5\">
  189.                                             <input id=\"terms\" aria-describedby=\"terms\" type=\"checkbox\" class=\"w-3 h-3 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-primary-600 dark:ring-offset-gray-800\" >
  190.                                                 <div class=\"ml-2 text-xs\">
  191.                                                     <label for=\"terms\" class=\"font-light text-gray-500  dark:text-gray-300\">Rester connecté </label>
  192.                                                 </div>
  193.                                         </div>
  194.                                         <div>
  195.                                             <a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
  196.                                             </a>
  197.                                         </div>
  198.                                     </div>
  199.                                     <input type=\"hidden\" name=\"_target_path\" value=\"";
  200.         // line 99
  201.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "get", ["redirect_to"], "method"falsefalsefalse99), "html"nulltrue);
  202.         yield "\"/>
  203.                                     <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  204.         // line 100
  205.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  206.         yield "\"/>
  207.                                     <button type=\"submit\" style=\" background: #ffaa00;\" class=\"w-full text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800\">
  208.                                         Se connecter</button>
  209.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
  210.                                         Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
  211.                                     </p>
  212.                                 </form>
  213.                                 <div class=\"row socials\">
  214.                                     <div class=\"relative flex  items-center\">
  215.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  216.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  217.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  218.                                     </div>
  219.                                     <div class=\"col-md-6 my-2 \">
  220.                                         <a href=\"#\"
  221.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  222.                                             <img src=\"";
  223.         // line 117
  224.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/google-logo.png"), "html"nulltrue);
  225.         yield "\" class=\"ps-2 object-fill\"
  226.                                                  style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
  227.                                                 <div class=\"text-left rtl:text-right \">
  228.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter</div>
  229.                                                 </div>
  230.                                         </a>
  231.                                     </div>
  232.                                     <div class=\"col-md-6 my-2\">
  233.                                         <a href=\"#\"
  234.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  235.                                             <img src=\"";
  236.         // line 128
  237.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/apple-logo-2.svg"), "html"nulltrue);
  238.         yield "\" class=\"ps-2 object-fill\"
  239.                                                  style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
  240.                                                 <div class=\"text-left rtl:text-right \">
  241.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter </div>
  242.                                                 </div>
  243.                                         </a>
  244.                                     </div>
  245.                                 </div>
  246.                             </div>
  247.                         </div>
  248.                 </div>
  249.             </div>       
  250.         </section>
  251.     </main>
  252.     <!-- End main -->
  253. ";
  254.         
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  256.         
  257.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  258.         return; yield '';
  259.     }
  260.     // line 151
  261.     public function block_javascripts($context, array $blocks = [])
  262.     {
  263.         $macros $this->macros;
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  266.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  268.         // line 152
  269.         yield "
  270.     <script src=\"";
  271.         // line 153
  272.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/hicon.min.js"), "html"nulltrue);
  273.         yield "\"></script>
  274.     <script> hicon.replace();</script>
  275.     <script src=\"";
  276.         // line 156
  277.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/signin-coach.js"), "html"nulltrue);
  278.         yield "\" type=\"module\"></script>
  279.     <script src=\"";
  280.         // line 157
  281.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/home.js"), "html"nulltrue);
  282.         yield "\" type=\"module\"></script>
  283.     <script src=\"";
  284.         // line 159
  285.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/feather.min.js"), "html"nulltrue);
  286.         yield "\">  feather.replace();</script>
  287.     <script src=\"";
  288.         // line 160
  289.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/datepicker.min.js"), "html"nulltrue);
  290.         yield "\"></script>   
  291.     <!-- Card Validator format --> 
  292.     <!--Validate forms jquery-->
  293.     <script src=\"";
  294.         // line 164
  295.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/jquery.validate.min.js"), "html"nulltrue);
  296.         yield "\"></script>
  297.     <script src=\"";
  298.         // line 165
  299.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/forms.js"), "html"nulltrue);
  300.         yield "\" type=\"module\"></script>
  301.     <script src=\"";
  302.         // line 168
  303.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/payments.js"), "html"nulltrue);
  304.         yield "\"></script>    
  305. ";
  306.         
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  308.         
  309.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  310.         return; yield '';
  311.     }
  312.     /**
  313.      * @codeCoverageIgnore
  314.      */
  315.     public function getTemplateName()
  316.     {
  317.         return "security/login.html.twig";
  318.     }
  319.     /**
  320.      * @codeCoverageIgnore
  321.      */
  322.     public function isTraitable()
  323.     {
  324.         return false;
  325.     }
  326.     /**
  327.      * @codeCoverageIgnore
  328.      */
  329.     public function getDebugInfo()
  330.     {
  331.         return array (  358 => 168,  352 => 165,  348 => 164,  341 => 160,  337 => 159,  332 => 157,  328 => 156,  322 => 153,  319 => 152,  309 => 151,  275 => 128,  261 => 117,  241 => 100,  237 => 99,  210 => 75,  200 => 68,  152 => 22,  142 => 21,  122 => 20,  104 => 13,  100 => 12,  95 => 10,  91 => 9,  87 => 8,  83 => 7,  79 => 6,  75 => 5,  72 => 4,  62 => 3,  39 => 1,);
  332.     }
  333.     public function getSourceContext()
  334.     {
  335.         return new Source("{% extends 'pages/baseNoFooter.html.twig' %}
  336. {% block stylesheets %}
  337.     <!-- CUSTOM CSS -->
  338.     <link href=\"{{ asset('dev/css/tailwind.min.css')}}\" rel=\"stylesheet\" />
  339.     <link href=\"{{ asset('dev/css/pages/home.css')}}\" rel=\"stylesheet\" />
  340.     <link href=\"{{ asset('dev/css/pages/payments.css')}}\" rel=\"stylesheet\" />
  341.     <link href=\"{{ asset('dev/css/header2.css')}}\" rel=\"stylesheet\" />
  342.     <link href=\"{{ asset('dev/css/forms.css')}}\" rel=\"stylesheet\" />
  343.     <link href=\"{{ asset('dev/css/pages/signin-coach.css')}}\" rel=\"stylesheet\" />
  344.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/select2.min.css') }}\" />
  345.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/intlTelInput.css') }}\" />
  346.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
  347.     <!-- Font Awesome fr icons -->
  348.     <script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
  349. {% endblock %}
  350. {% block title %}{{\"Login\"|trans }}{% endblock %} 
  351. {% block content %}
  352.     <main >
  353.         <section id=\"hero\" class=\"background-image\"  >
  354.             <div class=\"opacity-mask\"  style=\"height: 100vh;background:linear-gradient(90deg, rgba(255, 123, 0, 1) 0%, rgba(255, 170, 0, 1) 20%, rgba(255, 169, 0, 1) 86%, rgba(255, 123, 0, 1) 100%);\">
  355.             </div>
  356.             <div class=\"container py-15 row relative z-10 \" style=\"margin-top: 15vh;\">
  357.                 <div class=\"col-md-8 normal-case  flex lg:flex-col lg:items-start lg:justify-center side-highlight  hidden lg:flex  \">
  358.                     <h2 class=\"xl:text-7xl text-4xl font-extrabold  text-start me-4 \">
  359.                         <span class=\"text-white  text-3xl font-medium\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
  360.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Équipez-vous de Bookoach pour gagner en confort de travail. La solution pour <span class=\"font-bold  text-white  \"> améliorer le quotidien des coachs</span>
  361.                     </h2>
  362.                     <div class=\"flex items-center py-2\">
  363.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  364.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Réservation simple et rapide.
  365.                         </h4>
  366.                     </div>
  367.                     <div class=\"flex items-center py-2\">
  368.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  369.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Service client et centre d'aide en cas de besoin.
  370.                         </h4>
  371.                     </div>
  372.                     <div class=\"flex items-center py-2\">
  373.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  374.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> La meilleurs séléction de Coachs.
  375.                         </h4>
  376.                     </div>
  377.                     <div class=\"flex items-center py-2\">
  378.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  379.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Rejoignez la communauté Bookoach. 
  380.                         </h4>
  381.                     </div>
  382.                 </div>
  383.                 <div class=\"col-md col-sm-12 relative\">
  384.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  385.                         <svg width=\"392\" height=\"270\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 616 424\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M346.751 0.924061C101.721 21.2292 -62.6792 323.915 22.9113 410.013C93.3574 475.945 210.228 287.108 352.3 292.075C472.816 296.289 566.865 360.982 608.568 242.675C650.27 124.367 510.143 -12.5729 346.751 0.924061Z\"></path></svg>
  386.                     </div>
  387.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  388.                         <svg width=\"428\" height=\"520\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 448 544\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m224.051.968819c79.066-9.550369 151.587 53.083981 196.505 118.388181 38.582 56.093 27.845 127.728 19.118 195.098-7.276 56.176-24.98 109.225-63.901 150.635-40.478 43.067-92.454 81.477-151.722 78.776-85.708-3.907-219.40107-145.439-223.878591-229.411-3.096849-58.079 36.117691-105.331 70.000391-152.775 44.7632-62.6808 77.0522-151.4315 153.8782-160.711181z\" fill-rule=\"evenodd\"></path></svg>
  389.                     </div>
  390.                     <img  src=\"{{ asset('dev/img/left-fill.svg') }}\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  391.                         <div class=\"w-full bg-white rounded-lg shadow dark:border md:mt-0 normal-case   xl:p-0 dark:bg-gray-800 dark:border-gray-700\">
  392.                             <div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
  393.                                 <h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-lg dark:text-white\">
  394.                                     Saisissez vos identifiants <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900 tracking-wide\"> Connexion\t\t\t\t\t\t\t\t</span> 
  395.                                 </h1>
  396.                                 <form  method=\"post\" class=\"space-y-3 md:space-y-5 text-start\" action=\"{{ path('security_login') }}\">
  397.                                     <div class=\"form-floating mb-3\">
  398.                                         <input name=\"_username\" type=\"email\" id=\"floatingInput\" placeholder=\"name@example.com\">
  399.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
  400.                                                 address</label>
  401.                                     </div>
  402.                                     <div class=\"form-floating\">
  403.                                         <input name=\"_password\"  type=\"password\" class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  404.                                                id=\"floatingPassword\" placeholder=\"Password\">
  405.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
  406.                                                 passe</label>
  407.                                     </div>
  408.                                     <div class=\"flex items-center justify-between \">
  409.                                         <div class=\"flex items-center h-5\">
  410.                                             <input id=\"terms\" aria-describedby=\"terms\" type=\"checkbox\" class=\"w-3 h-3 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-primary-600 dark:ring-offset-gray-800\" >
  411.                                                 <div class=\"ml-2 text-xs\">
  412.                                                     <label for=\"terms\" class=\"font-light text-gray-500  dark:text-gray-300\">Rester connecté </label>
  413.                                                 </div>
  414.                                         </div>
  415.                                         <div>
  416.                                             <a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
  417.                                             </a>
  418.                                         </div>
  419.                                     </div>
  420.                                     <input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
  421.                                     <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
  422.                                     <button type=\"submit\" style=\" background: #ffaa00;\" class=\"w-full text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800\">
  423.                                         Se connecter</button>
  424.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
  425.                                         Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
  426.                                     </p>
  427.                                 </form>
  428.                                 <div class=\"row socials\">
  429.                                     <div class=\"relative flex  items-center\">
  430.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  431.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  432.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  433.                                     </div>
  434.                                     <div class=\"col-md-6 my-2 \">
  435.                                         <a href=\"#\"
  436.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  437.                                             <img src=\"{{ asset('dev/img/google-logo.png') }}\" class=\"ps-2 object-fill\"
  438.                                                  style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
  439.                                                 <div class=\"text-left rtl:text-right \">
  440.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter</div>
  441.                                                 </div>
  442.                                         </a>
  443.                                     </div>
  444.                                     <div class=\"col-md-6 my-2\">
  445.                                         <a href=\"#\"
  446.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  447.                                             <img src=\"{{ asset('dev/img/apple-logo-2.svg') }}\" class=\"ps-2 object-fill\"
  448.                                                  style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
  449.                                                 <div class=\"text-left rtl:text-right \">
  450.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter </div>
  451.                                                 </div>
  452.                                         </a>
  453.                                     </div>
  454.                                 </div>
  455.                             </div>
  456.                         </div>
  457.                 </div>
  458.             </div>       
  459.         </section>
  460.     </main>
  461.     <!-- End main -->
  462. {% endblock %}
  463. {% block javascripts %}
  464.     <script src=\"{{ asset('dev/js/hicon.min.js')}}\"></script>
  465.     <script> hicon.replace();</script>
  466.     <script src=\"{{ asset('dev/js/signin-coach.js')}}\" type=\"module\"></script>
  467.     <script src=\"{{ asset('dev/js/home.js')}}\" type=\"module\"></script>
  468.     <script src=\"{{ asset('dev/js/feather.min.js')}}\">  feather.replace();</script>
  469.     <script src=\"{{ asset('dev/js/datepicker.min.js')}}\"></script>   
  470.     <!-- Card Validator format --> 
  471.     <!--Validate forms jquery-->
  472.     <script src=\"{{ asset('dev/js/jquery.validate.min.js') }}\"></script>
  473.     <script src=\"{{ asset('dev/js/forms.js') }}\" type=\"module\"></script>
  474.     <script src=\"{{ asset('dev/js/payments.js') }}\"></script>    
  475. {% endblock %}""security/login.html.twig""/home/bookoachroot/public_html/templates/security/login.html.twig");
  476.     }
  477. }