- <?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;
- /* @Twig/layout.html.twig */
- class __TwigTemplate_548ee7aada9ff45282aec4de2ca7081ab87fad373a7dff59850935872a19c99d extends \Twig\Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->parent = false;
-         $this->blocks = [
-             'before_html' => [$this, 'block_before_html'],
-             'title' => [$this, 'block_title'],
-             'head' => [$this, 'block_head'],
-             'body' => [$this, 'block_body'],
-             'after_html' => [$this, 'block_after_html'],
-         ];
-     }
-     protected function doDisplay(array $context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/layout.html.twig"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/layout.html.twig"));
-         // line 1
-         $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
-         @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
-         // line 2
-         $this->displayBlock('before_html', $context, $blocks);
-         // line 3
-         echo "<!DOCTYPE html>
- <html>
-     <head>
-         <meta charset=\"";
-         // line 6
-         echo twig_escape_filter($this->env, $this->env->getCharset(), "html", null, true);
-         echo "\" />
-         <meta name=\"robots\" content=\"noindex,nofollow\" />
-         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
-         <title>";
-         // line 9
-         $this->displayBlock('title', $context, $blocks);
-         echo "</title>
-         <link rel=\"icon\" type=\"image/png\" href=\"";
-         // line 10
-         echo twig_include($this->env, $context, "@Twig/images/favicon.png.base64");
-         echo "\">
-         <style>";
-         // line 11
-         echo twig_include($this->env, $context, "@Twig/exception.css.twig");
-         echo "</style>
-         ";
-         // line 12
-         $this->displayBlock('head', $context, $blocks);
-         // line 13
-         echo "    </head>
-     <body>
-         <header>
-             <div class=\"container\">
-                 <h1 class=\"logo\">";
-         // line 17
-         echo twig_include($this->env, $context, "@Twig/images/symfony-logo.svg");
-         echo " Symfony Exception</h1>
-                 <div class=\"help-link\">
-                     <a href=\"https://symfony.com/doc/";
-         // line 20
-         echo twig_escape_filter($this->env, twig_constant("Symfony\\Component\\HttpKernel\\Kernel::VERSION"), "html", null, true);
-         echo "/index.html\">
-                         <span class=\"icon\">";
-         // line 21
-         echo twig_include($this->env, $context, "@Twig/images/icon-book.svg");
-         echo "</span>
-                         <span class=\"hidden-xs-down\">Symfony</span> Docs
-                     </a>
-                 </div>
-                 <div class=\"help-link\">
-                     <a href=\"https://symfony.com/support\">
-                         <span class=\"icon\">";
-         // line 28
-         echo twig_include($this->env, $context, "@Twig/images/icon-support.svg");
-         echo "</span>
-                         <span class=\"hidden-xs-down\">Symfony</span> Support
-                     </a>
-                 </div>
-             </div>
-         </header>
-         ";
-         // line 35
-         $this->displayBlock('body', $context, $blocks);
-         // line 36
-         echo "        ";
-         echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
-         echo "
-     </body>
- </html>
- ";
-         // line 39
-         $this->displayBlock('after_html', $context, $blocks);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-     }
-     // line 2
-     public function block_before_html($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "before_html"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "before_html"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 9
-     public function block_title($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 12
-     public function block_head($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 35
-     public function block_body($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     // line 39
-     public function block_after_html($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "after_html"));
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "after_html"));
-         
-         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-         
-         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
-     }
-     public function getTemplateName()
-     {
-         return "@Twig/layout.html.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  205 => 39,  187 => 35,  169 => 12,  151 => 9,  133 => 2,  123 => 39,  116 => 36,  114 => 35,  104 => 28,  94 => 21,  90 => 20,  84 => 17,  78 => 13,  76 => 12,  72 => 11,  68 => 10,  64 => 9,  58 => 6,  53 => 3,  51 => 2,  48 => 1,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("{% deprecated 'The template \"' ~ _self ~'\" is deprecated since Symfony 4.4, will be removed in 5.0.' %}
- {% block before_html %}{% endblock %}
- <!DOCTYPE html>
- <html>
-     <head>
-         <meta charset=\"{{ _charset }}\" />
-         <meta name=\"robots\" content=\"noindex,nofollow\" />
-         <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
-         <title>{% block title %}{% endblock %}</title>
-         <link rel=\"icon\" type=\"image/png\" href=\"{{ include('@Twig/images/favicon.png.base64') }}\">
-         <style>{{ include('@Twig/exception.css.twig') }}</style>
-         {% block head %}{% endblock %}
-     </head>
-     <body>
-         <header>
-             <div class=\"container\">
-                 <h1 class=\"logo\">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
-                 <div class=\"help-link\">
-                     <a href=\"https://symfony.com/doc/{{ constant('Symfony\\\\Component\\\\HttpKernel\\\\Kernel::VERSION') }}/index.html\">
-                         <span class=\"icon\">{{ include('@Twig/images/icon-book.svg') }}</span>
-                         <span class=\"hidden-xs-down\">Symfony</span> Docs
-                     </a>
-                 </div>
-                 <div class=\"help-link\">
-                     <a href=\"https://symfony.com/support\">
-                         <span class=\"icon\">{{ include('@Twig/images/icon-support.svg') }}</span>
-                         <span class=\"hidden-xs-down\">Symfony</span> Support
-                     </a>
-                 </div>
-             </div>
-         </header>
-         {% block body %}{% endblock %}
-         {{ include('@Twig/base_js.html.twig') }}
-     </body>
- </html>
- {% block after_html %}{% endblock %}
- ", "@Twig/layout.html.twig", "/var/www/clients/client30/web37/web/vendor/symfony/twig-bundle/Resources/views/layout.html.twig");
-     }
- }
-