var/cache/dev/twig/7b/7b577dea9bc03fa50275670291c90a54.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* _header.html.twig */
  16. class __TwigTemplate_416db42331396e9680ade676d445f5bf extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""_header.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""_header.html.twig"));
  38.         // line 1
  39.         yield "<header id=\"header\">
  40.     <div class=\"container\">
  41.         <div class=\"row\">
  42.             <div id=\"header-inside\" class=\"col col-xl-12 col-sm-12\">
  43.                     <a href=\"/\">
  44.                         <img src=\"";
  45.         // line 6
  46.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo-eau.jpg"), "html"nulltrue);
  47.         yield "\" alt=\"Direction de l’Eau de la Communauté Urbaine du Grand Reims\"
  48.                         width=\"140\" height=\"92\" />
  49.                     </a>
  50.                 ";
  51.         // line 10
  52.         yield from $this->loadTemplate("_widget-customer-connection.html.twig""_header.html.twig"10)->unwrap()->yield($context);
  53.         // line 11
  54.         yield "            </div>
  55.             ";
  56.         // line 13
  57.         yield from $this->loadTemplate("_widget-menu.html.twig""_header.html.twig"13)->unwrap()->yield($context);
  58.         // line 14
  59.         yield "
  60.         </div>
  61.     </div>
  62. </header>";
  63.         
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  65.         
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  67.         yield from [];
  68.     }
  69.     /**
  70.      * @codeCoverageIgnore
  71.      */
  72.     public function getTemplateName(): string
  73.     {
  74.         return "_header.html.twig";
  75.     }
  76.     /**
  77.      * @codeCoverageIgnore
  78.      */
  79.     public function isTraitable(): bool
  80.     {
  81.         return false;
  82.     }
  83.     /**
  84.      * @codeCoverageIgnore
  85.      */
  86.     public function getDebugInfo(): array
  87.     {
  88.         return array (  70 => 14,  68 => 13,  64 => 11,  62 => 10,  55 => 6,  48 => 1,);
  89.     }
  90.     public function getSourceContext(): Source
  91.     {
  92.         return new Source("<header id=\"header\">
  93.     <div class=\"container\">
  94.         <div class=\"row\">
  95.             <div id=\"header-inside\" class=\"col col-xl-12 col-sm-12\">
  96.                     <a href=\"/\">
  97.                         <img src=\"{{ asset('build/images/logo-eau.jpg') }}\" alt=\"Direction de l’Eau de la Communauté Urbaine du Grand Reims\"
  98.                         width=\"140\" height=\"92\" />
  99.                     </a>
  100.                 {% include '_widget-customer-connection.html.twig' %}
  101.             </div>
  102.             {% include '_widget-menu.html.twig' %}
  103.         </div>
  104.     </div>
  105. </header>""_header.html.twig""/var/www/reims.fr/extranet/current/templates/_header.html.twig");
  106.     }
  107. }