<?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;

/* frontend/commune.html.twig */
class __TwigTemplate_d91cdf2b6dec3c13c8080ceeb11e9e62 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->blocks = [
            'css' => [$this, 'block_css'],
            'content' => [$this, 'block_content'],
            'js' => [$this, 'block_js'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 1
        return "frontend/layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("frontend/layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_css(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 4
        yield "    <link href=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/select2.min.css"), "html", null, true);
        yield "\" rel=\"stylesheet\">
";
        yield from [];
    }

    // line 7
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 8
        yield "\t<div class=\"container single-template\">
\t\t<div class=\"page-header\">
\t\t\t<div style=\"margin-bottom: 20px;\">
\t\t\t\t<select class=\"form-control select2\" onChange=\"changeCommune(this)\" style=\"margin-bottom: 30px;\">
\t\t\t\t\t\t";
        // line 12
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["communes"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
            yield " 
\t\t\t\t\t\t\t<option value=";
            // line 13
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["c"], "id", [], "any", false, false, false, 13), "html", null, true);
            yield " ";
            yield (((CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "id", [], "any", false, false, false, 13) == CoreExtension::getAttribute($this->env, $this->source, $context["c"], "id", [], "any", false, false, false, 13))) ? ("selected") : (""));
            yield "> ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["c"], "name", [], "any", false, false, false, 13), "html", null, true);
            yield " </option>
\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['c'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 15
        yield "\t\t\t\t</select>
\t\t\t</div>

\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\t\tCommune
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:
\t\t\t\t\t\t";
        // line 23
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "name", [], "any", false, false, false, 23), "html", null, true);
        yield "
\t\t\t\t\t</h1>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t<a href=\"";
        // line 27
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("download_commune", ["id" => CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "id", [], "any", false, false, false, 27)]), "html", null, true);
        yield "\">
\t\t\t\t\t\t<span style=\"background: #009b !important; font-size: 16px; padding: 10px 10px 10px 10px; color: #fff; border: 0; text-align: center; width: 250px; float: right;\">
\t\t\t\t\t\t\tTélécharger les données
\t\t\t\t\t\t</span>
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>

\t\t<div class=\"container row\" style=\"max-width: 100%;\">

\t\t\t<!-- <div class=\"col-lg-4 entries\">
\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t<h2>Indicateurs renseignables
\t\t\t\t\t</h2>
\t\t\t\t\t<ul style=\"list-style-type: none;\">
\t\t\t\t\t\t";
        // line 43
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["indicators"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["indicateur"]) {
            // line 44
            yield "\t\t\t\t\t\t\t<li style=\"padding: 3px 0 2px 0;\">
\t\t\t\t\t\t\t\t<font size=\"-1\">
\t\t\t\t\t\t\t\t\t<a href=\"\">
\t\t\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
            // line 48
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
            yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t";
            // line 50
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "code", [], "any", false, false, false, 50), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t";
            // line 52
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "name", [], "any", false, false, false, 52), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</font>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['indicateur'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 57
        yield "\t\t\t\t\t</ul>

\t\t\t\t</div>
\t\t\t</div>-->

\t\t\t<div class=\"col-lg-12\">
\t\t\t\t";
        // line 63
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "description", [], "any", false, false, false, 63), "html", null, true);
        yield "
\t\t\t\t<div class=\"template-details\" style=\"margin-top: 30px; margin-bottom : 30px;\">
\t\t\t\t\t<h2>Les cibles spatialisées par la commune</h2>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t<section id=\"faq\" class=\"faq\">
\t\t\t\t\t<div class=\"container aos-init aos-animate\" data-aos=\"fade-up\">

\t\t\t\t\t\t<ul class=\"faq-list accordion aos-init aos-animate\" data-aos=\"fade-up\">
\t\t\t\t\t\t";
        // line 72
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["odds"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["odd"]) {
            // line 73
            yield "\t\t\t\t\t\t\t";
            if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getCibleCommuneByOdd", [($context["commune"] ?? null), $context["odd"]], "method", false, false, false, 73)) > 0)) {
                // line 74
                yield "\t\t\t\t\t\t<li>

\t\t\t\t\t\t\t<a data-bs-toggle=\"collapse\" data-bs-target=\"#faq";
                // line 76
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "id", [], "any", false, false, false, 76), "html", null, true);
                yield "\" class=\"collapsed\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t\t\t<h2>
\t\t\t\t\t\t\t\t\t\tODD ";
                // line 79
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 79), "html", null, true);
                yield " : ";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "name", [], "any", false, false, false, 79), "html", null, true);
                yield "
\t\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t
\t\t\t\t\t\t\t<div id=\"faq";
                // line 84
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "id", [], "any", false, false, false, 84), "html", null, true);
                yield "\" class=\"collapse show\" data-bs-parent=\".faq-list\">
