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

/* communes/chargement_indicators.html.twig */
class __TwigTemplate_8edfccd4b507405b63b4f9dcefa89656 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 = [
            'page_title' => [$this, 'block_page_title'],
            'page_content' => [$this, 'block_page_content'],
        ];
    }

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

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/communeodd-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_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("chargement.indicators.title", [], "messages");
        yield from [];
    }

    // line 6
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 7
        yield "
        ";
        // line 8
        if ((($tmp = ($context["year"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 9
            yield "        <div class=\"alert alert-info alert-dismissible fade show\" role=\"alert\">
            Vous travaillez sur l'année ";
            // line 10
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 10), "get", ["_year"], "method", false, false, false, 10), "html", null, true);
            yield ". Rassurez-vous que cette année est correcte.
        </div>
      ";
            // line 12
            yield from $this->load("communes/chargement_indicators.html.twig", 12, "1554629831")->unwrap()->yield($context);
            // line 43
            yield "
        
        <div class=\"content-header\">
                <div class=\"container-fluid\">
                    <div class=\"row mb-2\">
                        <div class=\"col-sm-12\">
                            <h1 class=\"m-0 text-dark\">
                                Valeur des indicateurs en  ";
            // line 50
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 50), "get", ["_year"], "method", false, false, false, 50), "html", null, true);
            yield " (Cliquez sur une cible pour plus de détail)
                            </h1>
                        </div>
                    </div>
                </div>
        </div>

        <section class=\"content\">

            <div class=\"accordion\" id=\"accordionExample\">
                ";
            // line 60
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["odds"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["odd"]) {
                // line 61
                yield "\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, 61)) > 0)) {
                    // line 62
                    yield "\t\t\t\t\t\t";
                    $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, 62));
                    foreach ($context['_seq'] as $context["_key"] => $context["cible"]) {
                        // line 63
                        yield "                            <div class=\"card\">
                                <div class=\"card-header\" id=\"heading";
                        // line 64
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 64), "html", null, true);
                        yield "\">
                                    <h2 class=\"mb-0\">
                                        <button class=\"btn btn-block text-left collapsed\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse";
                        // line 66
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 66), "html", null, true);
                        yield "\" aria-expanded=\"false\" aria-controls=\"collapse";
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 66), "html", null, true);
                        yield "\">
                                            <strong>Cible ";
                        // line 67
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "code", [], "any", false, false, false, 67), "html", null, true);
                        yield " </strong>: ";
                        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "description", [], "any", false, false, false, 67), "html", null, true);
                        yield " 
                                        </button>
                                    </h2>
                                </div>
                                ";
                        // line 71
                        if (((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateurDesagregeCommuneByCible", [$context["cible"]], "method", false, false, false, 71)) > 0) || (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateursRenseignablesByCible", [$context["cible"]], "method", false, false, false, 71)) > 0))) {
                            // line 72
                            yield "                                    <div id=\"collapse";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 72), "html", null, true);
                            yield "\" class=\"collapse\" aria-labelledby=\"heading";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 72), "html", null, true);
                            yield "\" data-parent=\"#accordionExample\">
                                        <div class=\"card-body\">
                                    
                                            <table id=\"suiviIndicateurTable\" class=\"table table-striped\">
                                                <thead>
                                                    <th>
                                                        <div class=\"row mt-2 mb-2\">
                                                            <div class=\"col-7\">Indicateur</div>
                                                                ";
                            // line 80
                            $context['_parent'] = $context;
                            $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                                // line 81
                                yield "                                                                <div class=\"col-1 float-left text-center\">";
                                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 81) - $context["i"]), "html", null, true);
                                yield "</div>
                                                                ";
                            }
                            $_parent = $context['_parent'];
                            unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                            $context = array_intersect_key($context, $_parent) + $_parent;
                            // line 83
                            yield "                                                        </div>
                                                    </th>
                                                </thead>

                                                ";
                            // line 87
                            $context['_parent'] = $context;
                            $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateurDesagregeCommuneByCible", [$context["cible"]], "method", false, false, false, 87));
                            foreach ($context['_seq'] as $context["_key"] => $context["indicator"]) {
                                // line 88
                                yield "                                                <tr>
                                                    <td>
                                                        <div class=\"row mt-2 mb-2\">
                                                            <div class=\"col-7\">* ";
                                // line 91
                                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["indicator"], "html", null, true);
                                yield "</div>
                                                                ";
                                // line 92
                                $context['_parent'] = $context;
                                $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                                foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                                    // line 93
                                    yield "                                                                <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", [(CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 93) - $context["i"]), $context["indicator"], 3, CoreExtension::getAttribute($this->env, $this->source, ($context["commune"] ?? null), "id", [], "any", false, false, false, 93)], "method", false, false, false, 93), "html", null, true);
                                    yield "</div>
                                                                ";
                                }
                                $_parent = $context['_parent'];
                                unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                                $context = array_intersect_key($context, $_parent) + $_parent;
                                // line 95
                                yield "                                                        </div>
                                                    </td>
                                                </tr>
                                                ";
                            }
                            $_parent = $context['_parent'];
                            unset($context['_seq'], $context['_key'], $context['indicator'], $context['_parent']);
                            $context = array_intersect_key($context, $_parent) + $_parent;
                            // line 99
                            yield "
                                                ";
                            // line 100
                            $context['_parent'] = $context;
                            $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getIndicateursRenseignablesByCible", [$context["cible"]], "method", false, false, false, 100));
                            foreach ($context['_seq'] as $context["_key"] => $context["indicator"]) {
                                // line 101
                                yield "                                                <tr>
                                                    <td>
                                                        <div class=\"row mt-2 mb-2\">
                                                            <div class=\"col-7\">** ";
                                // line 104
                                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["indicator"], "html", null, true);
                                yield "</div>
                                                                ";
                                // line 105
                                $context['_parent'] = $context;
                                $context['_seq'] = CoreExtension::ensureTraversable(range(4, 0));
                                foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                                    // line 106
                                    yield "                                                                <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["indicator"], CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getYear", [(CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 106) - $context["i"])], "method", false, false, false, 106)], "method", false, false, false, 106), "html", null, true);
                                    yield "</div>
                                                                ";
                                }
                                $_parent = $context['_parent'];
                                unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
                                $context = array_intersect_key($context, $_parent) + $_parent;
                                // line 108
                                yield "                                                        </div>
                                                    </td>
                                                </tr>
                                                ";
                            }
                            $_parent = $context['_parent'];
                            unset($context['_seq'], $context['_key'], $context['indicator'], $context['_parent']);
                            $context = array_intersect_key($context, $_parent) + $_parent;
                            // line 112
                            yield "                                                </table>

                                                <div style=\"margin-top : 10px;\">
                                                    <p style=\"margin-bottom: -10px;\">* Indicateurs ODD</p>
                                                    <p>** Indicateurs renseignables par les communes</p>
                                                </div>
                                        </div>
                                    </div>
                                
                                ";
                        } else {
                            // line 122
                            yield "
                                    <div id=\"collapse";
                            // line 123
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 123), "html", null, true);
                            yield "\" class=\"collapse\" aria-labelledby=\"heading";
                            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["cible"], "id", [], "any", false, false, false, 123), "html", null, true);
                            yield "\" data-parent=\"#accordionExample\">
                                        <div class=\"card-body\">
                                            <strong>Il n'existe aucun indicateur (ni renseignale, ni désagrégeable par commune) pour cette cible. </strong>
                                        </div>
                                    </div>

                                ";
                        }
                        // line 130
                        yield "                            </div>
                        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_key'], $context['cible'], $context['_parent']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 132
                    yield "                    ";
                }
                // line 133
                yield "                ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_key'], $context['odd'], $context['_parent']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 134
            yield "            </div>
              
                ";
            // line 136
            if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                // line 137
                yield "                <div class=\"text-right\">
                    <button type=\"button\" class=\"mb-2 mr-2 btn-shadow  btn btn-danger text-right\" data-toggle=\"modal\" data-target=\"#valideModal\">
                        <i class=\"fa fa-check\"></i> ";
                // line 139
                yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_FOCAL")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("Soumettre") : ("Valider"));
                yield "
                    </button>
                </div>
                ";
            }
            // line 143
            yield "        </section>

        <!-- Import Modal -->
        <div class=\"modal fade\" id=\"importModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">
            <div class=\"modal-dialog modal-lg\">
                <div class=\"modal-content\">
                    <div class=\"modal-header\">
                        <h5 class=\"modal-title h4\" id=\"myLargeModalLabel\">Importation des indicateurs de ";
            // line 150
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 150), "get", ["_year"], "method", false, false, false, 150), "html", null, true);
            yield "</h5>
                        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
                        <span aria-hidden=\"true\">&times;</span>
                        </button>
                    </div>
                    <form action=\"";
            // line 155
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_import");
            yield "\" method=\"POST\" role=\"form\" accept-charset=\"UTF-8\" enctype=\"multipart/form-data\">
                    <div class=\"modal-body\">
                            <div class=\"form-group\">
                                <label for=\"recipient-name\" class=\"col-form-label\">Fichier Excel</label>
                                <input type=\"file\" class=\"form-control\" name=\"fichier\" required=\"required\" value=\"Importer\" accept=\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel\"/> 
                            </div>
                    </div>
                    <div class=\"modal-footer\">
                        <button type=\"button\" class=\"btn btn-primary\" data-dismiss=\"modal\">Annuler</button>
                        <button type=\"submit\" class=\"btn btn-success\">Importer</button>
                    </div>
                    </form>
                </div>
            </div>   
        </div>

        <!-- Valide Modal -->
        <div class=\"modal fade\" id=\"valideModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">
            <div class=\"modal-dialog modal-lg\">
                <div class=\"modal-content\">
                    <div class=\"modal-header\">
                        <h5 class=\"modal-title h4\" id=\"myLargeModalLabel\">";
            // line 176
            yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_FOCAL")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("Soumission") : ("Validation"));
            yield " des données de ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 176), "get", ["_year"], "method", false, false, false, 176), "html", null, true);
            yield "</h5>
                        <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
                        <span aria-hidden=\"true\">&times;</span>
                        </button>
                    </div>
                    <form action=\"";
            // line 181
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_validation");
            yield "\" method=\"post\" enctype=\"multipart/form-data\">
                    <div class=\"modal-body\">
                           Vous êtes sur le point de ";
            // line 183
            yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_FOCAL")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("soumettre") : ("valider"));
            yield " vos données. Vous ne pouvez plus les modifier.
                    </div>
                    <div class=\"modal-footer\">
                        <button type=\"button\" class=\"btn btn-primary\" data-dismiss=\"modal\">Annuler</button>
                        <button type=\"submit\" class=\"btn btn-success\">";
            // line 187
            yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_FOCAL")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("Soumettre") : ("Valider"));
            yield "</button>
                    </div>
                    </form>
                </div>
            </div>   
        </div>

