Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/6c/6caf9133360715cff2d61d095a00cb25.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. /* admin/login.html.twig */
  14. class __TwigTemplate_29597111709c0bfeec29ba5ded0e76fd 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.             'body_class' => [$this'block_body_class'],
  24.             'page_title' => [$this'block_page_title'],
  25.             'head_favicon' => [$this'block_head_favicon'],
  26.             'wrapper_wrapper' => [$this'block_wrapper_wrapper'],
  27.             'header_logo' => [$this'block_header_logo'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 5
  33.         return $this->loadTemplate(((array_key_exists("ea"$context)) ? (twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'5$this->source); })()), "templatePath", ["layout"], "method"falsefalsefalse5)) : ("@EasyAdmin/page/login_minimal.html.twig")), "admin/login.html.twig"5);
  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""admin/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""admin/login.html.twig"));
  42.         // line 6
  43.         $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] = ((array_key_exists("ea"$context)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'6$this->source); })()), "i18n", [], "any"falsefalsefalse6), "translationDomain", [], "any"falsefalsefalse6)) : (((array_key_exists("translation_domain"$context)) ? ((($context["translation_domain"]) ?? ("messages"))) : (""))));
  44.         // line 5
  45.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 8
  52.     public function block_body_class($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  59.         echo "page-login";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     // line 9
  66.     public function block_page_title($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  73.         echo ((array_key_exists("page_title"$context)) ? ((isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'9$this->source); })())) : (((array_key_exists("ea"$context)) ? (twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'9$this->source); })()), "dashboardTitle", [], "any"falsefalsefalse9)) : (""))));
  74.         
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  76.         
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  78.     }
  79.     // line 11
  80.     public function block_head_favicon($context, array $blocks = [])
  81.     {
  82.         $macros $this->macros;
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_favicon"));
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_favicon"));
  87.         // line 12
  88.         echo "    ";
  89.         if (((array_key_exists("favicon_path"$context)) ? (_twig_default_filter((isset($context["favicon_path"]) || array_key_exists("favicon_path"$context) ? $context["favicon_path"] : (function () { throw new RuntimeError('Variable "favicon_path" does not exist.'12$this->source); })()), false)) : (false))) {
  90.             // line 13
  91.             echo "        <link rel=\"shortcut icon\" href=\"";
  92.             echo twig_escape_filter($this->env, (isset($context["favicon_path"]) || array_key_exists("favicon_path"$context) ? $context["favicon_path"] : (function () { throw new RuntimeError('Variable "favicon_path" does not exist.'13$this->source); })()), "html"nulltrue);
  93.             echo "\">
  94.     ";
  95.         } else {
  96.             // line 15
  97.             echo "        ";
  98.             $this->displayParentBlock("head_favicon"$context$blocks);
  99.             echo "
  100.     ";
  101.         }
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.         
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  106.     }
  107.     // line 19
  108.     public function block_wrapper_wrapper($context, array $blocks = [])
  109.     {
  110.         $macros $this->macros;
  111.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper_wrapper"));
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper_wrapper"));
  115.         // line 20
  116.         echo "    ";
  117.         $context["page_title"] =         $this->renderBlock("page_title"$context$blocks);
  118.         // line 21
  119.         echo "    ";
  120.         $context["_username_label"] = ((array_key_exists("username_label"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["username_label"]) || array_key_exists("username_label"$context) ? $context["username_label"] : (function () { throw new RuntimeError('Variable "username_label" does not exist.'21$this->source); })()), [],         // line 6
  121. (isset($context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"]) || array_key_exists("__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"$context) ? $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] : (function () { throw new RuntimeError('Variable "__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48" does not exist.'6$this->source); })()))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_page.username", [], "EasyAdminBundle")));
  122.         // line 22
  123.         echo "    ";
  124.         $context["_password_label"] = ((array_key_exists("password_label"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["password_label"]) || array_key_exists("password_label"$context) ? $context["password_label"] : (function () { throw new RuntimeError('Variable "password_label" does not exist.'22$this->source); })()), [],         // line 6
  125. (isset($context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"]) || array_key_exists("__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"$context) ? $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] : (function () { throw new RuntimeError('Variable "__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48" does not exist.'6$this->source); })()))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_page.password", [], "EasyAdminBundle")));
  126.         // line 23
  127.         echo "    ";
  128.         $context["_forgot_password_label"] = ((array_key_exists("forgot_password_label"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["forgot_password_label"]) || array_key_exists("forgot_password_label"$context) ? $context["forgot_password_label"] : (function () { throw new RuntimeError('Variable "forgot_password_label" does not exist.'23$this->source); })()), [],         // line 6
  129. (isset($context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"]) || array_key_exists("__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"$context) ? $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] : (function () { throw new RuntimeError('Variable "__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48" does not exist.'6$this->source); })()))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_page.forgot_password", [], "EasyAdminBundle")));
  130.         // line 24
  131.         echo "    ";
  132.         $context["_remember_me_label"] = ((array_key_exists("remember_me_label"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["remember_me_label"]) || array_key_exists("remember_me_label"$context) ? $context["remember_me_label"] : (function () { throw new RuntimeError('Variable "remember_me_label" does not exist.'24$this->source); })()), [],         // line 6
  133. (isset($context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"]) || array_key_exists("__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"$context) ? $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] : (function () { throw new RuntimeError('Variable "__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48" does not exist.'6$this->source); })()))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_page.remember_me", [], "EasyAdminBundle")));
  134.         // line 25
  135.         echo "    ";
  136.         $context["_sign_in_label"] = ((array_key_exists("sign_in_label"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["sign_in_label"]) || array_key_exists("sign_in_label"$context) ? $context["sign_in_label"] : (function () { throw new RuntimeError('Variable "sign_in_label" does not exist.'25$this->source); })()), [],         // line 6
  137. (isset($context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"]) || array_key_exists("__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"$context) ? $context["__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48"] : (function () { throw new RuntimeError('Variable "__internal_1423acf223f0cbf635ab76eea0f2a00a4cc2852e7767c4422bda3b813babbd48" does not exist.'6$this->source); })()))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("login_page.sign_in", [], "EasyAdminBundle")));
  138.         // line 26
  139.         echo "
  140.     ";
  141.         // line 27
  142.         $this->loadTemplate("@EasyAdmin/flash_messages.html.twig""admin/login.html.twig"27)->display($context);
  143.         // line 28
  144.         echo "
  145.     <div class=\"login-wrapper\">
  146.         <header class=\"main-header\">
  147.             <div id=\"header-logo\">
  148.                 ";
  149.         // line 32
  150.         $this->displayBlock('header_logo'$context$blocks);
  151.         // line 46
  152.         echo "            </div>
  153.         </header>
  154.         <section class=\"content\">
  155.             ";
  156.         // line 51
  157.         if (array_key_exists("logo_filename"$context)) {
  158.             // line 52
  159.             echo "                <div class=\"col-12 text-center mb-3\">
  160.                     <img class=\"w-50\" src=\"";
  161.             // line 53
  162.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("build/images/" . (isset($context["logo_filename"]) || array_key_exists("logo_filename"$context) ? $context["logo_filename"] : (function () { throw new RuntimeError('Variable "logo_filename" does not exist.'53$this->source); })()))), "html"nulltrue);
  163.             echo "\" alt=\"\">
  164.                 </div>
  165.             ";
  166.         }
  167.         // line 56
  168.         echo "
  169.             ";
  170.         // line 57
  171.         if (((array_key_exists("error"$context)) ? (_twig_default_filter((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'57$this->source); })()), false)) : (false))) {
  172.             // line 58
  173.             echo "                <div class=\"w-100 alert alert-danger rounded mb-3\">
  174.                     <i class=\"fas fa-times-circle mr-1\"></i>
  175.                     ";
  176.             // line 60
  177.             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.'60$this->source); })()), "messageKey", [], "any"falsefalsefalse60), 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.'60$this->source); })()), "messageData", [], "any"falsefalsefalse60), "security"), "html"nulltrue);
  178.             echo "
  179.                 </div>
  180.             ";
  181.         }
  182.         // line 63
  183.         echo "
  184.             <form method=\"post\" action=\"";
  185.         // line 64
  186.         echo twig_escape_filter($this->env, ((array_key_exists("action"$context)) ? (_twig_default_filter((isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'64$this->source); })()), "")) : ("")), "html"nulltrue);
  187.         echo "\">
  188.                 ";
  189.         // line 65
  190.         if (((array_key_exists("csrf_token_intention"$context)) ? (_twig_default_filter((isset($context["csrf_token_intention"]) || array_key_exists("csrf_token_intention"$context) ? $context["csrf_token_intention"] : (function () { throw new RuntimeError('Variable "csrf_token_intention" does not exist.'65$this->source); })()), false)) : (false))) {
  191.             // line 66
  192.             echo "                    <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  193.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken((isset($context["csrf_token_intention"]) || array_key_exists("csrf_token_intention"$context) ? $context["csrf_token_intention"] : (function () { throw new RuntimeError('Variable "csrf_token_intention" does not exist.'66$this->source); })())), "html"nulltrue);
  194.             echo "\">
  195.                 ";
  196.         }
  197.         // line 68
  198.         echo "
  199.                 <input type=\"hidden\" name=\"";
  200.         // line 69
  201.         echo twig_escape_filter($this->env, ((array_key_exists("target_path_parameter"$context)) ? (_twig_default_filter((isset($context["target_path_parameter"]) || array_key_exists("target_path_parameter"$context) ? $context["target_path_parameter"] : (function () { throw new RuntimeError('Variable "target_path_parameter" does not exist.'69$this->source); })()), "_target_path")) : ("_target_path")), "html"nulltrue);
  202.         echo "\"
  203.                        value=\"";
  204.         // line 70
  205.         echo twig_escape_filter($this->env, ((array_key_exists("target_path"$context)) ? (_twig_default_filter((isset($context["target_path"]) || array_key_exists("target_path"$context) ? $context["target_path"] : (function () { throw new RuntimeError('Variable "target_path" does not exist.'70$this->source); })()), ((array_key_exists("ea"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'70$this->source); })()), "dashboardRouteName", [], "any"falsefalsefalse70))) : ("/")))) : (((array_key_exists("ea"$context)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'70$this->source); })()), "dashboardRouteName", [], "any"falsefalsefalse70))) : ("/")))), "html"nulltrue);
  206.         echo "\"/>
  207.                 <div class=\"form-group\">
  208.                     <label class=\"form-control-label required\" for=\"username\">";
  209.         // line 73
  210.         echo twig_escape_filter($this->env, (isset($context["_username_label"]) || array_key_exists("_username_label"$context) ? $context["_username_label"] : (function () { throw new RuntimeError('Variable "_username_label" does not exist.'73$this->source); })()), "html"nulltrue);
  211.         echo "</label>
  212.                     <div class=\"form-widget\">
  213.                         <input type=\"text\" id=\"username\" name=\"";
  214.         // line 75
  215.         echo twig_escape_filter($this->env, ((array_key_exists("username_parameter"$context)) ? (_twig_default_filter((isset($context["username_parameter"]) || array_key_exists("username_parameter"$context) ? $context["username_parameter"] : (function () { throw new RuntimeError('Variable "username_parameter" does not exist.'75$this->source); })()), "_username")) : ("_username")), "html"nulltrue);
  216.         echo "\"
  217.                                class=\"form-control\" value=\"";
  218.         // line 76
  219.         echo twig_escape_filter($this->env, ((array_key_exists("last_username"$context)) ? (_twig_default_filter((isset($context["last_username"]) || array_key_exists("last_username"$context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.'76$this->source); })()), "")) : ("")), "html"nulltrue);
  220.         echo "\" required autofocus
  221.                                autocomplete=\"username\">
  222.                     </div>
  223.                 </div>
  224.                 <div class=\"form-group\">
  225.                     <label class=\"form-control-label required\" for=\"password\">";
  226.         // line 82
  227.         echo twig_escape_filter($this->env, (isset($context["_password_label"]) || array_key_exists("_password_label"$context) ? $context["_password_label"] : (function () { throw new RuntimeError('Variable "_password_label" does not exist.'82$this->source); })()), "html"nulltrue);
  228.         echo "</label>
  229.                     <div class=\"form-widget\">
  230.                         <input type=\"password\" id=\"password\" name=\"";
  231.         // line 84
  232.         echo twig_escape_filter($this->env, ((array_key_exists("password_parameter"$context)) ? (_twig_default_filter((isset($context["password_parameter"]) || array_key_exists("password_parameter"$context) ? $context["password_parameter"] : (function () { throw new RuntimeError('Variable "password_parameter" does not exist.'84$this->source); })()), "_password")) : ("_password")), "html"nulltrue);
  233.         echo "\"
  234.                                class=\"form-control\" required autocomplete=\"current-password\">
  235.                     </div>
  236.                     ";
  237.         // line 88
  238.         if (((array_key_exists("forgot_password_enabled"$context)) ? (_twig_default_filter((isset($context["forgot_password_enabled"]) || array_key_exists("forgot_password_enabled"$context) ? $context["forgot_password_enabled"] : (function () { throw new RuntimeError('Variable "forgot_password_enabled" does not exist.'88$this->source); })()), false)) : (false))) {
  239.             // line 89
  240.             echo "                        <div class=\"form-text\">
  241.                             <a href=\"";
  242.             // line 90
  243.             echo twig_escape_filter($this->env, ((array_key_exists("forgot_password_path"$context)) ? (_twig_default_filter((isset($context["forgot_password_path"]) || array_key_exists("forgot_password_path"$context) ? $context["forgot_password_path"] : (function () { throw new RuntimeError('Variable "forgot_password_path" does not exist.'90$this->source); })()), "#")) : ("#")), "html"nulltrue);
  244.             echo "\">";
  245.             echo twig_escape_filter($this->env, (isset($context["_forgot_password_label"]) || array_key_exists("_forgot_password_label"$context) ? $context["_forgot_password_label"] : (function () { throw new RuntimeError('Variable "_forgot_password_label" does not exist.'90$this->source); })()), "html"nulltrue);
  246.             echo "</a>
  247.                         </div>
  248.                     ";
  249.         }
  250.         // line 93
  251.         echo "                </div>
  252.                 ";
  253.         // line 95
  254.         if (((array_key_exists("remember_me_enabled"$context)) ? (_twig_default_filter((isset($context["remember_me_enabled"]) || array_key_exists("remember_me_enabled"$context) ? $context["remember_me_enabled"] : (function () { throw new RuntimeError('Variable "remember_me_enabled" does not exist.'95$this->source); })()), false)) : (false))) {
  255.             // line 96
  256.             echo "                    <div class=\"form-group\">
  257.                         <input class=\"form-check-input\" type=\"checkbox\" id=\"remember_me\"
  258.                                name=\"";
  259.             // line 98
  260.             echo twig_escape_filter($this->env, ((array_key_exists("remember_me_parameter"$context)) ? (_twig_default_filter((isset($context["remember_me_parameter"]) || array_key_exists("remember_me_parameter"$context) ? $context["remember_me_parameter"] : (function () { throw new RuntimeError('Variable "remember_me_parameter" does not exist.'98$this->source); })()), "_remember_me")) : ("_remember_me")), "html"nulltrue);
  261.             echo "\" ";
  262.             echo ((((array_key_exists("remember_me_checked"$context)) ? (_twig_default_filter((isset($context["remember_me_checked"]) || array_key_exists("remember_me_checked"$context) ? $context["remember_me_checked"] : (function () { throw new RuntimeError('Variable "remember_me_checked" does not exist.'98$this->source); })()), false)) : (false))) ? ("checked") : (""));
  263.             echo ">
  264.                         <label class=\"form-check-label\" for=\"remember_me\">
  265.                             ";
  266.             // line 100
  267.             echo twig_escape_filter($this->env, (isset($context["_remember_me_label"]) || array_key_exists("_remember_me_label"$context) ? $context["_remember_me_label"] : (function () { throw new RuntimeError('Variable "_remember_me_label" does not exist.'100$this->source); })()), "html"nulltrue);
  268.             echo "
  269.                         </label>
  270.                     </div>
  271.                 ";
  272.         }
  273.         // line 104
  274.         echo "
  275.                 <div class=\"form-group d-grid\">
  276.                     <button type=\"submit\" class=\"btn btn-primary btn-lg btn-block\">";
  277.         // line 106
  278.         echo twig_escape_filter($this->env, (isset($context["_sign_in_label"]) || array_key_exists("_sign_in_label"$context) ? $context["_sign_in_label"] : (function () { throw new RuntimeError('Variable "_sign_in_label" does not exist.'106$this->source); })()), "html"nulltrue);
  279.         echo "</button>
  280.                 </div>
  281.             </form>
  282.             <script src=\"";
  283.         // line 110
  284.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("login.js"twig_constant("EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage::PACKAGE_NAME")), "html"nulltrue);
  285.         echo "\"></script>
  286.         </section>
  287.     </div>
  288. ";
  289.         
  290.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  291.         
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  293.     }
  294.     // line 32
  295.     public function block_header_logo($context, array $blocks = [])
  296.     {
  297.         $macros $this->macros;
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  300.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  301.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  302.         // line 33
  303.         echo "                    ";
  304.         if (((isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'33$this->source); })()) && (array_key_exists("header_title"$context) && (isset($context["header_title"]) || array_key_exists("header_title"$context) ? $context["header_title"] : (function () { throw new RuntimeError('Variable "header_title" does not exist.'33$this->source); })())))) {
  305.             // line 34
  306.             echo "                        ";
  307.             if (array_key_exists("ea"$context)) {
  308.                 // line 35
  309.                 echo "                            <a class=\"logo ";
  310.                 echo (((twig_length_filter($this->env, (isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'35$this->source); })())) > 14)) ? ("logo-long") : (""));
  311.                 echo "\"
  312.                                title=\"";
  313.                 // line 36
  314.                 echo twig_escape_filter($this->envtwig_striptags((isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'36$this->source); })())), "html"nulltrue);
  315.                 echo "\" href=\"";
  316.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'36$this->source); })()), "dashboardRouteName", [], "any"falsefalsefalse36));
  317.                 echo "\">
  318.                                 ";
  319.                 // line 37
  320.                 echo (isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'37$this->source); })());
  321.                 echo "
  322.                             </a>
  323.                         ";
  324.             } else {
  325.                 // line 40
  326.                 echo "                            <div class=\"logo ";
  327.                 echo (((twig_length_filter($this->env, (isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'40$this->source); })())) > 14)) ? ("logo-long") : (""));
  328.                 echo "\">
  329.                                 ";
  330.                 // line 41
  331.                 echo (isset($context["page_title"]) || array_key_exists("page_title"$context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.'41$this->source); })());
  332.                 echo "
  333.                             </div>
  334.                         ";
  335.             }
  336.             // line 44
  337.             echo "                    ";
  338.         }
  339.         // line 45
  340.         echo "                ";
  341.         
  342.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  343.         
  344.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  345.     }
  346.     public function getTemplateName()
  347.     {
  348.         return "admin/login.html.twig";
  349.     }
  350.     public function isTraitable()
  351.     {
  352.         return false;
  353.     }
  354.     public function getDebugInfo()
  355.     {
  356.         return array (  381 => 45,  378 => 44,  372 => 41,  367 => 40,  361 => 37,  355 => 36,  350 => 35,  347 => 34,  344 => 33,  334 => 32,  320 => 110,  313 => 106,  309 => 104,  302 => 100,  295 => 98,  291 => 96,  289 => 95,  285 => 93,  277 => 90,  274 => 89,  272 => 88,  265 => 84,  260 => 82,  251 => 76,  247 => 75,  242 => 73,  236 => 70,  232 => 69,  229 => 68,  223 => 66,  221 => 65,  217 => 64,  214 => 63,  208 => 60,  204 => 58,  202 => 57,  199 => 56,  193 => 53,  190 => 52,  188 => 51,  181 => 46,  179 => 32,  173 => 28,  171 => 27,  168 => 26,  166 => 6,  164 => 25,  162 => 6,  160 => 24,  158 => 6,  156 => 23,  154 => 6,  152 => 22,  150 => 6,  148 => 21,  145 => 20,  135 => 19,  121 => 15,  115 => 13,  112 => 12,  102 => 11,  83 => 9,  64 => 8,  54 => 5,  52 => 6,  39 => 5,);
  357.     }
  358.     public function getSourceContext()
  359.     {
  360.         return new Source("{# @var ea \\EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext #}
  361. {# This template checks for 'ea' variable existence because it can
  362.    be used in a EasyAdmin Dashboard controller, where 'ea' is defined
  363.    or from any other Symfony controller, where 'ea' is not defined #}
  364. {% extends ea is defined ? ea.templatePath('layout') : '@EasyAdmin/page/login_minimal.html.twig' %}
  365. {% trans_default_domain ea is defined ? ea.i18n.translationDomain : (translation_domain is defined ? translation_domain ?? 'messages') %}
  366. {% block body_class 'page-login' %}
  367. {% block page_title %}{{ page_title is defined ? page_title|raw : (ea is defined ? ea.dashboardTitle|raw : '') }}{% endblock %}
  368. {% block head_favicon %}
  369.     {% if favicon_path|default(false) %}
  370.         <link rel=\"shortcut icon\" href=\"{{ favicon_path }}\">
  371.     {% else %}
  372.         {{ parent() }}
  373.     {% endif %}
  374. {% endblock %}
  375. {% block wrapper_wrapper %}
  376.     {% set page_title = block('page_title') %}
  377.     {% set _username_label = username_label is defined ? username_label|trans : 'login_page.username'|trans({}, 'EasyAdminBundle') %}
  378.     {% set _password_label = password_label is defined ? password_label|trans : 'login_page.password'|trans({}, 'EasyAdminBundle') %}
  379.     {% set _forgot_password_label = forgot_password_label is defined ? forgot_password_label|trans : 'login_page.forgot_password'|trans({}, 'EasyAdminBundle') %}
  380.     {% set _remember_me_label = remember_me_label is defined ? remember_me_label|trans : 'login_page.remember_me'|trans({}, 'EasyAdminBundle') %}
  381.     {% set _sign_in_label = sign_in_label is defined ? sign_in_label|trans : 'login_page.sign_in'|trans({}, 'EasyAdminBundle') %}
  382.     {% include '@EasyAdmin/flash_messages.html.twig' %}
  383.     <div class=\"login-wrapper\">
  384.         <header class=\"main-header\">
  385.             <div id=\"header-logo\">
  386.                 {% block header_logo %}
  387.                     {% if page_title and (header_title is defined and header_title) %}
  388.                         {% if ea is defined %}
  389.                             <a class=\"logo {{ page_title|length > 14 ? 'logo-long' }}\"
  390.                                title=\"{{ page_title|striptags }}\" href=\"{{ path(ea.dashboardRouteName) }}\">
  391.                                 {{ page_title|raw }}
  392.                             </a>
  393.                         {% else %}
  394.                             <div class=\"logo {{ page_title|length > 14 ? 'logo-long' }}\">
  395.                                 {{ page_title|raw }}
  396.                             </div>
  397.                         {% endif %}
  398.                     {% endif %}
  399.                 {% endblock header_logo %}
  400.             </div>
  401.         </header>
  402.         <section class=\"content\">
  403.             {% if logo_filename is defined %}
  404.                 <div class=\"col-12 text-center mb-3\">
  405.                     <img class=\"w-50\" src=\"{{ asset('build/images/' ~ logo_filename) }}\" alt=\"\">
  406.                 </div>
  407.             {% endif %}
  408.             {% if error|default(false) %}
  409.                 <div class=\"w-100 alert alert-danger rounded mb-3\">
  410.                     <i class=\"fas fa-times-circle mr-1\"></i>
  411.                     {{ error.messageKey|trans(error.messageData, 'security') }}
  412.                 </div>
  413.             {% endif %}
  414.             <form method=\"post\" action=\"{{ action|default('') }}\">
  415.                 {% if csrf_token_intention|default(false) %}
  416.                     <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token(csrf_token_intention) }}\">
  417.                 {% endif %}
  418.                 <input type=\"hidden\" name=\"{{ target_path_parameter|default('_target_path') }}\"
  419.                        value=\"{{ target_path|default(ea is defined ? path(ea.dashboardRouteName) : '/') }}\"/>
  420.                 <div class=\"form-group\">
  421.                     <label class=\"form-control-label required\" for=\"username\">{{ _username_label }}</label>
  422.                     <div class=\"form-widget\">
  423.                         <input type=\"text\" id=\"username\" name=\"{{ username_parameter|default('_username') }}\"
  424.                                class=\"form-control\" value=\"{{ last_username|default('') }}\" required autofocus
  425.                                autocomplete=\"username\">
  426.                     </div>
  427.                 </div>
  428.                 <div class=\"form-group\">
  429.                     <label class=\"form-control-label required\" for=\"password\">{{ _password_label }}</label>
  430.                     <div class=\"form-widget\">
  431.                         <input type=\"password\" id=\"password\" name=\"{{ password_parameter|default('_password') }}\"
  432.                                class=\"form-control\" required autocomplete=\"current-password\">
  433.                     </div>
  434.                     {% if forgot_password_enabled|default(false) %}
  435.                         <div class=\"form-text\">
  436.                             <a href=\"{{ forgot_password_path|default('#') }}\">{{ _forgot_password_label }}</a>
  437.                         </div>
  438.                     {% endif %}
  439.                 </div>
  440.                 {% if remember_me_enabled|default(false) %}
  441.                     <div class=\"form-group\">
  442.                         <input class=\"form-check-input\" type=\"checkbox\" id=\"remember_me\"
  443.                                name=\"{{ remember_me_parameter|default('_remember_me') }}\" {{ remember_me_checked|default(false) ? 'checked' }}>
  444.                         <label class=\"form-check-label\" for=\"remember_me\">
  445.                             {{ _remember_me_label }}
  446.                         </label>
  447.                     </div>
  448.                 {% endif %}
  449.                 <div class=\"form-group d-grid\">
  450.                     <button type=\"submit\" class=\"btn btn-primary btn-lg btn-block\">{{ _sign_in_label }}</button>
  451.                 </div>
  452.             </form>
  453.             <script src=\"{{ asset('login.js', constant('EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Asset\\\\AssetPackage::PACKAGE_NAME')) }}\"></script>
  454.         </section>
  455.     </div>
  456. {% endblock %}
  457. ""admin/login.html.twig""/home/pastorz/old-espace-client/templates/admin/login.html.twig");
  458.     }
  459. }