<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* login.html.twig */
class __TwigTemplate_918e1b3f4b80eb9146b30a7a4308cb96 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "login.html.twig"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "login.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "login.html.twig"));
// line 1
echo "<div class=\"user-modal-login block-modal\">
<div class=\"user-modal-container\">
<div class=\"bloc-bt-close m-hide\">
<span class=\"bt-close\">
<span class=\"lignes\">
<span class=\"ligne1\"></span>
<span class=\"ligne3\"></span>
</span>
</span>
</div>
";
// line 11
$this->loadTemplate("popin/_user_login.html.twig", "login.html.twig", 11)->display($context);
// line 12
echo " ";
$this->loadTemplate("popin/_user_reset_password.html.twig", "login.html.twig", 12)->display($context);
// line 13
echo " </div>
</div>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "login.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 13, 60 => 12, 58 => 11, 46 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"user-modal-login block-modal\">
<div class=\"user-modal-container\">
<div class=\"bloc-bt-close m-hide\">
<span class=\"bt-close\">
<span class=\"lignes\">
<span class=\"ligne1\"></span>
<span class=\"ligne3\"></span>
</span>
</span>
</div>
{% include 'popin/_user_login.html.twig' %}
{% include 'popin/_user_reset_password.html.twig' %}
</div>
</div>
", "login.html.twig", "/srv/templates/login.html.twig");
}
}