<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;

/* OroFilterBundle:Filter:header.html.twig */
class __TwigTemplate_b1df112c9a063d7ad466f70614f6bc937b443591eae380aca76fb5fa4c782556 extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
            'oro_filter_header_javascript' => [$this, 'block_oro_filter_header_javascript'],
            'oro_filter_header_stylesheet' => [$this, 'block_oro_filter_header_stylesheet'],
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        $this->displayBlock('oro_filter_header_javascript', $context, $blocks);
        // line 4
        echo "
";
        // line 5
        $this->displayBlock('oro_filter_header_stylesheet', $context, $blocks);
    }

    // line 1
    public function block_oro_filter_header_javascript($context, array $blocks = [])
    {
        // line 2
        echo "    ";
        $this->loadTemplate("OroFilterBundle:Header:javascript.html.twig", "OroFilterBundle:Filter:header.html.twig", 2)->display($context);
    }

    // line 5
    public function block_oro_filter_header_stylesheet($context, array $blocks = [])
    {
        // line 6
        echo "    ";
        $this->loadTemplate("OroFilterBundle:Header:stylesheet.html.twig", "OroFilterBundle:Filter:header.html.twig", 6)->display($context);
    }

    public function getTemplateName()
    {
        return "OroFilterBundle:Filter:header.html.twig";
    }

    public function getDebugInfo()
    {
        return array (  52 => 6,  49 => 5,  44 => 2,  41 => 1,  37 => 5,  34 => 4,  32 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "OroFilterBundle:Filter:header.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Oro/Bundle/FilterBundle/Resources/views/Filter/header.html.twig");
    }
}
