Deprecated: Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/62/62caf71a3dbdb65a9d9e9b05a5246d78.php line 42

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/login.html.twig */
  14. class __TwigTemplate_850afd99d23d7159e0b016e2979697a3 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'banner' => [$this'block_banner'],
  26.             'body' => [$this'block_body'],
  27.             'footer' => [$this'block_footer'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "base.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("base.html.twig""security/login.html.twig"1);
  43.         $this->parent->display($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_title($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""title"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         echo "Accueil";
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.     }
  63.     // line 5
  64.     public function block_stylesheets($context, array $blocks = [])
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  71.         // line 6
  72.         echo "    <style>
  73.         .jumbotron{
  74.             margin-bottom: 0;
  75.         }
  76.     </style>
  77. ";
  78.         
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  80.         
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  82.     }
  83.     // line 13
  84.     public function block_banner($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  91.         // line 14
  92.         echo "    <div class=\"header\" style=\"background-color: #32BEF0; font-size: 22px\">
  93.         <div class=\"row\">
  94.             <div class=\"col-sm-3 col-md-3\" style=\"\">
  95.                 <a href=\"https://normandieimages.fr\" target=\"_blank\"><img src=\"/images/entete_html_bleu_decoupe_gauche.png\" alt=\"Normandie Images\"  class=\"img-fluid\"></a>
  96.             </div>
  97.             <div class=\"col-auto pt-4\" style=\"color:#ffffff; font-weight: bold; text-align: center; padding-left: 80px\">
  98.                 Annuaire des productions et des prestataires<br>
  99.                 cinéma et audiovisuel
  100.             </div>
  101.         </div>
  102.     </div>
  103. ";
  104.         
  105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  106.         
  107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  108.     }
  109.     // line 27
  110.     public function block_body($context, array $blocks = [])
  111.     {
  112.         $macros $this->macros;
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  117.         // line 28
  118.         echo "
  119.     <div class=\"jumbotron\" style=\"padding: 1rem 2rem;padding-bottom: 0;text-align: justify\">
  120.         <div style=\"font-size: 14px\">
  121.             <p>
  122.                 Vous êtes une structure <b>production cinéma et audiovisuel</b> <i>(courts, longs métrages cinéma ; unitaires, séries audiovisuels)</i> <b>implantée en Normandie</b>.
  123.             </p>
  124.             <p>
  125.                 Vous êtes un <b>prestataire de services aux tournages</b> <i>(cantine, costume, décoration, dressage animalier, effets spéciaux mécaniques et cascades, gardiennage,
  126.                 régie matériel et véhicule, véhicule de jeu ou de transport, vues aériennes)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
  127.             </p>
  128.             <p>
  129.                 Vous êtes un <b>prestataire de moyens techniques</b>
  130.                 <i>(matériel technique image, lumière, son, machinerie ou studios)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
  131.             </p>
  132.             <p>
  133.                 Normandie Images propose de valoriser gratuitement votre activité en vous inscrivant sur son annuaire professionnel en ligne.
  134.             </p>
  135.             <p class=\"alert alert-success\">
  136.                 Les techniciens spécialisés cinéma/audiovisuel/animation ayant leur résidence en Normandie sont invités à adresser leur CV à anaismarc@normandieimages.fr<br>
  137.                 Parallèlement vous pouvez vous inscrire sur Film France Talents - Movinmotion, plateforme qui recense les professionnels en France.<br>
  138.                 Les techniciens disposant d'un atelier de fabrication et/ou d'un stock de costumes/accessoires, décors peuvent référencer cette activité dans cet annuaire.
  139.             </p>
  140.         </div>
  141.         ";
  142.         // line 52
  143.         $context['_parent'] = $context;
  144.         $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.'52$this->source); })()), "flashes", ["souscription"], "method"falsefalsefalse52));
  145.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  146.             // line 53
  147.             echo "            <div class=\"alert alert-success\">
  148.                 Votre compte utilisateur a bien été enregistré, vous pouvez dorénavant vous connecter !
  149.             </div>
  150.         ";
  151.         }
  152.         $_parent $context['_parent'];
  153.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  154.         $context array_intersect_key($context$_parent) + $_parent;
  155.         // line 57
  156.         echo "
  157.         ";
  158.         // line 58
  159.         $context['_parent'] = $context;
  160.         $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.'58$this->source); })()), "flashes", ["reinitialisation"], "method"falsefalsefalse58));
  161.         foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  162.             // line 59
  163.             echo "            <div class=\"alert alert-success\">
  164.                 Votre mot de passe a bien été réinitialisé, vous pouvez dorénavant vous connecter !
  165.             </div>
  166.         ";
  167.         }
  168.         $_parent $context['_parent'];
  169.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  170.         $context array_intersect_key($context$_parent) + $_parent;
  171.         // line 63
  172.         echo "
  173.         ";
  174.         // line 64
  175.         if ((isset($context["hasError"]) || array_key_exists("hasError"$context) ? $context["hasError"] : (function () { throw new RuntimeError('Variable "hasError" does not exist.'64$this->source); })())) {
  176.             // line 65
  177.             echo "            <div class=\"alert alert-danger\">
  178.                 Une erreur est survenue, le nom d'utilisateur ou le mot de passe est incorrect !
  179.             </div>
  180.         ";
  181.         }
  182.         // line 69
  183.         echo "
  184.         <hr class=\"my-4\">
  185.         <div class=\"row\">
  186.             <div class=\"col-md-6\">
  187.                 <div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
  188.                     <div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Pas encore inscrit</strong></div>
  189.                     <div class=\"card-body pt-100 text-center\">
  190.                         <div class=\"form-group p-5\">
  191.                             <a href=\"";
  192.         // line 79
  193.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_registration");
  194.         echo "\" class=\"btn btn-primary\">S'incrire</a>
  195.                         </div>
  196.                     </div>
  197.                 </div>
  198.             </div>
  199.             <div class=\"col-md-6\">
  200.                 <div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
  201.                     <div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Vous êtes déjà inscrit</strong></div>
  202.                     <div class=\"card-body pt-1\">
  203.                         <form action=\"";
  204.         // line 89
  205.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_login");
  206.         echo "\" method=\"post\">
  207.                             <div class=\"form-group\">
  208.                                 <input placeholder=\"Adresse Email...\" required name=\"_username\" type=\"text\" class=\"form-control\">
  209.                             </div>
  210.                             <div class=\"form-group\">
  211.                                 <input placeholder=\"Mot de passe...\" required name=\"_password\" type=\"password\" class=\"form-control\">
  212.                             </div>
  213.                             <div class=\"form-group mb-0\">
  214.                                 <input type=\"hidden\" name=\"_target_path\" value=\"";
  215.         // line 97
  216.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard_user");
  217.         echo "\" />
  218.                                 <button type=\"submit\" class=\"btn btn-primary\">Connexion</button>
  219.                             </div>
  220.                             <div class=\"form-group mb-0\">
  221.                                 <a href=\"";
  222.         // line 101
  223.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account_forget_password");
  224.         echo "\" class=\"\" style=\"color:#545050\">Mot de passe oublié...</a>
  225.                             </div>
  226.                         </form>
  227.                     </div>
  228.                 </div>
  229.             </div>
  230.         </div>
  231.     </div>
  232. ";
  233.         
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  235.         
  236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  237.     }
  238.     // line 114
  239.     public function block_footer($context, array $blocks = [])
  240.     {
  241.         $macros $this->macros;
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  243.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  246.         // line 115
  247.         echo "    <div class=\"footer pl-3\" style=\"background-color: #7a7d7e; font-size: 14px\">
  248.         <a href=\"";
  249.         // line 116
  250.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions_legales");
  251.         echo "\" class=\"link text-white-50\" target=\"_blank\">Mentions légales</a>
  252.     </div>
  253. ";
  254.         
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  256.         
  257.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  258.     }
  259.     public function getTemplateName()
  260.     {
  261.         return "security/login.html.twig";
  262.     }
  263.     public function isTraitable()
  264.     {
  265.         return false;
  266.     }
  267.     public function getDebugInfo()
  268.     {
  269.         return array (  291 => 116,  288 => 115,  278 => 114,  256 => 101,  249 => 97,  238 => 89,  225 => 79,  213 => 69,  207 => 65,  205 => 64,  202 => 63,  193 => 59,  189 => 58,  186 => 57,  177 => 53,  173 => 52,  147 => 28,  137 => 27,  116 => 14,  106 => 13,  91 => 6,  81 => 5,  62 => 3,  39 => 1,);
  270.     }
  271.     public function getSourceContext()
  272.     {
  273.         return new Source("{% extends 'base.html.twig' %}
  274. {% block title %}Accueil{% endblock %}
  275. {% block stylesheets %}
  276.     <style>
  277.         .jumbotron{
  278.             margin-bottom: 0;
  279.         }
  280.     </style>
  281. {% endblock %}
  282. {% block banner %}
  283.     <div class=\"header\" style=\"background-color: #32BEF0; font-size: 22px\">
  284.         <div class=\"row\">
  285.             <div class=\"col-sm-3 col-md-3\" style=\"\">
  286.                 <a href=\"https://normandieimages.fr\" target=\"_blank\"><img src=\"/images/entete_html_bleu_decoupe_gauche.png\" alt=\"Normandie Images\"  class=\"img-fluid\"></a>
  287.             </div>
  288.             <div class=\"col-auto pt-4\" style=\"color:#ffffff; font-weight: bold; text-align: center; padding-left: 80px\">
  289.                 Annuaire des productions et des prestataires<br>
  290.                 cinéma et audiovisuel
  291.             </div>
  292.         </div>
  293.     </div>
  294. {% endblock %}
  295. {% block body %}
  296.     <div class=\"jumbotron\" style=\"padding: 1rem 2rem;padding-bottom: 0;text-align: justify\">
  297.         <div style=\"font-size: 14px\">
  298.             <p>
  299.                 Vous êtes une structure <b>production cinéma et audiovisuel</b> <i>(courts, longs métrages cinéma ; unitaires, séries audiovisuels)</i> <b>implantée en Normandie</b>.
  300.             </p>
  301.             <p>
  302.                 Vous êtes un <b>prestataire de services aux tournages</b> <i>(cantine, costume, décoration, dressage animalier, effets spéciaux mécaniques et cascades, gardiennage,
  303.                 régie matériel et véhicule, véhicule de jeu ou de transport, vues aériennes)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
  304.             </p>
  305.             <p>
  306.                 Vous êtes un <b>prestataire de moyens techniques</b>
  307.                 <i>(matériel technique image, lumière, son, machinerie ou studios)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
  308.             </p>
  309.             <p>
  310.                 Normandie Images propose de valoriser gratuitement votre activité en vous inscrivant sur son annuaire professionnel en ligne.
  311.             </p>
  312.             <p class=\"alert alert-success\">
  313.                 Les techniciens spécialisés cinéma/audiovisuel/animation ayant leur résidence en Normandie sont invités à adresser leur CV à anaismarc@normandieimages.fr<br>
  314.                 Parallèlement vous pouvez vous inscrire sur Film France Talents - Movinmotion, plateforme qui recense les professionnels en France.<br>
  315.                 Les techniciens disposant d'un atelier de fabrication et/ou d'un stock de costumes/accessoires, décors peuvent référencer cette activité dans cet annuaire.
  316.             </p>
  317.         </div>
  318.         {% for message in app.flashes('souscription') %}
  319.             <div class=\"alert alert-success\">
  320.                 Votre compte utilisateur a bien été enregistré, vous pouvez dorénavant vous connecter !
  321.             </div>
  322.         {% endfor %}
  323.         {% for message in app.flashes('reinitialisation') %}
  324.             <div class=\"alert alert-success\">
  325.                 Votre mot de passe a bien été réinitialisé, vous pouvez dorénavant vous connecter !
  326.             </div>
  327.         {% endfor %}
  328.         {% if hasError %}
  329.             <div class=\"alert alert-danger\">
  330.                 Une erreur est survenue, le nom d'utilisateur ou le mot de passe est incorrect !
  331.             </div>
  332.         {% endif %}
  333.         <hr class=\"my-4\">
  334.         <div class=\"row\">
  335.             <div class=\"col-md-6\">
  336.                 <div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
  337.                     <div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Pas encore inscrit</strong></div>
  338.                     <div class=\"card-body pt-100 text-center\">
  339.                         <div class=\"form-group p-5\">
  340.                             <a href=\"{{ path('security_registration') }}\" class=\"btn btn-primary\">S'incrire</a>
  341.                         </div>
  342.                     </div>
  343.                 </div>
  344.             </div>
  345.             <div class=\"col-md-6\">
  346.                 <div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
  347.                     <div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Vous êtes déjà inscrit</strong></div>
  348.                     <div class=\"card-body pt-1\">
  349.                         <form action=\"{{ path('security_login') }}\" method=\"post\">
  350.                             <div class=\"form-group\">
  351.                                 <input placeholder=\"Adresse Email...\" required name=\"_username\" type=\"text\" class=\"form-control\">
  352.                             </div>
  353.                             <div class=\"form-group\">
  354.                                 <input placeholder=\"Mot de passe...\" required name=\"_password\" type=\"password\" class=\"form-control\">
  355.                             </div>
  356.                             <div class=\"form-group mb-0\">
  357.                                 <input type=\"hidden\" name=\"_target_path\" value=\"{{ path('dashboard_user') }}\" />
  358.                                 <button type=\"submit\" class=\"btn btn-primary\">Connexion</button>
  359.                             </div>
  360.                             <div class=\"form-group mb-0\">
  361.                                 <a href=\"{{ path('account_forget_password') }}\" class=\"\" style=\"color:#545050\">Mot de passe oublié...</a>
  362.                             </div>
  363.                         </form>
  364.                     </div>
  365.                 </div>
  366.             </div>
  367.         </div>
  368.     </div>
  369. {% endblock %}
  370. {% block footer %}
  371.     <div class=\"footer pl-3\" style=\"background-color: #7a7d7e; font-size: 14px\">
  372.         <a href=\"{{ path('mentions_legales') }}\" class=\"link text-white-50\" target=\"_blank\">Mentions légales</a>
  373.     </div>
  374. {% endblock %}""security/login.html.twig""/home/normanv/www/annuairepro/templates/security/login.html.twig");
  375.     }
  376. }