";
        } else {
            // line 195
            yield "        <div class=\"alert alert-info alert-dismissible fade show\" role=\"alert\">
            Veuillez contacter votre administrateur pour cette année.
        </div>
";
        }
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  384 => 195,  373 => 187,  366 => 183,  361 => 181,  351 => 176,  327 => 155,  319 => 150,  310 => 143,  303 => 139,  299 => 137,  297 => 136,  293 => 134,  287 => 133,  284 => 132,  277 => 130,  265 => 123,  262 => 122,  250 => 112,  241 => 108,  232 => 106,  228 => 105,  224 => 104,  219 => 101,  215 => 100,  212 => 99,  203 => 95,  194 => 93,  190 => 92,  186 => 91,  181 => 88,  177 => 87,  171 => 83,  162 => 81,  158 => 80,  144 => 72,  142 => 71,  133 => 67,  127 => 66,  122 => 64,  119 => 63,  114 => 62,  111 => 61,  107 => 60,  94 => 50,  85 => 43,  83 => 12,  78 => 10,  75 => 9,  73 => 8,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

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


/* communes/chargement_indicators.html.twig */
class __TwigTemplate_8edfccd4b507405b63b4f9dcefa89656___1554629831 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 = [
            'box_body' => [$this, 'block_box_body'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 12
        return "@AdminLTE/Widgets/box-widget.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 12);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 13
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 14
        yield "            <div class=\"row\">
                <div class=\"col-sm-6\">
                    <div class=\"text-left\">
                        ";
        // line 17
        if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 18
            yield "                        <a href=\"";
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_format");
            yield "\" class=\"mb-2 mr-2 btn-shadow  btn btn-primary text-right ";
            yield (((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("") : ("disabled"));
            yield "\">
                            <i class=\"fa fa-save\"></i> ";
            // line 19
            yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("chargement.vide", [], "messages");
            // line 20
            yield "                        </a>
                        ";
        }
        // line 22
        yield "                            <a href=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_data");
        yield "\" class=\"mb-2 mr-2 btn-shadow  btn btn-secondary text-right\">
                                <i class=\"fa fa-file-download\"></i> ";
        // line 23
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("chargement.data", [], "messages");
        yield " ";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 23), "get", ["_year"], "method", false, false, false, 23), "html", null, true);
        yield "
                        </a>
                    </div>
                </div>
                <div class=\"col-sm-6\">
                    <div class=\"text-right\">
                        ";
        // line 29
        if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 30
            yield "                            <button type=\"button\" class=\"mb-2 mr-2 btn-shadow  btn btn-success text-right ";
            yield (((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("") : ("disabled"));
            yield "\" data-toggle=\"modal\" data-target=\"#importModal\">
                                <i class=\"fa fa-file-import\"></i> ";
            // line 31
            yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("chargement.import", [], "messages");
            // line 32
            yield "                            </button>
                        ";
        }
        // line 34
        yield "                            <a href=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_suivi_indicateur");
        yield "\" class=\"mb-2 mr-2 btn-shadow  btn btn-warning text-right\">
                                <i class=\"fa fa-check\"></i> Suivi des indicateurs
                            </a>
                    </div>
                    </div>
                </div>
            </div>
            ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  513 => 34,  509 => 32,  507 => 31,  502 => 30,  500 => 29,  489 => 23,  484 => 22,  480 => 20,  478 => 19,  471 => 18,  469 => 17,  464 => 14,  457 => 13,  446 => 12,  384 => 195,  373 => 187,  366 => 183,  361 => 181,  351 => 176,  327 => 155,  319 => 150,  310 => 143,  303 => 139,  299 => 137,  297 => 136,  293 => 134,  287 => 133,  284 => 132,  277 => 130,  265 => 123,  262 => 122,  250 => 112,  241 => 108,  232 => 106,  228 => 105,  224 => 104,  219 => 101,  215 => 100,  212 => 99,  203 => 95,  194 => 93,  190 => 92,  186 => 91,  181 => 88,  177 => 87,  171 => 83,  162 => 81,  158 => 80,  144 => 72,  142 => 71,  133 => 67,  127 => 66,  122 => 64,  119 => 63,  114 => 62,  111 => 61,  107 => 60,  94 => 50,  85 => 43,  83 => 12,  78 => 10,  75 => 9,  73 => 8,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

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