<?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_e3979a2bbc86a9c55c45ec2be3691e7b 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/commune.html.twig"));

        $this->parent = $this->load("frontend/layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_css(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));

        // 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\">
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 7
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));

        // 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((isset($context["communes"]) || array_key_exists("communes", $context) ? $context["communes"] : (function () { throw new RuntimeError('Variable "communes" does not exist.', 12, $this->source); })()));
        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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 13, $this->source); })()), "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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 23, $this->source); })()), "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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 27, $this->source); })()), "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((isset($context["indicators"]) || array_key_exists("indicators", $context) ? $context["indicators"] : (function () { throw new RuntimeError('Variable "indicators" does not exist.', 43, $this->source); })()));
        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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 63, $this->source); })()), "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((isset($context["odds"]) || array_key_exists("odds", $context) ? $context["odds"] : (function () { throw new RuntimeError('Variable "odds" does not exist.', 72, $this->source); })()));
        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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 73, $this->source); })()), "getCibleCommuneByOdd", [(isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 73, $this->source); })()), $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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 86, $this->source); })()), "getCibleCommuneByOdd", [(isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 86, $this->source); })()), $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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 96, $this->source); })()), "getIndicateurDesagregeCommuneByCible", [$context["cible"]], "method", false, false, false, 96)) > 0) || (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 96, $this->source); })()), "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(((isset($context["year"]) || array_key_exists("year", $context) ? $context["year"] : (function () { throw new RuntimeError('Variable "year" does not exist.', 104, $this->source); })()) - $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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 109, $this->source); })()), "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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 115, $this->source); })()), "getValeurIndicateur", [((isset($context["year"]) || array_key_exists("year", $context) ? $context["year"] : (function () { throw new RuntimeError('Variable "year" does not exist.', 115, $this->source); })()) - $context["i"]), $context["indicateur"], 3, CoreExtension::getAttribute($this->env, $this->source, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 115, $this->source); })()), "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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 121, $this->source); })()), "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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 127, $this->source); })()), "getIndiceCommune", [(isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 127, $this->source); })()), $context["indicateur"], ((isset($context["year"]) || array_key_exists("year", $context) ? $context["year"] : (function () { throw new RuntimeError('Variable "year" does not exist.', 127, $this->source); })()) - $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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 160, $this->source); })()), "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(((isset($context["year"]) || array_key_exists("year", $context) ? $context["year"] : (function () { throw new RuntimeError('Variable "year" does not exist.', 183, $this->source); })()) - $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((isset($context["indicators"]) || array_key_exists("indicators", $context) ? $context["indicators"] : (function () { throw new RuntimeError('Variable "indicators" does not exist.', 188, $this->source); })()));
        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, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 209, $this->source); })()), "getIndiceCommune", [(isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 209, $this->source); })()), $context["indicateur"], CoreExtension::getAttribute($this->env, $this->source, (isset($context["settingsManager"]) || array_key_exists("settingsManager", $context) ? $context["settingsManager"] : (function () { throw new RuntimeError('Variable "settingsManager" does not exist.', 209, $this->source); })()), "getYear", [((isset($context["year"]) || array_key_exists("year", $context) ? $context["year"] : (function () { throw new RuntimeError('Variable "year" does not exist.', 209, $this->source); })()) - $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, (isset($context["commune"]) || array_key_exists("commune", $context) ? $context["commune"] : (function () { throw new RuntimeError('Variable "commune" does not exist.', 234, $this->source); })()), "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>
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 251
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_js(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));

        // 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>

";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  587 => 260,  577 => 253,  572 => 252,  562 => 251,  549 => 244,  540 => 241,  535 => 239,  530 => 237,  526 => 235,  522 => 234,  503 => 217,  496 => 215,  484 => 209,  478 => 205,  474 => 204,  467 => 200,  457 => 193,  451 => 189,  447 => 188,  444 => 187,  434 => 183,  430 => 181,  426 => 180,  403 => 160,  384 => 143,  378 => 142,  372 => 138,  365 => 136,  360 => 133,  351 => 129,  342 => 127,  338 => 126,  332 => 125,  327 => 122,  322 => 121,  313 => 117,  304 => 115,  300 => 114,  294 => 113,  289 => 110,  285 => 109,  280 => 106,  271 => 104,  267 => 103,  259 => 97,  257 => 96,  251 => 93,  246 => 91,  241 => 89,  237 => 87,  233 => 86,  228 => 84,  218 => 79,  212 => 76,  208 => 74,  205 => 73,  201 => 72,  189 => 63,  181 => 57,  170 => 52,  165 => 50,  160 => 48,  154 => 44,  150 => 43,  131 => 27,  124 => 23,  114 => 15,  102 => 13,  96 => 12,  90 => 8,  80 => 7,  69 => 4,  59 => 3,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends 'frontend/layout.html.twig' %}

{% block css %}
    <link href=\"{{ asset('assets/css/select2.min.css') }}\" rel=\"stylesheet\">
{% endblock %}

{% block content %}
\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{% for c in communes %} 
\t\t\t\t\t\t\t<option value={{c.id}} {{commune.id==c.id ? 'selected' : ''}}> {{c.name}} </option>
\t\t\t\t\t\t{% endfor %}
\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{{ commune.name }}
\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=\"{{ path('download_commune', { 'id': commune.id }) }}\">
\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{% for indicateur in indicators %}
\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=\"{{asset('frontend/icons/icons-3.7.svg')}}#chevron-right\"></use>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t{{ indicateur.code }}
\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t{{ indicateur.name }}
\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{% endfor %}
\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{{commune.description}}
\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{% for odd in odds %}
\t\t\t\t\t\t\t{% if settingsManager.getCibleCommuneByOdd(commune, odd) | length  > 0 %}
\t\t\t\t\t\t<li>

\t\t\t\t\t\t\t<a data-bs-toggle=\"collapse\" data-bs-target=\"#faq{{odd.id}}\" 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 {{odd.code}} : {{odd.name}}
\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{{odd.id}}\" 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{% for cible in settingsManager.getCibleCommuneByOdd(commune, odd) %}
\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=\"{{asset('frontend/icons/icons-3.7.svg')}}#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 {{ cible.code }}
\t\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t\t{{ cible.description }}


\t\t\t\t\t\t\t\t\t\t\t\t{% if settingsManager.getIndicateurDesagregeCommuneByCible(cible) | length > 0  or settingsManager.getIndicateursRenseignablesByCible(cible) | length > 0  %}
\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{% for i in 4..0 %}
\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\">{{ year - i }}</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\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{% for indicateur in settingsManager.getIndicateurDesagregeCommuneByCible(cible) %}
\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\">{{ indicateur.code }} : {{indicateur.name}}</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for i in 4..0 %}
\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\">{{ settingsManager.getValeurIndicateur(year - i, indicateur, 3,commune.id ) }}</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\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{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% for indicateur in settingsManager.getIndicateursRenseignablesByCible(cible) %}
\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\">{{ indicateur.code }} : {{indicateur.name}}</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for i in 4..0 %}
\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\">{{ settingsManager.getIndiceCommune(commune, indicateur, year - i) }}</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\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{% endfor %}
\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{% endif %}
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t{% endfor %}
\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{% endif %}
\t\t\t\t\t\t{% endfor %}
\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=\"{{ path('download_commune', { 'id': commune.id }) }}\">
\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{% for i in 4..0 %}
\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>{{year - i}}</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{% endfor %}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% for indicateur in indicators %}
\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;\">{{indicateur.code}}</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;\">{{indicateur.name}}</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{% for i in 4..0 %}
\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{{settingsManager.getIndiceCommune(commune, indicateur, settingsManager.getYear(year - i))}}
\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{% endfor  %}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endfor %}
\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{% for norme in commune.normeActionCommunes %}
\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=\"{{asset('frontend/icons/icons-3.7.svg')}}#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 {{ norme.code }}
\t\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t\t{{ norme.name }}
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</div>


\t</div>
{% endblock %}

{% block js %}
    <script src=\"{{ asset('plugins/jquery/jquery.min.js') }}\"></script>
    <script src=\"{{ asset('assets/js/select2.min.js') }}\"></script>
<script>
\$(document).ready(function() {
    \$('.select2').select2();
});

function changeCommune(val){
    let route =  \"{{ path('commune', {id: 'commune_'})|escape('js') }}\";
    route = route.replace('commune_', val.value);
    window.location = route;
}
</script>

{% endblock %}
", "frontend/commune.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/frontend/commune.html.twig");
    }
}