\t\t\t\t\t\t\t<ul style=\"list-style-type: none;\">
\t\t\t\t\t\t\t";
                // line 86
                $context['_parent'] = $context;
                $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getCibleCommuneByOdd", [($context["commune"] ?? null), $context["odd"]], "method", false, false, false, 86));
                foreach ($context['_seq'] as $context["_key"] => $context["cible"]) {
                    // line 87
                    yield "\t\t\t\t\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px; color: #023b6d;\">
\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
                    // line 89
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
                    yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t\tCible ";
                    // line 91
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "code", [], "any", false, false, false, 91), "html", null, true);
                    yield "
\t\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t\t";
                    // line 93
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "description", [], "any", false, false, false, 93), "html", null, true);
                    yield "


\t\t\t\t\t\t\t\t\t\t\t\t";
                    // line 96
                    if (((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateurDesagregeCommuneByCible", [$context["cible"]], "method", false, false, false, 96)) > 0) || (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateursRenseignablesByCible", [$context["cible"]], "method", false, false, false, 96)) > 0))) {
                        // line 97
                        yield "\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"margin:10px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<table id=\"suiviIndicateurTable\" class=\"table table-striped\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<thead>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row mt-2 mb-2\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-7\">Indicateur</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        // line 103
                        $context['_parent'] = $context;
                        $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                        foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                            // line 104
                            yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-1 float-left text-center\">";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($context["year"] ?? null) - $context["i"]), "html", null, true);
                            yield "</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                        $context = array_intersect_key($context, $_parent) + $_parent;
                        // line 106
                        yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</th>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</thead>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        // line 109
                        $context['_parent'] = $context;
                        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateurDesagregeCommuneByCible", [$context["cible"]], "method", false, false, false, 109));
                        foreach ($context['_seq'] as $context["_key"] => $context["indicateur"]) {
                            // line 110
                            yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row mt-2 mb-2\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-7\">";
                            // line 113
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "code", [], "any", false, false, false, 113), "html", null, true);
                            yield " : ";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "name", [], "any", false, false, false, 113), "html", null, true);
                            yield "</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                            // line 114
                            $context['_parent'] = $context;
                            $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                                // line 115
                                yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-1 float-left text-center\">";
                                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getValeurIndicateur", [(($context["year"] ?? null) - $context["i"]), $context["indicateur"], 3, CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "id", [], "any", false, false, false, 115)], "method", false, false, false, 115), "html", null, true);
                                yield "</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                            }
                            $_parent = $context['_parent'];
                            unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                            $context = array_intersect_key($context, $_parent) + $_parent;
                            // line 117
                            yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'], $context['_key'], $context['indicateur'], $context['_parent']);
                        $context = array_intersect_key($context, $_parent) + $_parent;
                        // line 121
                        yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        $context['_parent'] = $context;
                        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateursRenseignablesByCible", [$context["cible"]], "method", false, false, false, 121));
                        foreach ($context['_seq'] as $context["_key"] => $context["indicateur"]) {
                            // line 122
                            yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row mt-2 mb-2\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-7\">";
                            // line 125
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "code", [], "any", false, false, false, 125), "html", null, true);
                            yield " : ";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "name", [], "any", false, false, false, 125), "html", null, true);
                            yield "</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                            // line 126
                            $context['_parent'] = $context;
                            $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                                // line 127
                                yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-1 float-left text-center\">";
                                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndiceCommune", [($context["commune"] ?? null), $context["indicateur"], (($context["year"] ?? null) - $context["i"])], "method", false, false, false, 127), "html", null, true);
                                yield "</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
                            }
                            $_parent = $context['_parent'];
                            unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                            $context = array_intersect_key($context, $_parent) + $_parent;
                            // line 129
                            yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'], $context['_key'], $context['indicateur'], $context['_parent']);
                        $context = array_intersect_key($context, $_parent) + $_parent;
                        // line 133
                        yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t";
                    }
                    // line 136
                    yield "\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_key'], $context['cible'], $context['_parent']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 138
                yield "\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
            }
            // line 142
            yield "\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['odd'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 143
        yield "\t\t\t\t\t\t</ul>

\t\t\t\t\t</div>
\t\t\t\t\t</section>

\t\t\t

\t\t</div>

\t\t<div class=\"page-header\">
\t\t\t<h1 class=\"page-title\" style=\"margin-top:40px;\">
\t\t\t\tValeur des indicateurs renseignables par la commune
\t\t\t</h1>
\t\t</div>

\t\t<div class=\"row gx-md-5 gy-3\">
\t\t\t<div class=\"col-lg-12\">
\t\t\t\t<a href=\"";
        // line 160
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("download_commune", ["id" => CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "id", [], "any", false, false, false, 160)]), "html", null, true);
        yield "\">
\t\t\t\t\t<span style=\"background: #009b !important; font-size: 16px; padding: 10px 10px 10px 10px; color: #fff; border: 0; text-align: center; width: 250px; float: right;\">
\t\t\t\t\t\t\tTélécharger
\t\t\t\t\t\t</span>
\t\t\t\t</a>

