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

/* rapport/indicateurs.html.twig */
class __TwigTemplate_94484a5dfcdbc4f7468d56e0552bb99a 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'],
            'stylesheets' => [$this, 'block_stylesheets'],
            'javascripts' => [$this, 'block_javascripts'],
        ];
    }

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

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/cfgodd-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("Rapport national des indicateurs", [], "messages");
        yield " ";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 3), "html", null, true);
        yield " ";
        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 "    ";
        if ((null === ($context["year"] ?? null))) {
            // line 8
            yield "        <div class=\"row\">
\t\t<div class=\"col-xl-12 col-sm-12 col-12 mb-4\">
\t\t\t<div class=\"alert alert-danger\">
\t\t\t\tVeuillez vous assurer que cette année est bien créée. 
\t\t\t</div>
\t\t</div>
\t</div>

    ";
        } else {
            // line 17
            yield "    ";
            yield             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start');
            yield "
            ";
            // line 18
            if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                // line 19
                yield "            <div class=\"row\">
                <div class=\"col-sm-6\">
                    <div class=\"text-left\">
                        <div class=\"text-left mb-3\">
                            <a href=\"";
                // line 23
                yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("telecharger_indicateurs");
                yield "\" class=\"mb-2 mr-2 btn-shadow  btn btn-primary\">
                            Télécharger un draft du rapport
                        </a>
                        </div>
                    </div>
                </div>
                <div class=\"col-sm-6\">
                    <div class=\"text-right\">
                        <div class=\"text-right mb-3\">
                            <button type=\"submit\" class=\"btn btn-success\">";
                // line 32
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.save", [], "messages");
                yield "</button>
                        </div>
                    </div>
                </div>
            </div>
            ";
            }
            // line 38
            yield "    ";
            yield from $this->load("rapport/indicateurs.html.twig", 38, "878975614")->unwrap()->yield($context);
            // line 135
            yield "             ";
            if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                // line 136
                yield "            <div class=\"form-group row\">
                    <div class=\"col-sm-offset-2 col-sm-12\">
                        <button type=\"submit\" class=\"btn btn-block btn-primary\">";
                // line 138
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.save", [], "messages");
                yield "</button>
                    </div>
            </div>
             ";
            }
            // line 142
            yield "        ";
            yield             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
            yield "
    ";
        }
        yield from [];
    }

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

    // line 151
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_javascripts(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 152
        yield "    <script src=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/bootstrap.bundle.min.js"), "html", null, true);
        yield "\"></script>
\t<script src=\"";
        // line 153
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/summernote/summernote-bs4.js"), "html", null, true);
        yield "\"></script>
\t<script>
\t\t\$(function () { 
            var visible = ";
        // line 156
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["etat"] ?? null), "html", null, true);
        yield "// Add text editor
\t\t\t\$('#rapport_indicateur_resume').summernote({height: 200});
            \$('#rapport_indicateur_introduction').summernote({height: 200});
            \$('#rapport_indicateur_methodologie').summernote({height: 200});
            \$('#rapport_indicateur_difficultes').summernote({height: 200});
            \$('#rapport_indicateur_solutions').summernote({height: 200});
            \$('#rapport_indicateur_recommandations').summernote({height: 200});
            \$('#rapport_indicateur_conclusion').summernote({height: 200});
            \$('#rapport_indicateur_performance_globale').summernote({height: 200});
            
            ";
        // line 166
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["piliers"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["pilier"]) {
            // line 167
            yield "                \$('#performance";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 167), "html", null, true);
            yield "').summernote({height: 200});
                \$('#analyse";
            // line 168
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 168), "html", null, true);
            yield "').summernote({height: 200});
                if(!visible){
                    \$('#performance";
            // line 170
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 170), "html", null, true);
            yield "').summernote(visible==1 ? '' : 'disable');
                    \$('#analyse";
            // line 171
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 171), "html", null, true);
            yield "').summernote(visible==1 ? '' : 'disable');  
                }
            ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['pilier'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 174
        yield "
            ";
        // line 175
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["odds"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["odd"]) {
            // line 176
            yield "                \$('#odd";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 176), "html", null, true);
            yield "').summernote({height: 200});
                if(visible){
                    \$('#odd";
            // line 178
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 178), "html", null, true);
            yield "').summernote(visible==1 ? '' : 'disable'); 
                }
            ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['odd'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 181
        yield "
                \$('#rapport_indicateur_resume').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_introduction').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_methodologie').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_difficultes').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_solutions').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_recommandations').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_conclusion').summernote(visible==1 ? '' : 'disable');
                \$('#rapport_indicateur_performance_globale').summernote(visible==1 ? '' : 'disable'); 

\t\t\t})
\t</script>

";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  244 => 181,  235 => 178,  229 => 176,  225 => 175,  222 => 174,  213 => 171,  209 => 170,  204 => 168,  199 => 167,  195 => 166,  182 => 156,  176 => 153,  171 => 152,  164 => 151,  156 => 148,  149 => 147,  140 => 142,  133 => 138,  129 => 136,  126 => 135,  123 => 38,  114 => 32,  102 => 23,  96 => 19,  94 => 18,  89 => 17,  78 => 8,  75 => 7,  68 => 6,  54 => 3,  43 => 1,);
    }

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


