<?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;
/* filter/annuaire_filter.html.twig */
class __TwigTemplate_6caf19a9778fd4512d1abaf68f06cc87ad3b04bd6176b20e55d15a603b87054d extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "filter/annuaire_filter.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "filter/annuaire_filter.html.twig"));
// line 1
yield "<button id=\"filter\" class=\"bgblue cwhite shadow-button dflex jcsa br6 fs14 fw400 lh20\"><img src=\"/resources/img/filter-icon.svg\" alt=\"\" loading=\"lazy\" width=\"14\" height=\"16\">
\tFiltrer</button>
<div id=\"filters-container\" class=\"filters-container cblack mb-2em\">
\t";
// line 4
yield from $this->loadTemplate("filter/blocks/filter-toggle-button.html.twig", "filter/annuaire_filter.html.twig", 4)->unwrap()->yield($context);
// line 5
yield "\t<ul id=\"filters-custom\">
\t\t";
// line 6
yield from $this->loadTemplate("filter/sub-filters/thematiques.html.twig", "filter/annuaire_filter.html.twig", 6)->unwrap()->yield($context);
// line 7
yield "\t\t";
yield from $this->loadTemplate("filter/sub-filters/territoire-contractualisation.html.twig", "filter/annuaire_filter.html.twig", 7)->unwrap()->yield($context);
// line 8
yield "\t\t";
yield from $this->loadTemplate("filter/sub-filters/departement-userlist.html.twig", "filter/annuaire_filter.html.twig", 8)->unwrap()->yield($context);
// line 9
yield "\t\t";
yield from $this->loadTemplate("filter/sub-filters/type-acteur.html.twig", "filter/annuaire_filter.html.twig", 9)->unwrap()->yield($context);
// line 10
yield "\t</ul>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "filter/annuaire_filter.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 65 => 10, 62 => 9, 59 => 8, 56 => 7, 54 => 6, 51 => 5, 49 => 4, 44 => 1,);
}
public function getSourceContext()
{
return new Source("<button id=\"filter\" class=\"bgblue cwhite shadow-button dflex jcsa br6 fs14 fw400 lh20\"><img src=\"/resources/img/filter-icon.svg\" alt=\"\" loading=\"lazy\" width=\"14\" height=\"16\">
\tFiltrer</button>
<div id=\"filters-container\" class=\"filters-container cblack mb-2em\">
\t{% include \"filter/blocks/filter-toggle-button.html.twig\" %}
\t<ul id=\"filters-custom\">
\t\t{% include \"filter/sub-filters/thematiques.html.twig\" %}
\t\t{% include \"filter/sub-filters/territoire-contractualisation.html.twig\" %}
\t\t{% include \"filter/sub-filters/departement-userlist.html.twig\" %}
\t\t{% include \"filter/sub-filters/type-acteur.html.twig\" %}
\t</ul>
</div>
", "filter/annuaire_filter.html.twig", "/var/www/html/templates/filter/annuaire_filter.html.twig");
}
}