\t\t\t\t<div id=\"download-template\" class=\"pt-4\">
\t\t\t\t\t<div class=\"row gx-1 download-template\">
\t\t\t\t\t\t<div class=\"col-xl-12 licenses\">
\t\t\t\t\t\t\t<div class=\"row gx-1\">
\t\t\t\t\t\t\t\t<div class=\"col-lg-1\">
\t\t\t\t\t\t\t\t\t<div class=\"title\" style=\"border-bottom: 0px; height: 55px;\">
\t\t\t\t\t\t\t\t\t\t<h2>Code</h2>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t\t\t<div class=\"title\" style=\"border-bottom: 0px; height: 55px;\">
\t\t\t\t\t\t\t\t\t\t<h2>Indicateur</h2>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
        // line 180
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
        foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
            // line 181
            yield "\t\t\t\t\t\t\t\t<div class=\"col-lg-1\">
\t\t\t\t\t\t\t\t\t<div class=\"title\" style=\"border-bottom: 0px; height: 55px;\">
\t\t\t\t\t\t\t\t\t\t<h2>";
            // line 183
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($context["year"] ?? null) - $context["i"]), "html", null, true);
            yield "</h2>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 187
        yield "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
        // line 188
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["indicators"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["indicateur"]) {
            // line 189
            yield "\t\t\t\t\t\t\t\t<div class=\"row gx-1\">
\t\t\t\t\t\t\t\t\t<div class=\"col-lg-1 d-none d-xl-block features-list\" style=\"margin-top: 0px;\">
\t\t\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-top: 15px;\">";
            // line 193
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "code", [], "any", false, false, false, 193), "html", null, true);
            yield "</span>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-lg-6 d-none d-xl-block features-list\" style=\"margin-top: 0px;\">
\t\t\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-top: 15px;\">";
            // line 200
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicateur"], "name", [], "any", false, false, false, 200), "html", null, true);
            yield "</span>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
            // line 204
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                // line 205
                yield "\t\t\t\t\t\t\t\t\t<div class=\"col-lg-1 d-none d-xl-block features-list\" style=\"margin-top: 0px;\">
\t\t\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-top: 15px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
                // line 209
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndiceCommune", [($context["commune"] ?? null), $context["indicateur"], CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getYear", [(($context["year"] ?? null) - $context["i"])], "method", false, false, false, 209)], "method", false, false, false, 209), "html", null, true);
                yield "
\t\t\t\t\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 215
            yield "\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['indicateur'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 217
        yield "\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>

\t\t\t</div>

\t\t</div>

\t\t<div class=\"page-header\">
\t\t\t<h1 class=\"page-title\" style=\"margin-top:40px;\">
\t\t\t\tLes normes d'actions de la commune
\t\t\t</h1>
\t\t</div>


\t\t<div id=\"faqNorme\" class=\"collapse show\" data-bs-parent=\".faq-list\">
\t\t\t\t\t\t\t<ul style=\"list-style-type: none;\">
\t\t\t\t\t\t\t";
        // line 234
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "normeActionCommunes", [], "any", false, false, false, 234));
        foreach ($context['_seq'] as $context["_key"] => $context["norme"]) {
            // line 235
            yield "\t\t\t\t\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px; color: #023b6d;\">
\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
            // line 237
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
            yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t\tNorme ";
            // line 239
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["norme"], "code", [], "any", false, false, false, 239), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t\t";
            // line 241
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["norme"], "name", [], "any", false, false, false, 241), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['norme'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 244
        yield "\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</div>


\t</div>
";
        yield from [];
    }

    // line 251
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_js(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 252
        yield "    <script src=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/jquery/jquery.min.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 253
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/select2.min.js"), "html", null, true);
        yield "\"></script>
<script>
\$(document).ready(function() {
    \$('.select2').select2();
});

function changeCommune(val){
    let route =  \"";
        // line 260
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("commune", ["id" => "commune_"]), "js"), "html", null, true);
        yield "\";
    route = route.replace('commune_', val.value);
    window.location = route;
}
</script>

";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "frontend/commune.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  566 => 260,  556 => 253,  551 => 252,  544 => 251,  534 => 244,  525 => 241,  520 => 239,  515 => 237,  511 => 235,  507 => 234,  488 => 217,  481 => 215,  469 => 209,  463 => 205,  459 => 204,  452 => 200,  442 => 193,  436 => 189,  432 => 188,  429 => 187,  419 => 183,  415 => 181,  411 => 180,  388 => 160,  369 => 143,  363 => 142,  357 => 138,  350 => 136,  345 => 133,  336 => 129,  327 => 127,  323 => 126,  317 => 125,  312 => 122,  307 => 121,  298 => 117,  289 => 115,  285 => 114,  279 => 113,  274 => 110,  270 => 109,  265 => 106,  256 => 104,  252 => 103,  244 => 97,  242 => 96,  236 => 93,  231 => 91,  226 => 89,  222 => 87,  218 => 86,  213 => 84,  203 => 79,  197 => 76,  193 => 74,  190 => 73,  186 => 72,  174 => 63,  166 => 57,  155 => 52,  150 => 50,  145 => 48,  139 => 44,  135 => 43,  116 => 27,  109 => 23,  99 => 15,  87 => 13,  81 => 12,  75 => 8,  68 => 7,  60 => 4,  53 => 3,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "frontend/commune.html.twig", "/var/www/html/templates/frontend/commune.html.twig");
    }
}
