var/cache/dev/twig/cb/cb1f45a0484508d3cc6e0b1f1bf5f546.php line 51

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* security/front_login.html.twig */
  14. class __TwigTemplate_2927500be4d6ab7df64c9c86263df9bf extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'bodyClass' => [$this'block_bodyClass'],
  25.             'content' => [$this'block_content'],
  26.             'faq' => [$this'block_faq'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "layouts/front.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/front_login.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/front_login.html.twig"));
  41.         $this->parent $this->loadTemplate("layouts/front.html.twig""security/front_login.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 3
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         echo "SACO EDUCATION | Log in";
  57.         
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  59.         
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  61.     }
  62.     // line 5
  63.     public function block_bodyClass($context, array $blocks = [])
  64.     {
  65.         $macros $this->macros;
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  70.         echo "interne";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.     }
  76.     // line 7
  77.     public function block_content($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  84.         // line 8
  85.         echo " <section class=\"title-page cours-page\" style=\"background:url(";
  86.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/bg_page_abonnement.jpg"), "html"nulltrue);
  87.         echo ")\">
  88.         <div class=\"container\">
  89.             <div class=\"row\">
  90.                 <div class=\"head_page\">
  91.                 <div class=\"head\">  Inscription </div> 
  92.                 <div class=\"sperateur\"></div> 
  93.                     </div>
  94.                     
  95.                 </div>
  96.             </div>
  97.         </div>
  98.     </section>
  99.     <section class=\"breadcumbs\">
  100.         <div class=\"container\">
  101.             <div class=\"row\">
  102.                 <div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> Connexion </a></div>
  103.             </div>
  104.         </div>
  105.     </section>
  106.     <section class=\"log-registre\">
  107.         <div class=\"container\">
  108.                 ";
  109.         // line 30
  110.         $context['_parent'] = $context;
  111.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'30$this->source); })()), "flashes", [=> "captcha_invalide"], "method"falsefalsefalse30));
  112.         foreach ($context['_seq'] as $context["_key"] => $context["flashError"]) {
  113.             // line 31
  114.             echo "                    <div class=\"alert alert-danger mb-3 w-100 position-relative\" role=\"alert\">";
  115.             echo twig_escape_filter($this->env$context["flashError"], "html"nulltrue);
  116.             echo "</div>
  117.                 ";
  118.         }
  119.         $_parent $context['_parent'];
  120.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashError'], $context['_parent'], $context['loop']);
  121.         $context array_intersect_key($context$_parent) + $_parent;
  122.         // line 33
  123.         echo "
  124.             <div class=\"row\">
  125.             <div class=\"col-md-6 col-sm-6 col-xs-12\"><div class=\"row\">
  126.             <div class=\"head-forms\"> <i class=\"fa fa-user\"></i> </div>
  127.                 <!-- /.login-logo -->
  128.                 ";
  129.         // line 38
  130.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'38$this->source); })())) {
  131.             // line 39
  132.             echo "                    <div class=\"alert alert-danger\">";
  133.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'39$this->source); })()), "messageKey", [], "any"falsefalsefalse39), twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'39$this->source); })()), "messageData", [], "any"falsefalsefalse39), "security"), "html"nulltrue);
  134.             echo "</div>
  135.                 ";
  136.         }
  137.         // line 41
  138.         echo "
  139.                 <form method=\"post\" class=\"tabs_perso\" id=\"perso\">
  140.                         <input type=\"email\" value=\"";
  141.         // line 43
  142.         echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'43$this->source); })()), "html"nulltrue);
  143.         echo "\" name=\"email\" class=\"form-control\"
  144.                                placeholder=\"";
  145.         // line 44
  146.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Email", [], "messages");
  147.         echo "\" required autofocus>
  148.                         <input type=\"password\" name=\"password\" placeholder=\"";
  149.         // line 45
  150.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Password", [], "messages");
  151.         echo "\" class=\"form-control\"
  152.                                required>
  153.                     <div class=\"row\">
  154.                         <div class=\"col-8\">
  155.                             <div class=\"icheck-primary\">
  156.                                 <input type=\"checkbox\" id=\"remember\" name=\"_remember_me\">
  157.                                 <label for=\"remember\">
  158.                                     Se souvenir de moi
  159.                                 </label>
  160.                             </div>
  161.                         </div>
  162.                         <!-- /.col -->
  163.                         <div class=\"col-4\">
  164.                             <input type=\"hidden\" name=\"_csrf_token\"
  165.                                    value=\"";
  166.         // line 59
  167.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  168.         echo "\"
  169.                             >
  170.                             <button type=\"submit\" class=\"submit\">
  171.                                 <i class=\"icon icon-left-arrow gly-rotate\"> </i> Connexion
  172.                             </button>
  173.                         </div>
  174.                         <!-- /.col -->
  175.                     </div>
  176.                     <div class=\"row\">
  177.                         <a href=\"";
  178.         // line 68
  179.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_forgot_password_request");
  180.         echo "\">Mot de passe oubliĆ© ?</a>
  181.                     </div>
  182.                 </form>
  183.                 <!-- /.login-card-body -->
  184.             </div></div>
  185.             
  186.             <div class=\"col-md-6 col-sm-6 col-xs-12\"> 
  187.                 <div class=\"row\">
  188.                 <div class=\"head-forms\"> <i class=\"fa fa-address-card\"></i> </div>
  189.                 <!-- /.login-logo -->
  190.                 ";
  191.         // line 78
  192.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), 'form_start', ["attr" => ["class" => "tabs_perso""id" => "perso"]]);
  193.         echo "
  194.                 ";
  195.         // line 79
  196.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'79$this->source); })()), "firstName", [], "any"falsefalsefalse79), 'widget');
  197.         echo "
  198.                 ";
  199.         // line 80
  200.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'80$this->source); })()), "firstName", [], "any"falsefalsefalse80), 'errors');
  201.         echo "
  202.                 ";
  203.         // line 81
  204.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'81$this->source); })()), "lastName", [], "any"falsefalsefalse81), 'widget');
  205.         echo "
  206.                 ";
  207.         // line 82
  208.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'82$this->source); })()), "lastName", [], "any"falsefalsefalse82), 'errors');
  209.         echo "
  210.                 ";
  211.         // line 83
  212.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'83$this->source); })()), "email", [], "any"falsefalsefalse83), 'widget');
  213.         echo "
  214.                 ";
  215.         // line 84
  216.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'84$this->source); })()), "email", [], "any"falsefalsefalse84), 'errors');
  217.         echo "
  218.                 ";
  219.         // line 85
  220.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'85$this->source); })()), "password", [], "any"falsefalsefalse85), "first", [], "any"falsefalsefalse85), 'widget');
  221.         echo "
  222.                 ";
  223.         // line 86
  224.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'86$this->source); })()), "password", [], "any"falsefalsefalse86), "first", [], "any"falsefalsefalse86), 'errors');
  225.         echo "
  226.                 ";
  227.         // line 87
  228.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'87$this->source); })()), "password", [], "any"falsefalsefalse87), "second", [], "any"falsefalsefalse87), 'widget');
  229.         echo "
  230.                 ";
  231.         // line 88
  232.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "password", [], "any"falsefalsefalse88), "second", [], "any"falsefalsefalse88), 'errors');
  233.         echo "
  234.                 ";
  235.         // line 89
  236.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'89$this->source); })()), "isAcceptPromos", [], "any"falsefalsefalse89), 'row');
  237.         echo "
  238.                 
  239.                 <input type=\"hidden\" name=\"recaptcha_response\" >
  240.                 <input class=\"submit\" type=\"submit\" value=\"Envoyer\">
  241.                 ";
  242.         // line 93
  243.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'93$this->source); })()), 'form_end');
  244.         echo "
  245.                 <!-- /.login-card-body -->
  246.             </div>
  247.             </div>
  248.         </div>
  249.     </section>
  250. ";
  251.         
  252.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  253.         
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  255.     }
  256.     // line 101
  257.     public function block_faq($context, array $blocks = [])
  258.     {
  259.         $macros $this->macros;
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""faq"));
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""faq"));
  264.         // line 102
  265.         echo "    ";
  266.         
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  268.         
  269.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  270.     }
  271.     public function getTemplateName()
  272.     {
  273.         return "security/front_login.html.twig";
  274.     }
  275.     public function isTraitable()
  276.     {
  277.         return false;
  278.     }
  279.     public function getDebugInfo()
  280.     {
  281.         return array (  296 => 102,  286 => 101,  268 => 93,  261 => 89,  257 => 88,  253 => 87,  249 => 86,  245 => 85,  241 => 84,  237 => 83,  233 => 82,  229 => 81,  225 => 80,  221 => 79,  217 => 78,  204 => 68,  192 => 59,  175 => 45,  171 => 44,  167 => 43,  163 => 41,  157 => 39,  155 => 38,  148 => 33,  139 => 31,  135 => 30,  109 => 8,  99 => 7,  80 => 5,  61 => 3,  38 => 1,);
  282.     }
  283.     public function getSourceContext()
  284.     {
  285.         return new Source("{% extends 'layouts/front.html.twig' %}
  286. {% block title %}SACO EDUCATION | Log in{% endblock %}
  287. {% block bodyClass %}interne{% endblock %}
  288. {% block content %}
  289.  <section class=\"title-page cours-page\" style=\"background:url({{ asset('build/images/bg_page_abonnement.jpg') }})\">
  290.         <div class=\"container\">
  291.             <div class=\"row\">
  292.                 <div class=\"head_page\">
  293.                 <div class=\"head\">  Inscription </div> 
  294.                 <div class=\"sperateur\"></div> 
  295.                     </div>
  296.                     
  297.                 </div>
  298.             </div>
  299.         </div>
  300.     </section>
  301.     <section class=\"breadcumbs\">
  302.         <div class=\"container\">
  303.             <div class=\"row\">
  304.                 <div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> Connexion </a></div>
  305.             </div>
  306.         </div>
  307.     </section>
  308.     <section class=\"log-registre\">
  309.         <div class=\"container\">
  310.                 {% for flashError in app.flashes('captcha_invalide') %}
  311.                     <div class=\"alert alert-danger mb-3 w-100 position-relative\" role=\"alert\">{{ flashError }}</div>
  312.                 {% endfor %}
  313.             <div class=\"row\">
  314.             <div class=\"col-md-6 col-sm-6 col-xs-12\"><div class=\"row\">
  315.             <div class=\"head-forms\"> <i class=\"fa fa-user\"></i> </div>
  316.                 <!-- /.login-logo -->
  317.                 {% if error %}
  318.                     <div class=\"alert alert-danger\">{{ error.messageKey|trans(error.messageData, 'security') }}</div>
  319.                 {% endif %}
  320.                 <form method=\"post\" class=\"tabs_perso\" id=\"perso\">
  321.                         <input type=\"email\" value=\"{{ last_username }}\" name=\"email\" class=\"form-control\"
  322.                                placeholder=\"{% trans %}Email{% endtrans %}\" required autofocus>
  323.                         <input type=\"password\" name=\"password\" placeholder=\"{% trans %}Password{% endtrans %}\" class=\"form-control\"
  324.                                required>
  325.                     <div class=\"row\">
  326.                         <div class=\"col-8\">
  327.                             <div class=\"icheck-primary\">
  328.                                 <input type=\"checkbox\" id=\"remember\" name=\"_remember_me\">
  329.                                 <label for=\"remember\">
  330.                                     Se souvenir de moi
  331.                                 </label>
  332.                             </div>
  333.                         </div>
  334.                         <!-- /.col -->
  335.                         <div class=\"col-4\">
  336.                             <input type=\"hidden\" name=\"_csrf_token\"
  337.                                    value=\"{{ csrf_token('authenticate') }}\"
  338.                             >
  339.                             <button type=\"submit\" class=\"submit\">
  340.                                 <i class=\"icon icon-left-arrow gly-rotate\"> </i> Connexion
  341.                             </button>
  342.                         </div>
  343.                         <!-- /.col -->
  344.                     </div>
  345.                     <div class=\"row\">
  346.                         <a href=\"{{ path('app_forgot_password_request') }}\">Mot de passe oubliĆ© ?</a>
  347.                     </div>
  348.                 </form>
  349.                 <!-- /.login-card-body -->
  350.             </div></div>
  351.             
  352.             <div class=\"col-md-6 col-sm-6 col-xs-12\"> 
  353.                 <div class=\"row\">
  354.                 <div class=\"head-forms\"> <i class=\"fa fa-address-card\"></i> </div>
  355.                 <!-- /.login-logo -->
  356.                 {{ form_start(form, {'attr': {'class': 'tabs_perso', 'id': 'perso'}}) }}
  357.                 {{ form_widget(form.firstName) }}
  358.                 {{ form_errors(form.firstName) }}
  359.                 {{ form_widget(form.lastName) }}
  360.                 {{ form_errors(form.lastName) }}
  361.                 {{ form_widget(form.email) }}
  362.                 {{ form_errors(form.email) }}
  363.                 {{ form_widget(form.password.first) }}
  364.                 {{ form_errors(form.password.first) }}
  365.                 {{ form_widget(form.password.second) }}
  366.                 {{ form_errors(form.password.second) }}
  367.                 {{ form_row(form.isAcceptPromos) }}
  368.                 
  369.                 <input type=\"hidden\" name=\"recaptcha_response\" >
  370.                 <input class=\"submit\" type=\"submit\" value=\"Envoyer\">
  371.                 {{ form_end(form) }}
  372.                 <!-- /.login-card-body -->
  373.             </div>
  374.             </div>
  375.         </div>
  376.     </section>
  377. {% endblock %}
  378.     {% block faq %}
  379.     {% endblock %}""security/front_login.html.twig""/home/saco/subdomains/preprod/templates/security/front_login.html.twig");
  380.     }
  381. }