var/cache/dev/fr/vpauto/twig/93/93ce068c9e5b6dc7580e5934ea19b146.php line 33

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. /* login.html.twig */
  14. class __TwigTemplate_918e1b3f4b80eb9146b30a7a4308cb96 extends \Twig\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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""login.html.twig"));
  31.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  32.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""login.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""login.html.twig"));
  35.         // line 1
  36.         echo "<div class=\"user-modal-login block-modal\">
  37.     <div class=\"user-modal-container\">
  38.         <div class=\"bloc-bt-close m-hide\">
  39.             <span class=\"bt-close\">
  40.                 <span class=\"lignes\">
  41.                     <span class=\"ligne1\"></span>
  42.                     <span class=\"ligne3\"></span>
  43.                 </span>
  44.             </span>
  45.         </div>
  46.         ";
  47.         // line 11
  48.         $this->loadTemplate("popin/_user_login.html.twig""login.html.twig"11)->display($context);
  49.         // line 12
  50.         echo "        ";
  51.         $this->loadTemplate("popin/_user_reset_password.html.twig""login.html.twig"12)->display($context);
  52.         // line 13
  53.         echo "    </div>
  54. </div>
  55. ";
  56.         
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  58.         
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.     }
  63.     public function getTemplateName()
  64.     {
  65.         return "login.html.twig";
  66.     }
  67.     public function isTraitable()
  68.     {
  69.         return false;
  70.     }
  71.     public function getDebugInfo()
  72.     {
  73.         return array (  63 => 13,  60 => 12,  58 => 11,  46 => 1,);
  74.     }
  75.     public function getSourceContext()
  76.     {
  77.         return new Source("<div class=\"user-modal-login block-modal\">
  78.     <div class=\"user-modal-container\">
  79.         <div class=\"bloc-bt-close m-hide\">
  80.             <span class=\"bt-close\">
  81.                 <span class=\"lignes\">
  82.                     <span class=\"ligne1\"></span>
  83.                     <span class=\"ligne3\"></span>
  84.                 </span>
  85.             </span>
  86.         </div>
  87.         {% include 'popin/_user_login.html.twig' %}
  88.         {% include 'popin/_user_reset_password.html.twig' %}
  89.     </div>
  90. </div>
  91. ""login.html.twig""/srv/templates/login.html.twig");
  92.     }
  93. }