<?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;
/* Theme/VoetbalRetour/pages/pages_header.html.twig */
class __TwigTemplate_6b6f6d056433ec1196b824c773f11c74 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
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", "Theme/VoetbalRetour/pages/pages_header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/VoetbalRetour/pages/pages_header.html.twig"));
// line 2
echo "
";
// line 3
$macros["node"] = $this->macros["node"] = $this->loadTemplate("page/macro/node.html.twig", "Theme/VoetbalRetour/pages/pages_header.html.twig", 3)->unwrap();
// line 4
$macros["breadcrumbNode"] = $this->macros["breadcrumbNode"] = $this->loadTemplate("page/macro/breadcrumbs.html.twig", "Theme/VoetbalRetour/pages/pages_header.html.twig", 4)->unwrap();
// line 5
echo "
";
// line 6
$this->displayBlock('content', $context, $blocks);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function block_content($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(), "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"));
// line 7
echo "\t<div class=\"d-xl-none mobile-menu\" id=\"o-wrapper\">
\t\t<nav id=\"c-menu--slide-left\" class=\"c-menu c-menu--slide-left\">
\t\t\t<div class=\"head row\">
\t\t\t\t<div class=\"col-11\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"";
// line 11
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
echo "\" title=\"";
echo twig_escape_filter($this->env, ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 11, $this->source); })()), "Get.Noticed")) : ("Get.Noticed")), "html", null, true);
echo "\">
\t\t\t\t\t\t<svg viewBox=\"0 0 308 58\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
\t\t\t\t\t\t\t<use xlink:href=\"#svg-logo\" title=\"Voetbalretour logo\"></use>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t<button class=\"c-menu__close navbar-toggle\">
\t\t\t\t\t<i class=\"far fa-times\"></i>
\t\t\t\t</button>
\t\t\t</div>
\t\t\t<div class=\"wrapper\">
\t\t\t\t<ul class=\"c-menu__items\">
\t\t\t\t\t";
// line 23
$macros["mobileNode"] = $this->loadTemplate("page/macro/mobile_menu.node.html.twig", "Theme/VoetbalRetour/pages/pages_header.html.twig", 23)->unwrap();
// line 24
echo "
\t\t\t\t\t";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 25, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["page"]) {
// line 26
echo "\t\t\t\t\t\t";
echo twig_call_macro($macros["mobileNode"], "macro_nodeLink", [$context["page"]], 26, $context, $this->getSourceContext());
echo "
\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 28
echo "\t\t\t\t\t<li class=\"c-menu__item\">
\t\t\t\t\t\t<a class=\"\" href=\"/favorieten\">
\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\tFavorieten
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</nav><!-- /c-menu slide-left -->
\t</div>
\t<div id=\"c-mask\" class=\"c-mask\"></div><!-- /c-mask -->
\t<header id=\"header\" class=\"\">
\t\t<div class=\"container-fluid is-content-fluid is-container\">
\t\t\t<div class=\"head d-none d-xl-block\">
\t\t\t\t<div class=\"flex-group\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
echo "\" title=\"";
echo twig_escape_filter($this->env, ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 43, $this->source); })()), "Get.Noticed")) : ("Get.Noticed")), "html", null, true);
echo "\">
\t\t\t\t\t\t<img src=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['App\Twig\AssetExtension']->asset($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_logo")), "html", null, true);
echo "\"
\t\t\t\t\t\t\t alt=\"";
// line 45
echo twig_escape_filter($this->env, ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 45, $this->source); })()), "Get.Noticed")) : ("Get.Noticed")), "html", null, true);
echo "\" class=\"logo\">
\t\t\t\t\t</a>
\t\t\t\t\t<nav class=\"header-nav main-nav\">
\t\t\t\t\t\t<div id=\"header-menu\">
\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t";
// line 50
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 50, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["page"]) {
// line 51
echo "\t\t\t\t\t\t\t\t\t";
echo twig_call_macro($macros["node"], "macro_nodeLink", [$context["page"]], 51, $context, $this->getSourceContext());
echo "
\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 53
echo "\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</nav>
\t\t\t\t\t<nav class=\"user-nav is-position-relative\">
\t\t\t\t\t\t<ul class=\"second-nav\">
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn is-btn-icon stroke-small-r\" href=\"/favorieten\">
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\t\t\t";
// line 62
echo "\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn stroke-right\" href=\"";
// line 65
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_login");
echo "\"><i class=\"fas fa-user icon-before\"></i>Mijn VR</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div data-component=\"MenuMobile\" class=\"head mobile d-xl-none\">
\t\t\t\t<div class=\"col-12 flex-group flex-group__mobile\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"";
// line 74
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
echo "\" title=\"";
echo twig_escape_filter($this->env, ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 74, $this->source); })()), "Get.Noticed")) : ("Get.Noticed")), "html", null, true);
echo "\">
\t\t\t\t\t\t<img class=\"logo\" src=\"/uploads/schild.svg\" alt=\"";
// line 75
echo twig_escape_filter($this->env, ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 75, $this->source); })()), "Get.Noticed")) : ("Get.Noticed")), "html", null, true);
echo "\">
\t\t\t\t\t</a>
\t\t\t\t\t<nav class=\"user-nav is-position-relative\">
\t\t\t\t\t\t<ul class=\"second-nav\">
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn is-btn-icon stroke-small-r\" href=\"/favorieten\">
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn stroke-right\" href=\"";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_login");
echo "\"><i class=\"fas fa-user icon-before\"></i>Mijn VR</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</nav>
\t\t\t\t\t<button type=\"button\" id=\"c-button--slide-left\" class=\"navbar-toggle c-button--slide-left is-btn is-btn-icon stroke-small-r is-background-color-accent\">
\t\t\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>
\t\t\t\t\t\t<i class=\"fa-solid fa-bars\"></i>
\t\t\t\t\t</button>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</header>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Theme/VoetbalRetour/pages/pages_header.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 208 => 85, 195 => 75, 189 => 74, 177 => 65, 172 => 62, 162 => 53, 153 => 51, 149 => 50, 141 => 45, 137 => 44, 131 => 43, 114 => 28, 105 => 26, 101 => 25, 98 => 24, 96 => 23, 79 => 11, 73 => 7, 54 => 6, 51 => 5, 49 => 4, 47 => 3, 44 => 2,);
}
public function getSourceContext()
{
return new Source("{# {% extends 'pages/pages_header.html.twig' %} #}
{% import \"page/macro/node.html.twig\" as node %}
{% import 'page/macro/breadcrumbs.html.twig' as breadcrumbNode %}
{% block content %}
\t<div class=\"d-xl-none mobile-menu\" id=\"o-wrapper\">
\t\t<nav id=\"c-menu--slide-left\" class=\"c-menu c-menu--slide-left\">
\t\t\t<div class=\"head row\">
\t\t\t\t<div class=\"col-11\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"{{ path('homepage') }}\" title=\"{{ site_company_name|default('Get.Noticed') }}\">
\t\t\t\t\t\t<svg viewBox=\"0 0 308 58\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
\t\t\t\t\t\t\t<use xlink:href=\"#svg-logo\" title=\"Voetbalretour logo\"></use>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t<button class=\"c-menu__close navbar-toggle\">
\t\t\t\t\t<i class=\"far fa-times\"></i>
\t\t\t\t</button>
\t\t\t</div>
\t\t\t<div class=\"wrapper\">
\t\t\t\t<ul class=\"c-menu__items\">
\t\t\t\t\t{% import \"page/macro/mobile_menu.node.html.twig\" as mobileNode %}
\t\t\t\t\t{% for page in pages %}
\t\t\t\t\t\t{{ mobileNode.nodeLink(page) }}
\t\t\t\t\t{% endfor %}
\t\t\t\t\t<li class=\"c-menu__item\">
\t\t\t\t\t\t<a class=\"\" href=\"/favorieten\">
\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\tFavorieten
\t\t\t\t\t\t</a>
\t\t\t\t\t</li>
\t\t\t\t</ul>
\t\t\t</div>
\t\t</nav><!-- /c-menu slide-left -->
\t</div>
\t<div id=\"c-mask\" class=\"c-mask\"></div><!-- /c-mask -->
\t<header id=\"header\" class=\"\">
\t\t<div class=\"container-fluid is-content-fluid is-container\">
\t\t\t<div class=\"head d-none d-xl-block\">
\t\t\t\t<div class=\"flex-group\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"{{ path('homepage') }}\" title=\"{{ site_company_name|default('Get.Noticed') }}\">
\t\t\t\t\t\t<img src=\"{{ media_asset(config_setting('site_logo')) }}\"
\t\t\t\t\t\t\t alt=\"{{ site_company_name|default('Get.Noticed') }}\" class=\"logo\">
\t\t\t\t\t</a>
\t\t\t\t\t<nav class=\"header-nav main-nav\">
\t\t\t\t\t\t<div id=\"header-menu\">
\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t{% for page in pages %}
\t\t\t\t\t\t\t\t\t{{ node.nodeLink(page) }}
\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t</nav>
\t\t\t\t\t<nav class=\"user-nav is-position-relative\">
\t\t\t\t\t\t<ul class=\"second-nav\">
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn is-btn-icon stroke-small-r\" href=\"/favorieten\">
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\t\t\t{#<div class=\"number d-flex justify-content-center align-items-center\"><span>2</span></div>#}
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn stroke-right\" href=\"{{ path('user_login') }}\"><i class=\"fas fa-user icon-before\"></i>Mijn VR</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div data-component=\"MenuMobile\" class=\"head mobile d-xl-none\">
\t\t\t\t<div class=\"col-12 flex-group flex-group__mobile\">
\t\t\t\t\t<a class=\"navbar-brand\" href=\"{{ path('homepage') }}\" title=\"{{ site_company_name|default('Get.Noticed') }}\">
\t\t\t\t\t\t<img class=\"logo\" src=\"/uploads/schild.svg\" alt=\"{{ site_company_name|default('Get.Noticed') }}\">
\t\t\t\t\t</a>
\t\t\t\t\t<nav class=\"user-nav is-position-relative\">
\t\t\t\t\t\t<ul class=\"second-nav\">
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn is-btn-icon stroke-small-r\" href=\"/favorieten\">
\t\t\t\t\t\t\t\t\t<i class=\"fas fa-star\"></i>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t<a class=\"is-btn stroke-right\" href=\"{{ path('user_login') }}\"><i class=\"fas fa-user icon-before\"></i>Mijn VR</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</nav>
\t\t\t\t\t<button type=\"button\" id=\"c-button--slide-left\" class=\"navbar-toggle c-button--slide-left is-btn is-btn-icon stroke-small-r is-background-color-accent\">
\t\t\t\t\t\t<span class=\"sr-only\">Toggle navigation</span>
\t\t\t\t\t\t<i class=\"fa-solid fa-bars\"></i>
\t\t\t\t\t</button>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</header>
{% endblock %}
", "Theme/VoetbalRetour/pages/pages_header.html.twig", "/home/vr2/domains/voetbalretour2.staging.03.getnoticed.nl/releases/65/templates/Theme/VoetbalRetour/pages/pages_header.html.twig");
}
}