var/cache/dev/twig/f4/f4e948061fb8a68c55c701dff2108653cbfd8d3acf96eb658ee15ba89ef75380.php line 100

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. /* KunstmaanAdminBundle:Default:layout.html.twig */
  14. class __TwigTemplate_8c3a548533b514e41344987b9a44dae23017ad48705d3fb9a73935a55d2ee4e8 extends \Twig\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->parent false;
  23.         $this->blocks = [
  24.             'extraclasshtml' => [$this'block_extraclasshtml'],
  25.             'title' => [$this'block_title'],
  26.             'extracss' => [$this'block_extracss'],
  27.             'extraparamsinbody' => [$this'block_extraparamsinbody'],
  28.             'extrabodyclasses' => [$this'block_extrabodyclasses'],
  29.             'body' => [$this'block_body'],
  30.             'appHeader' => [$this'block_appHeader'],
  31.             'sidebar' => [$this'block_sidebar'],
  32.             'breadcrumb' => [$this'block_breadcrumb'],
  33.             'flashmessages' => [$this'block_flashmessages'],
  34.             'messages' => [$this'block_messages'],
  35.             'header' => [$this'block_header'],
  36.             'admin_page_title' => [$this'block_admin_page_title'],
  37.             'page_header_addition' => [$this'block_page_header_addition'],
  38.             'extra_actions_header' => [$this'block_extra_actions_header'],
  39.             'content' => [$this'block_content'],
  40.             'footer' => [$this'block_footer'],
  41.             'js_footer' => [$this'block_js_footer'],
  42.             'extrajavascript' => [$this'block_extrajavascript'],
  43.         ];
  44.     }
  45.     protected function doDisplay(array $context, array $blocks = [])
  46.     {
  47.         $macros $this->macros;
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""KunstmaanAdminBundle:Default:layout.html.twig"));
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""KunstmaanAdminBundle:Default:layout.html.twig"));
  52.         // line 1
  53.         $context["adminmenu"] = $this->extensions['Kunstmaan\AdminBundle\Twig\MenuTwigExtension']->getAdminMenu();
  54.         // line 2
  55.         ob_start();
  56.         $this->displayBlock('extraclasshtml'$context$blocks);
  57.         $context["extraclasshtml"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  58.         // line 3
  59.         echo "
  60. <!DOCTYPE html>
  61. <html class=\"";
  62.         // line 5
  63.         echo twig_escape_filter($this->env, (isset($context["extraclasshtml"]) || array_key_exists("extraclasshtml"$context) ? $context["extraclasshtml"] : (function () { throw new RuntimeError('Variable "extraclasshtml" does not exist.'5$this->source); })()), "html"nulltrue);
  64.         echo "\" lang=\"en\">
  65. <head>
  66.     <meta charset=\"utf-8\">
  67.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
  68.     <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">
  69.     <meta name=\"robots\" content=\"noindex, nofollow\">
  70.     <title>";
  71.         // line 12
  72.         $this->displayBlock('title'$context$blocks);
  73.         echo "</title>
  74.     <!-- Favicons -->
  75.     ";
  76.         // line 15
  77.         $this->loadTemplate("@KunstmaanAdmin/Default/_favicons.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"15)->display($context);
  78.         // line 16
  79.         echo "
  80.     <!-- Styles -->
  81.     ";
  82.         // line 18
  83.         $this->loadTemplate("@KunstmaanAdmin/Default/_css.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"18)->display($context);
  84.         // line 19
  85.         echo "
  86.     <!-- Extra CSS -->
  87.     ";
  88.         // line 21
  89.         $this->displayBlock('extracss'$context$blocks);
  90.         // line 22
  91.         echo "
  92.     <!-- JS -->
  93.     ";
  94.         // line 24
  95.         $this->loadTemplate("@KunstmaanAdmin/Default/_js_header.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"24)->display($context);
  96.         // line 25
  97.         echo "
  98.     ";
  99.         // line 26
  100.         if ($this->extensions['Kunstmaan\AdminBundle\Twig\GoogleSignInTwigExtension']->isGoogleSignInEnabled()) {
  101.             // line 27
  102.             echo "        <script src=\"https://apis.google.com/js/platform.js\" async defer></script>
  103.     ";
  104.         }
  105.         // line 29
  106.         echo "</head>
  107. <body ";
  108.         // line 31
  109.         $this->displayBlock('extraparamsinbody'$context$blocks);
  110.         echo " class=\"app ";
  111.         $this->displayBlock('extrabodyclasses'$context$blocks);
  112.         echo "\" data-file-browse-url=\"";
  113.         if (((isset($context["nodebundleisactive"]) || array_key_exists("nodebundleisactive"$context)) && (isset($context["nodebundleisactive"]) || array_key_exists("nodebundleisactive"$context) ? $context["nodebundleisactive"] : (function () { throw new RuntimeError('Variable "nodebundleisactive" does not exist.'31$this->source); })()))) {
  114.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("KunstmaanNodeBundle_ckselecturl");
  115.         }
  116.         echo "\" data-image-browse-url=\"";
  117.         if ((isset($context["mediabundleisactive"]) || array_key_exists("mediabundleisactive"$context))) {
  118.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("KunstmaanMediaBundle_chooser", ["type" => "image"]);
  119.         }
  120.         echo "\">
  121. <!-- Body block -->
  122. ";
  123.         // line 34
  124.         $this->displayBlock('body'$context$blocks);
  125.         // line 144
  126.         echo "
  127.     ";
  128.         // line 145
  129.         $this->displayBlock('js_footer'$context$blocks);
  130.         // line 149
  131.         echo "
  132.     <!-- JS - Extra -->
  133.     ";
  134.         // line 151
  135.         $this->displayBlock('extrajavascript'$context$blocks);
  136.         // line 152
  137.         echo "</body>
  138. </html>
  139. ";
  140.         
  141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  142.         
  143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  144.     }
  145.     // line 2
  146.     public function block_extraclasshtml($context, array $blocks = [])
  147.     {
  148.         $macros $this->macros;
  149.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  150.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extraclasshtml"));
  151.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  152.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extraclasshtml"));
  153.         
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  155.         
  156.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  157.     }
  158.     // line 12
  159.     public function block_title($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  164.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  166.         echo twig_escape_filter($this->env$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.'12$this->source); })())), "html"nulltrue);
  167.         
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  169.         
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  171.     }
  172.     // line 21
  173.     public function block_extracss($context, array $blocks = [])
  174.     {
  175.         $macros $this->macros;
  176.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  177.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extracss"));
  178.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  179.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extracss"));
  180.         
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  182.         
  183.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  184.     }
  185.     // line 31
  186.     public function block_extraparamsinbody($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  190.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extraparamsinbody"));
  191.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  192.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extraparamsinbody"));
  193.         
  194.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  195.         
  196.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  197.     }
  198.     public function block_extrabodyclasses($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrabodyclasses"));
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrabodyclasses"));
  205.         
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  207.         
  208.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  209.     }
  210.     // line 34
  211.     public function block_body($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  216.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  218.         // line 35
  219.         echo "    <!-- Header -->
  220.     ";
  221.         // line 36
  222.         $this->displayBlock('appHeader'$context$blocks);
  223.         // line 39
  224.         echo "
  225.     <!-- Nav settings -->
  226.     ";
  227.         // line 42
  228.         if ( !(isset($context["lowestTopChild"]) || array_key_exists("lowestTopChild"$context))) {
  229.             // line 43
  230.             echo "        ";
  231.             $context["lowestTopChild"] = twig_get_attribute($this->env$this->source, (isset($context["adminmenu"]) || array_key_exists("adminmenu"$context) ? $context["adminmenu"] : (function () { throw new RuntimeError('Variable "adminmenu" does not exist.'43$this->source); })()), "lowestTopChild", [], "any"falsefalsefalse43);
  232.             // line 44
  233.             echo "        ";
  234.             if ((isset($context["lowestTopChild"]) || array_key_exists("lowestTopChild"$context) ? $context["lowestTopChild"] : (function () { throw new RuntimeError('Variable "lowestTopChild" does not exist.'44$this->source); })())) {
  235.                 // line 45
  236.                 echo "            ";
  237.                 $context["navigationChildren"] = twig_get_attribute($this->env$this->source, (isset($context["lowestTopChild"]) || array_key_exists("lowestTopChild"$context) ? $context["lowestTopChild"] : (function () { throw new RuntimeError('Variable "lowestTopChild" does not exist.'45$this->source); })()), "navigationChildren", [], "any"falsefalsefalse45);
  238.                 // line 46
  239.                 echo "        ";
  240.             }
  241.             // line 47
  242.             echo "    ";
  243.         }
  244.         // line 48
  245.         echo "
  246.     ";
  247.         // line 49
  248.         if ((isset($context["page"]) || array_key_exists("page"$context))) {
  249.             // line 50
  250.             echo "        ";
  251.             $context["hideSidebar"] = $this->extensions['Kunstmaan\AdminBundle\Twig\SidebarTwigExtension']->hideSidebarInNodeEditAdmin((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'50$this->source); })()));
  252.             // line 51
  253.             echo "    ";
  254.         } else {
  255.             // line 52
  256.             echo "        ";
  257.             $context["hideSidebar"] = false;
  258.             // line 53
  259.             echo "    ";
  260.         }
  261.         // line 54
  262.         echo "
  263.     <!-- Main Content -->
  264.     <main role=\"main\" id=\"app__main\" class=\"container-fluid app__main";
  265.         // line 56
  266.         if ((( !(isset($context["hideSidebar"]) || array_key_exists("hideSidebar"$context) ? $context["hideSidebar"] : (function () { throw new RuntimeError('Variable "hideSidebar" does not exist.'56$this->source); })()) && (isset($context["lowestTopChild"]) || array_key_exists("lowestTopChild"$context) ? $context["lowestTopChild"] : (function () { throw new RuntimeError('Variable "lowestTopChild" does not exist.'56$this->source); })())) && (twig_length_filter($this->env, (isset($context["navigationChildren"]) || array_key_exists("navigationChildren"$context) ? $context["navigationChildren"] : (function () { throw new RuntimeError('Variable "navigationChildren" does not exist.'56$this->source); })())) > 0))) {
  267.             echo " app__main--has-sidebar";
  268.         } else {
  269.             echo " app__main--no-sidebar";
  270.         }
  271.         echo "\">
  272.         <div class=\"row\">
  273.             ";
  274.         // line 59
  275.         if ((( !(isset($context["hideSidebar"]) || array_key_exists("hideSidebar"$context) ? $context["hideSidebar"] : (function () { throw new RuntimeError('Variable "hideSidebar" does not exist.'59$this->source); })()) && (isset($context["lowestTopChild"]) || array_key_exists("lowestTopChild"$context) ? $context["lowestTopChild"] : (function () { throw new RuntimeError('Variable "lowestTopChild" does not exist.'59$this->source); })())) && (twig_length_filter($this->env, (isset($context["navigationChildren"]) || array_key_exists("navigationChildren"$context) ? $context["navigationChildren"] : (function () { throw new RuntimeError('Variable "navigationChildren" does not exist.'59$this->source); })())) > 0))) {
  276.             // line 60
  277.             echo "
  278.                 <!-- App Sidebar -->
  279.                 <aside id=\"app__sidebar\" class=\"col-md-3 app__sidebar\">
  280.                     ";
  281.             // line 63
  282.             $this->displayBlock('sidebar'$context$blocks);
  283.             // line 66
  284.             echo "                </aside>
  285.                 <!-- App Content - with sidebar -->
  286.                 <div id=\"app__content\" class=\"col-md-9 col-md-offset-3 col--padded app__content\">
  287.                     <!-- App Sidebar Toggle -->
  288.                     <button type=\"button\" id=\"app__sidebar-toggle\" class=\"btn--reset app__sidebar-toggle\" title=\"toggle sidebar\">
  289.                         <span class=\"app__sidebar-toggle__show-icon\">
  290.                             <i class=\"fa fa-caret-right\"></i>
  291.                             <i class=\"fa fa-list-ul\"></i>
  292.                         </span>
  293.                         <span class=\"app__sidebar-toggle__hide-icon\">
  294.                             <i class=\"fa fa-caret-left\"></i>
  295.                             <i class=\"fa fa-list-ul\"></i>
  296.                         </span>
  297.                     </button>
  298.             ";
  299.         } else {
  300.             // line 84
  301.             echo "
  302.                 <!-- App Content - full width -->
  303.                 <div id=\"app__content\" class=\"col-md-12 col--padded app__content\">
  304.             ";
  305.         }
  306.         // line 88
  307.         echo "
  308.                     <!-- App Content - Breadcrumbs -->
  309.                     ";
  310.         // line 90
  311.         $this->displayBlock('breadcrumb'$context$blocks);
  312.         // line 93
  313.         echo "
  314.                     <!-- App Content - Flash Messages -->
  315.                     ";
  316.         // line 96
  317.         $this->displayBlock('flashmessages'$context$blocks);
  318.         // line 99
  319.         echo "
  320.                     <!-- App Content - General Messages -->
  321.                     ";
  322.         // line 102
  323.         $this->displayBlock('messages'$context$blocks);
  324.         // line 103
  325.         echo "
  326.                     <!-- App Content - Header -->
  327.                     ";
  328.         // line 106
  329.         $this->displayBlock('header'$context$blocks);
  330.         // line 123
  331.         echo "
  332.                     <!-- App Content - Content -->
  333.                     ";
  334.         // line 126
  335.         $this->displayBlock('content'$context$blocks);
  336.         // line 127
  337.         echo "
  338.                 </div>
  339.             </div>
  340.         </div>
  341.     </main>
  342.     <!-- Footer -->
  343.     ";
  344.         // line 135
  345.         $this->displayBlock('footer'$context$blocks);
  346.         // line 142
  347.         echo "
  348. ";
  349.         
  350.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  351.         
  352.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  353.     }
  354.     // line 36
  355.     public function block_appHeader($context, array $blocks = [])
  356.     {
  357.         $macros $this->macros;
  358.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  359.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""appHeader"));
  360.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  361.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""appHeader"));
  362.         // line 37
  363.         echo "        ";
  364.         $this->loadTemplate("@KunstmaanAdmin/Default/app_header.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"37)->display($context);
  365.         // line 38
  366.         echo "    ";
  367.         
  368.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  369.         
  370.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  371.     }
  372.     // line 63
  373.     public function block_sidebar($context, array $blocks = [])
  374.     {
  375.         $macros $this->macros;
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  377.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  379.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  380.         // line 64
  381.         echo "                    ";
  382.         $this->loadTemplate("@KunstmaanAdmin/Default/sidebar.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"64)->display($context);
  383.         // line 65
  384.         echo "                    ";
  385.         
  386.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  387.         
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  389.     }
  390.     // line 90
  391.     public function block_breadcrumb($context, array $blocks = [])
  392.     {
  393.         $macros $this->macros;
  394.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  395.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  396.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  397.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  398.         // line 91
  399.         echo "                        ";
  400.         $this->loadTemplate("@KunstmaanAdmin/Default/breadcrumbs.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"91)->display($context);
  401.         // line 92
  402.         echo "                    ";
  403.         
  404.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  405.         
  406.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  407.     }
  408.     // line 96
  409.     public function block_flashmessages($context, array $blocks = [])
  410.     {
  411.         $macros $this->macros;
  412.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  413.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashmessages"));
  414.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  415.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashmessages"));
  416.         // line 97
  417.         echo "                        ";
  418.         $this->loadTemplate("@KunstmaanAdmin/Default/flashmessages.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"97)->display($context);
  419.         // line 98
  420.         echo "                    ";
  421.         
  422.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  423.         
  424.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  425.     }
  426.     // line 102
  427.     public function block_messages($context, array $blocks = [])
  428.     {
  429.         $macros $this->macros;
  430.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  431.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""messages"));
  432.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  433.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""messages"));
  434.         
  435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  436.         
  437.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  438.     }
  439.     // line 106
  440.     public function block_header($context, array $blocks = [])
  441.     {
  442.         $macros $this->macros;
  443.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  444.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  445.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  446.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  447.         // line 107
  448.         echo "                        <header class=\"app__content__header\">
  449.                             <div class=\"row\">
  450.                                 ";
  451.         // line 109
  452.         $this->displayBlock('admin_page_title'$context$blocks);
  453.         // line 118
  454.         echo "
  455.                                 ";
  456.         // line 119
  457.         $this->displayBlock('extra_actions_header'$context$blocks);
  458.         // line 120
  459.         echo "                            </div>
  460.                         </header>
  461.                     ";
  462.         
  463.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  464.         
  465.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  466.     }
  467.     // line 109
  468.     public function block_admin_page_title($context, array $blocks = [])
  469.     {
  470.         $macros $this->macros;
  471.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  472.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""admin_page_title"));
  473.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  474.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""admin_page_title"));
  475.         // line 110
  476.         echo "                                    <div class=\"col-sm-6 col-md-8\">
  477.                                         ";
  478.         // line 111
  479.         if (twig_get_attribute($this->env$this->source, (isset($context["adminmenu"]) || array_key_exists("adminmenu"$context) ? $context["adminmenu"] : (function () { throw new RuntimeError('Variable "adminmenu" does not exist.'111$this->source); })()), "current", [], "any"falsefalsefalse111)) {
  480.             // line 112
  481.             echo "                                            <h1 class=\"app__content__header__title\">
  482.                                                 ";
  483.             // line 113
  484.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["adminmenu"]) || array_key_exists("adminmenu"$context) ? $context["adminmenu"] : (function () { throw new RuntimeError('Variable "adminmenu" does not exist.'113$this->source); })()), "current", [], "any"falsefalsefalse113), "label", [], "any"falsefalsefalse113)), "html"nulltrue);
  485.             echo " ";
  486.             $this->displayBlock('page_header_addition'$context$blocks);
  487.             // line 114
  488.             echo "                                            </h1>
  489.                                         ";
  490.         }
  491.         // line 116
  492.         echo "                                    </div>
  493.                                 ";
  494.         
  495.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  496.         
  497.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  498.     }
  499.     // line 113
  500.     public function block_page_header_addition($context, array $blocks = [])
  501.     {
  502.         $macros $this->macros;
  503.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_header_addition"));
  505.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  506.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_header_addition"));
  507.         
  508.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  509.         
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  511.     }
  512.     // line 119
  513.     public function block_extra_actions_header($context, array $blocks = [])
  514.     {
  515.         $macros $this->macros;
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  517.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_actions_header"));
  518.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  519.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_actions_header"));
  520.         
  521.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  522.         
  523.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  524.     }
  525.     // line 126
  526.     public function block_content($context, array $blocks = [])
  527.     {
  528.         $macros $this->macros;
  529.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  530.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  531.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  532.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  533.         
  534.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  535.         
  536.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  537.     }
  538.     // line 135
  539.     public function block_footer($context, array $blocks = [])
  540.     {
  541.         $macros $this->macros;
  542.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  543.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  544.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  545.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  546.         // line 136
  547.         echo "        <footer role=\"contentinfo\" class=\"app__footer container-fluid\">
  548.             <a target=\"_blank\" rel=\"noopener\" href=\"https://www.kunstmaan.be\" class=\"app__footer__kunstmaan-link pull-right\">
  549.                 <img src=\"/bundles/kunstmaanadmin/default-theme/img/kunstmaan/kunstmaan_dark.svg\" alt=\"Kunstmaan\" />
  550.             </a>
  551.         </footer>
  552.     ";
  553.         
  554.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  555.         
  556.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  557.     }
  558.     // line 145
  559.     public function block_js_footer($context, array $blocks = [])
  560.     {
  561.         $macros $this->macros;
  562.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  563.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_footer"));
  564.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  565.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_footer"));
  566.         // line 146
  567.         echo "        <!-- JS -->
  568.         ";
  569.         // line 147
  570.         $this->loadTemplate("@KunstmaanAdmin/Default/_js_footer.html.twig""KunstmaanAdminBundle:Default:layout.html.twig"147)->display($context);
  571.         // line 148
  572.         echo "    ";
  573.         
  574.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  575.         
  576.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  577.     }
  578.     // line 151
  579.     public function block_extrajavascript($context, array $blocks = [])
  580.     {
  581.         $macros $this->macros;
  582.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  583.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrajavascript"));
  584.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  585.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extrajavascript"));
  586.         
  587.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  588.         
  589.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  590.     }
  591.     public function getTemplateName()
  592.     {
  593.         return "KunstmaanAdminBundle:Default:layout.html.twig";
  594.     }
  595.     public function isTraitable()
  596.     {
  597.         return false;
  598.     }
  599.     public function getDebugInfo()
  600.     {
  601.         return array (  696 => 151,  686 => 148,  684 => 147,  681 => 146,  671 => 145,  656 => 136,  646 => 135,  628 => 126,  610 => 119,  592 => 113,  581 => 116,  577 => 114,  573 => 113,  570 => 112,  568 => 111,  565 => 110,  555 => 109,  543 => 120,  541 => 119,  538 => 118,  536 => 109,  532 => 107,  522 => 106,  504 => 102,  494 => 98,  491 => 97,  481 => 96,  471 => 92,  468 => 91,  458 => 90,  448 => 65,  445 => 64,  435 => 63,  425 => 38,  422 => 37,  412 => 36,  401 => 142,  399 => 135,  389 => 127,  387 => 126,  382 => 123,  380 => 106,  375 => 103,  373 => 102,  368 => 99,  366 => 96,  361 => 93,  359 => 90,  355 => 88,  349 => 84,  329 => 66,  327 => 63,  322 => 60,  320 => 59,  310 => 56,  306 => 54,  303 => 53,  300 => 52,  297 => 51,  294 => 50,  292 => 49,  289 => 48,  286 => 47,  283 => 46,  280 => 45,  277 => 44,  274 => 43,  272 => 42,  267 => 39,  265 => 36,  262 => 35,  252 => 34,  217 => 31,  199 => 21,  180 => 12,  162 => 2,  150 => 152,  148 => 151,  144 => 149,  142 => 145,  139 => 144,  137 => 34,  121 => 31,  117 => 29,  113 => 27,  111 => 26,  108 => 25,  106 => 24,  102 => 22,  100 => 21,  96 => 19,  94 => 18,  90 => 16,  88 => 15,  82 => 12,  72 => 5,  68 => 3,  64 => 2,  62 => 1,);
  602.     }
  603.     public function getSourceContext()
  604.     {
  605.         return new Source("{% set adminmenu = get_admin_menu() %}
  606. {% set extraclasshtml %}{% block extraclasshtml %}{% endblock %}{% endset %}
  607. <!DOCTYPE html>
  608. <html class=\"{{ extraclasshtml }}\" lang=\"en\">
  609. <head>
  610.     <meta charset=\"utf-8\">
  611.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
  612.     <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">
  613.     <meta name=\"robots\" content=\"noindex, nofollow\">
  614.     <title>{% block title %}{{ websitetitle | trans }}{% endblock %}</title>
  615.     <!-- Favicons -->
  616.     {% include \"@KunstmaanAdmin/Default/_favicons.html.twig\" %}
  617.     <!-- Styles -->
  618.     {% include \"@KunstmaanAdmin/Default/_css.html.twig\" %}
  619.     <!-- Extra CSS -->
  620.     {% block extracss %}{% endblock %}
  621.     <!-- JS -->
  622.     {% include \"@KunstmaanAdmin/Default/_js_header.html.twig\" %}
  623.     {% if google_signin_enabled() %}
  624.         <script src=\"https://apis.google.com/js/platform.js\" async defer></script>
  625.     {% endif %}
  626. </head>
  627. <body {% block extraparamsinbody %}{% endblock %} class=\"app {% block extrabodyclasses %}{% endblock %}\" data-file-browse-url=\"{% if nodebundleisactive is defined and nodebundleisactive %}{{ path('KunstmaanNodeBundle_ckselecturl') }}{% endif %}\" data-image-browse-url=\"{% if mediabundleisactive is defined %}{{ path('KunstmaanMediaBundle_chooser', {'type': 'image'}) }}{% endif %}\">
  628. <!-- Body block -->
  629. {% block body %}
  630.     <!-- Header -->
  631.     {% block appHeader %}
  632.         {% include \"@KunstmaanAdmin/Default/app_header.html.twig\" %}
  633.     {% endblock %}
  634.     <!-- Nav settings -->
  635.     {% if lowestTopChild is not defined %}
  636.         {% set lowestTopChild = adminmenu.lowestTopChild %}
  637.         {% if lowestTopChild %}
  638.             {% set navigationChildren = lowestTopChild.navigationChildren %}
  639.         {% endif %}
  640.     {% endif %}
  641.     {% if page is defined %}
  642.         {%  set hideSidebar = hideSidebarInNodeEditAdmin(page) %}
  643.     {%  else  %}
  644.         {%  set hideSidebar = false %}
  645.     {%  endif %}
  646.     <!-- Main Content -->
  647.     <main role=\"main\" id=\"app__main\" class=\"container-fluid app__main{% if not hideSidebar and lowestTopChild and navigationChildren | length > 0 %} app__main--has-sidebar{% else %} app__main--no-sidebar{% endif %}\">
  648.         <div class=\"row\">
  649.             {% if not hideSidebar and lowestTopChild and navigationChildren | length > 0 %}
  650.                 <!-- App Sidebar -->
  651.                 <aside id=\"app__sidebar\" class=\"col-md-3 app__sidebar\">
  652.                     {% block sidebar %}
  653.                     {% include \"@KunstmaanAdmin/Default/sidebar.html.twig\" %}
  654.                     {% endblock %}
  655.                 </aside>
  656.                 <!-- App Content - with sidebar -->
  657.                 <div id=\"app__content\" class=\"col-md-9 col-md-offset-3 col--padded app__content\">
  658.                     <!-- App Sidebar Toggle -->
  659.                     <button type=\"button\" id=\"app__sidebar-toggle\" class=\"btn--reset app__sidebar-toggle\" title=\"toggle sidebar\">
  660.                         <span class=\"app__sidebar-toggle__show-icon\">
  661.                             <i class=\"fa fa-caret-right\"></i>
  662.                             <i class=\"fa fa-list-ul\"></i>
  663.                         </span>
  664.                         <span class=\"app__sidebar-toggle__hide-icon\">
  665.                             <i class=\"fa fa-caret-left\"></i>
  666.                             <i class=\"fa fa-list-ul\"></i>
  667.                         </span>
  668.                     </button>
  669.             {% else %}
  670.                 <!-- App Content - full width -->
  671.                 <div id=\"app__content\" class=\"col-md-12 col--padded app__content\">
  672.             {% endif %}
  673.                     <!-- App Content - Breadcrumbs -->
  674.                     {% block breadcrumb %}
  675.                         {% include \"@KunstmaanAdmin/Default/breadcrumbs.html.twig\" %}
  676.                     {% endblock %}
  677.                     <!-- App Content - Flash Messages -->
  678.                     {% block flashmessages %}
  679.                         {% include \"@KunstmaanAdmin/Default/flashmessages.html.twig\" %}
  680.                     {% endblock %}
  681.                     <!-- App Content - General Messages -->
  682.                     {% block messages %}{% endblock %}
  683.                     <!-- App Content - Header -->
  684.                     {% block header %}
  685.                         <header class=\"app__content__header\">
  686.                             <div class=\"row\">
  687.                                 {% block admin_page_title %}
  688.                                     <div class=\"col-sm-6 col-md-8\">
  689.                                         {% if adminmenu.current %}
  690.                                             <h1 class=\"app__content__header__title\">
  691.                                                 {{ adminmenu.current.label | trans }} {% block page_header_addition %}{% endblock %}
  692.                                             </h1>
  693.                                         {% endif %}
  694.                                     </div>
  695.                                 {% endblock %}
  696.                                 {% block extra_actions_header %}{% endblock %}
  697.                             </div>
  698.                         </header>
  699.                     {% endblock %}
  700.                     <!-- App Content - Content -->
  701.                     {% block content %}{% endblock %}
  702.                 </div>
  703.             </div>
  704.         </div>
  705.     </main>
  706.     <!-- Footer -->
  707.     {% block footer %}
  708.         <footer role=\"contentinfo\" class=\"app__footer container-fluid\">
  709.             <a target=\"_blank\" rel=\"noopener\" href=\"https://www.kunstmaan.be\" class=\"app__footer__kunstmaan-link pull-right\">
  710.                 <img src=\"/bundles/kunstmaanadmin/default-theme/img/kunstmaan/kunstmaan_dark.svg\" alt=\"Kunstmaan\" />
  711.             </a>
  712.         </footer>
  713.     {% endblock %}
  714. {% endblock %}
  715.     {% block js_footer %}
  716.         <!-- JS -->
  717.         {% include \"@KunstmaanAdmin/Default/_js_footer.html.twig\" %}
  718.     {% endblock %}
  719.     <!-- JS - Extra -->
  720.     {% block extrajavascript %}{% endblock %}
  721. </body>
  722. </html>
  723. ""KunstmaanAdminBundle:Default:layout.html.twig""/var/www/gcs/html/dev/vendor/kunstmaan/admin-bundle/Resources/views/Default/layout.html.twig");
  724.     }
  725. }