/* rapport/indicateurs.html.twig */
class __TwigTemplate_94484a5dfcdbc4f7468d56e0552bb99a___878975614 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 38
        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", 38);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 40
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 41
        yield "            <ul class=\"nav nav-pills nav-fill\">
                <li class=\"nav-item\">
                    <a href=\"#preambule\" class=\"nav-link active\" data-bs-toggle=\"tab\">Préambule</a>
                </li>
                ";
        // line 45
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["piliers"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["pilier"]) {
            // line 46
            yield "                <li class=\"nav-item\">
                    <a href=\"#pilier";
            // line 47
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 47), "html", null, true);
            yield "\" class=\"nav-link\" data-bs-toggle=\"tab\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "name", [], "any", false, false, false, 47), "html", null, true);
            yield "</a>
                </li>
                ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['pilier'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 50
        yield "                <li class=\"nav-item\">
                    <a href=\"#odd\" class=\"nav-link\" data-bs-toggle=\"tab\">Analyse des ODD</a>
                </li>
                <li class=\"nav-item\">
                    <a href=\"#conclusion\" class=\"nav-link\" data-bs-toggle=\"tab\">Conclusion</a>
                </li>
            </ul>
            <div class=\"tab-content\" style=\"margin-top:30px;\">
                <div class=\"tab-pane fade show active\" id=\"preambule\">
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Résumé exécutif</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 61
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "resume", [], "any", false, false, false, 61), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Introduction</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 65
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "introduction", [], "any", false, false, false, 65), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Méthodologie générale</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 69
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "methodologie", [], "any", false, false, false, 69), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Performance globale</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 73
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "performance_globale", [], "any", false, false, false, 73), 'widget');
        yield "</div>
                    </div>
                </div>
                ";
        // line 76
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["piliers"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["pilier"]) {
            // line 77
            yield "                ";
            $context["performance"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "performancePilier", [$context["pilier"], ($context["year"] ?? null)], "method", false, false, false, 77);
            // line 78
            yield "                <div class=\"tab-pane fade\" id=\"pilier";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 78), "html", null, true);
            yield "\">
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Performances du pilier ";
            // line 80
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "name", [], "any", false, false, false, 80), "html", null, true);
            yield "</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">
                            <textarea id=\"performance";
            // line 82
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 82), "html", null, true);
            yield "\" name=\"performance";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 82), "html", null, true);
            yield "\" class=\"form-control\">
                                ";
            // line 83
            yield (((($tmp = ($context["performance"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["performance"] ?? null), "performance", [], "any", false, false, false, 83)) : (""));
            yield "
                            </textarea>
                        </div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Analyse du pilier ";
            // line 88
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "name", [], "any", false, false, false, 88), "html", null, true);
            yield "</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">
                            <textarea id=\"analyse";
            // line 90
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 90), "html", null, true);
            yield "\" name=\"analyse";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["pilier"], "id", [], "any", false, false, false, 90), "html", null, true);
            yield "\" class=\"form-control\">
                                ";
            // line 91
            yield (((($tmp = ($context["performance"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["performance"] ?? null), "analyse", [], "any", false, false, false, 91)) : (""));
            yield "
                            </textarea>
                        </div>
                    </div>
                </div>
                ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['pilier'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 97
        yield "                <div class=\"tab-pane fade\" id=\"odd\">
                    ";
        // line 98
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["odds"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["odd"]) {
            // line 99
            yield "                    ";
            $context["performance"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "performanceOdd", [$context["odd"], ($context["year"] ?? null)], "method", false, false, false, 99);
            // line 100
            yield "                        <div class=\"form-group row\">
                            <label class=\"col-form-label col-sm-12\" for=\"\">Performances de l'ODD ";
            // line 101
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 101), "html", null, true);
            yield "</label>
                            <div class=\"col-sm-offset-2 col-sm-12\">
                                <textarea id=\"odd";
            // line 103
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 103), "html", null, true);
            yield "\" name=\"odd";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["odd"], "code", [], "any", false, false, false, 103), "html", null, true);
            yield "\" class=\"form-control\">
                                    ";
            // line 104
            yield (((($tmp = ($context["performance"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["performance"] ?? null), "performance", [], "any", false, false, false, 104)) : (""));
            yield "
                                </textarea>
                            </div>
                        </div>
                    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['odd'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 109
        yield "                </div>
                <div class=\"tab-pane fade\" id=\"conclusion\">
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Principales difficultés rencontrées</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 113
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "difficultes", [], "any", false, false, false, 113), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Approches de solutions</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 117
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "solutions", [], "any", false, false, false, 117), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Recommandations</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 121
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "recommandations", [], "any", false, false, false, 121), 'widget');
        yield "</div>
                    </div>
                    <div class=\"form-group row\">
                        <label class=\"col-form-label col-sm-12\" for=\"\">Conclusion</label>
                        <div class=\"col-sm-offset-2 col-sm-12\">";
        // line 125
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "conclusion", [], "any", false, false, false, 125), 'widget');
        yield "</div>
                    </div>
                </div>
            </div>

            
        ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  514 => 125,  507 => 121,  500 => 117,  493 => 113,  487 => 109,  476 => 104,  470 => 103,  465 => 101,  462 => 100,  459 => 99,  455 => 98,  452 => 97,  440 => 91,  434 => 90,  429 => 88,  421 => 83,  415 => 82,  410 => 80,  404 => 78,  401 => 77,  397 => 76,  391 => 73,  384 => 69,  377 => 65,  370 => 61,  357 => 50,  346 => 47,  343 => 46,  339 => 45,  333 => 41,  326 => 40,  315 => 38,  244 => 181,  235 => 178,  229 => 176,  225 => 175,  222 => 174,  213 => 171,  209 => 170,  204 => 168,  199 => 167,  195 => 166,  182 => 156,  176 => 153,  171 => 152,  164 => 151,  156 => 148,  149 => 147,  140 => 142,  133 => 138,  129 => 136,  126 => 135,  123 => 38,  114 => 32,  102 => 23,  96 => 19,  94 => 18,  89 => 17,  78 => 8,  75 => 7,  68 => 6,  54 => 3,  43 => 1,);
    }

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