<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* Layout/layout.html.twig */
class __TwigTemplate_33a96edabe636c77a73fe0e4f3a34647 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'extra_body_classes' => [$this, 'block_extra_body_classes'],
'extra_body_attributes' => [$this, 'block_extra_body_attributes'],
'header' => [$this, 'block_header'],
'breadcrumbs' => [$this, 'block_breadcrumbs'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'jsBundle' => [$this, 'block_jsBundle'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "Layout/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/layout.html.twig"));
// line 1
$_v0 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
yield "<!DOCTYPE html>
";
// line 2
$context["htmlLocale"] = Twig\Extension\CoreExtension::slice($this->env->getCharset(), ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 2), "locale", [], "any", true, true, false, 2)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 2), "locale", [], "any", false, false, false, 2), (isset($context["defaultlocale"]) || array_key_exists("defaultlocale", $context) ? $context["defaultlocale"] : (function () { throw new RuntimeError('Variable "defaultlocale" does not exist.', 2, $this->source); })()))) : ((isset($context["defaultlocale"]) || array_key_exists("defaultlocale", $context) ? $context["defaultlocale"] : (function () { throw new RuntimeError('Variable "defaultlocale" does not exist.', 2, $this->source); })()))), 0, 2);
// line 3
yield "<!--[if lte IE 9]> <html class=\"no-js lt-ie9\" lang=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["htmlLocale"]) || array_key_exists("htmlLocale", $context) ? $context["htmlLocale"] : (function () { throw new RuntimeError('Variable "htmlLocale" does not exist.', 3, $this->source); })()), "html", null, true);
yield "\"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang=\"";
// line 4
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["htmlLocale"]) || array_key_exists("htmlLocale", $context) ? $context["htmlLocale"] : (function () { throw new RuntimeError('Variable "htmlLocale" does not exist.', 4, $this->source); })()), "html", null, true);
yield "\"> <!--<![endif]-->
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>
";
// line 11
$context["node"] = null;
// line 12
yield " ";
if (array_key_exists("nodetranslation", $context)) {
// line 13
yield " ";
$context["node"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["nodetranslation"]) || array_key_exists("nodetranslation", $context) ? $context["nodetranslation"] : (function () { throw new RuntimeError('Variable "nodetranslation" does not exist.', 13, $this->source); })()), "node", [], "any", false, false, false, 13);
// line 14
yield " ";
}
// line 15
yield " ";
$context["nodemenu"] = $this->extensions['Kunstmaan\NodeBundle\Twig\NodeTwigExtension']->getNodeMenu(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 15, $this->source); })()), "request", [], "any", false, false, false, 15), "locale", [], "any", false, false, false, 15), (isset($context["node"]) || array_key_exists("node", $context) ? $context["node"] : (function () { throw new RuntimeError('Variable "node" does not exist.', 15, $this->source); })()));
// line 16
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["websitetitle"]) || array_key_exists("websitetitle", $context) ? $context["websitetitle"] : (function () { throw new RuntimeError('Variable "websitetitle" does not exist.', 16, $this->source); })())), "html", null, true);
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
// line 17
yield " </title>
";
// line 19
if (array_key_exists("page", $context)) {
// line 20
yield " ";
yield $this->extensions['Kunstmaan\SeoBundle\Twig\SeoTwigExtension']->renderSeoMetadataFor($this->env, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 20, $this->source); })()));
yield "
";
}
// line 22
yield "
";
// line 24
yield " <link href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/iutudcwebsite/images/iut_icon.png"), "html", null, true);
yield "\" rel=\"shortcut icon\" />
";
// line 27
yield " ";
// line 28
yield "
";
// line 30
yield " ";
yield from $this->loadTemplate("@IUTUDCWebsite/Layout/_css.html.twig", "Layout/layout.html.twig", 30)->unwrap()->yield($context);
// line 31
yield "</head>
";
yield from [];
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
yield Twig\Extension\CoreExtension::spaceless($_v0);
// line 33
yield "
<body id=\"sidebar-toggle-container\" class=\"sidebar-toggle-container";
// line 34
yield from $this->unwrap()->yieldBlock('extra_body_classes', $context, $blocks);
yield "\" ";
yield from $this->unwrap()->yieldBlock('extra_body_attributes', $context, $blocks);
yield ">
";
// line 36
if (array_key_exists("nodemenu", $context)) {
// line 37
yield " ";
$context["dataspage"] = ["homepagePageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 38
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 38, $this->source); })()), "getNodeByInternalName", ["homepage"], "method", false, false, false, 38), "newsPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 39
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 39, $this->source); })()), "getNodeByInternalName", ["news"], "method", false, false, false, 39), "liutPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 40
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 40, $this->source); })()), "getNodeByInternalName", ["liut", null, true], "method", false, false, false, 40), "formationsPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 41
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 41, $this->source); })()), "getNodeByInternalName", ["formations", null, true], "method", false, false, false, 41), "dutPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 42
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 42, $this->source); })()), "getNodeByInternalName", ["dut"], "method", false, false, false, 42), "inscriptionsPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 43
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 43, $this->source); })()), "getNodeByInternalName", ["inscriptions"], "method", false, false, false, 43), "partenariatsPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 44
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 44, $this->source); })()), "getNodeByInternalName", ["partenariats"], "method", false, false, false, 44), "vieetudiantePageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 45
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 45, $this->source); })()), "getNodeByInternalName", ["vieetudiante", null, true], "method", false, false, false, 45), "departementsPageNode" => CoreExtension::getAttribute($this->env, $this->source, // line 46
(isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 46, $this->source); })()), "getNodeByInternalName", ["departements"], "method", false, false, false, 46)];
// line 48
yield " ";
}
// line 49
yield "
";
// line 51
yield " ";
// line 52
yield "
";
// line 54
yield " ";
yield from $this->loadTemplate("@IUTUDCWebsite/Layout/_outdatedbrowser.html.twig", "Layout/layout.html.twig", 54)->unwrap()->yield($context);
// line 55
yield "
";
// line 58
yield " ";
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 61
yield "
";
// line 63
yield " ";
yield from $this->unwrap()->yieldBlock('breadcrumbs', $context, $blocks);
// line 66
yield "
";
// line 68
yield " <main role=\"main\">
";
// line 69
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 70
yield " </main>
";
// line 73
yield " ";
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 76
yield "
";
// line 79
yield " ";
// line 82
yield "
";
// line 84
yield " ";
yield from $this->unwrap()->yieldBlock('jsBundle', $context, $blocks);
// line 87
yield "
";
// line 88
yield from $this->unwrap()->yieldBlock('javascript', $context, $blocks);
// line 89
yield "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 16
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
if ((array_key_exists("page", $context) && !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["nodemenu"]) || array_key_exists("nodemenu", $context) ? $context["nodemenu"] : (function () { throw new RuntimeError('Variable "nodemenu" does not exist.', 16, $this->source); })()), "getActiveForDepth", [2], "method", false, false, false, 16)))) {
yield " - ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Kunstmaan\SeoBundle\Twig\SeoTwigExtension']->getTitleFor((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 16, $this->source); })())), "html", null, true);
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 34
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_extra_body_classes(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_body_classes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_body_classes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_extra_body_attributes(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_body_attributes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_body_attributes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 58
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_header(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 59
yield " ";
yield from $this->loadTemplate("@IUTUDCWebsite/Layout/_header.html.twig", "Layout/layout.html.twig", 59)->unwrap()->yield(CoreExtension::merge($context, (isset($context["dataspage"]) || array_key_exists("dataspage", $context) ? $context["dataspage"] : (function () { throw new RuntimeError('Variable "dataspage" does not exist.', 59, $this->source); })())));
// line 60
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 63
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_breadcrumbs(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
// line 64
yield " ";
// line 65
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 69
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 73
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_footer(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 74
yield " ";
yield from $this->loadTemplate("@IUTUDCWebsite/Layout/_footer.html.twig", "Layout/layout.html.twig", 74)->unwrap()->yield(CoreExtension::merge($context, (isset($context["dataspage"]) || array_key_exists("dataspage", $context) ? $context["dataspage"] : (function () { throw new RuntimeError('Variable "dataspage" does not exist.', 74, $this->source); })())));
// line 75
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 84
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_jsBundle(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jsBundle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jsBundle"));
// line 85
yield " ";
yield from $this->loadTemplate("@IUTUDCWebsite/Layout/_js_footer.html.twig", "Layout/layout.html.twig", 85)->unwrap()->yield($context);
// line 86
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 88
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascript(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "Layout/layout.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 426 => 88, 415 => 86, 412 => 85, 399 => 84, 388 => 75, 385 => 74, 372 => 73, 350 => 69, 339 => 65, 337 => 64, 324 => 63, 313 => 60, 310 => 59, 297 => 58, 254 => 34, 228 => 16, 215 => 89, 213 => 88, 210 => 87, 207 => 84, 204 => 82, 202 => 79, 198 => 76, 195 => 73, 191 => 70, 189 => 69, 186 => 68, 183 => 66, 180 => 63, 177 => 61, 174 => 58, 170 => 55, 167 => 54, 164 => 52, 162 => 51, 159 => 49, 156 => 48, 154 => 46, 153 => 45, 152 => 44, 151 => 43, 150 => 42, 149 => 41, 148 => 40, 147 => 39, 146 => 38, 144 => 37, 142 => 36, 135 => 34, 132 => 33, 130 => 1, 125 => 31, 122 => 30, 119 => 28, 117 => 27, 111 => 24, 108 => 22, 102 => 20, 100 => 19, 96 => 17, 92 => 16, 89 => 15, 86 => 14, 83 => 13, 80 => 12, 78 => 11, 68 => 4, 63 => 3, 61 => 2, 57 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% apply spaceless %}<!DOCTYPE html>
{% set htmlLocale = app.request.locale|default(defaultlocale)|slice(0,2) %}
<!--[if lte IE 9]> <html class=\"no-js lt-ie9\" lang=\"{{ htmlLocale }}\"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang=\"{{ htmlLocale }}\"> <!--<![endif]-->
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>
{% set node = null %}
{% if nodetranslation is defined %}
{% set node = nodetranslation.node %}
{% endif %}
{% set nodemenu = get_node_menu(app.request.locale, node) %}
{{ websitetitle | trans }}{% block title %}{% if page is defined and nodemenu.getActiveForDepth(2) is not null %} - {{ get_title_for(page) }}{% endif %}{% endblock %}
</title>
{% if page is defined %}
{{ render_seo_metadata_for(page) }}
{% endif %}
{# Favicons #}
<link href=\"{{ asset('/bundles/iutudcwebsite/images/iut_icon.png') }}\" rel=\"shortcut icon\" />
{# Webfonts #}
{# {% include 'IUTUDCWebsiteBundle:Layout:_webfonts.html.twig' %} #}
{# CSS #}
{% include '@IUTUDCWebsite/Layout/_css.html.twig' %}
</head>
{% endapply %}
<body id=\"sidebar-toggle-container\" class=\"sidebar-toggle-container{% block extra_body_classes %}{% endblock %}\" {% block extra_body_attributes %}{% endblock %}>
{% if nodemenu is defined %}
{% set dataspage = {
'homepagePageNode': nodemenu.getNodeByInternalName('homepage'),
'newsPageNode': nodemenu.getNodeByInternalName('news'),
'liutPageNode': nodemenu.getNodeByInternalName('liut', null, true),
'formationsPageNode': nodemenu.getNodeByInternalName('formations', null, true),
'dutPageNode': nodemenu.getNodeByInternalName('dut'),
'inscriptionsPageNode': nodemenu.getNodeByInternalName('inscriptions'),
'partenariatsPageNode': nodemenu.getNodeByInternalName('partenariats'),
'vieetudiantePageNode': nodemenu.getNodeByInternalName('vieetudiante', null, true),
'departementsPageNode': nodemenu.getNodeByInternalName('departements')
} %}
{% endif %}
{# Google Tagmanager #}
{# {% include '@IUTUDCWebsite/Layout/_googletagmanager.html.twig' %} #}
{# Outdated browser message #}
{% include '@IUTUDCWebsite/Layout/_outdatedbrowser.html.twig' %}
{# Header #}
{% block header %}
{% include '@IUTUDCWebsite/Layout/_header.html.twig' with dataspage %}
{% endblock %}
{# Breadcrumbs #}
{% block breadcrumbs %}
{# {% include '@IUTUDCWebsite/Layout/_breadcrumbs.html.twig' %} #}
{% endblock %}
{# Content #}
<main role=\"main\">
{% block content %}{% endblock %}
</main>
{# Footer #}
{% block footer %}
{% include '@IUTUDCWebsite/Layout/_footer.html.twig' with dataspage %}
{% endblock %}
{# Cookieconsent #}
{# {% block cookieconsent %}
{% include '@IUTUDCWebsite/Layout/_cookieconsent.html.twig' %}
{% endblock %} #}
{# JS Footer #}
{% block jsBundle %}
{% include '@IUTUDCWebsite/Layout/_js_footer.html.twig' %}
{% endblock %}
{% block javascript %}{% endblock javascript %}
</body>
</html>
", "Layout/layout.html.twig", "/home/u363484990/domains/iut-udc.online/public_html/templates/Layout/layout.html.twig");
}
}