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

/* statistiques/ministeres.html.twig */
class __TwigTemplate_558f004e78f04996402e2ca4aa3d1887 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/suiodd-layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/suiodd-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;
        // line 4
        yield "  Statistiques de renseignement des indicateurs des ministères
";
        yield from [];
    }

    // line 8
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 9
        yield "
";
        // line 10
        yield from $this->load("statistiques/ministeres.html.twig", 10, 155433819)->unwrap()->yield($context);
        // line 61
        yield "
";
        // line 62
        yield from $this->load("statistiques/ministeres.html.twig", 62, 436719486)->unwrap()->yield($context);
        // line 115
        yield "

<h2>Statistiques de renseignement des PTA des ministères</h2>

";
        // line 119
        yield from $this->load("statistiques/ministeres.html.twig", 119, 2039970496)->unwrap()->yield($context);
        // line 170
        yield "
";
        // line 171
        yield from $this->load("statistiques/ministeres.html.twig", 171, 22557502)->unwrap()->yield($context);
        // line 224
        yield "
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  95 => 224,  93 => 171,  90 => 170,  88 => 119,  82 => 115,  80 => 62,  77 => 61,  75 => 10,  72 => 9,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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


/* statistiques/ministeres.html.twig */
class __TwigTemplate_558f004e78f04996402e2ca4aa3d1887___155433819 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_title' => [$this, 'block_box_title'],
            'box_body' => [$this, 'block_box_body'],
            'box_footer' => [$this, 'block_box_footer'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 10
        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", 10);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 11
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 12
        yield "        <h2 class=\"m-0 text-dark\" style=\"margin-bottom : 10px;\">
            Situation de validation des Points Focaux
        </h2>
    ";
        yield from [];
    }

    // line 16
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 17
        yield "        <div class=\"row\">
            <div class=\"col-xl-6 col-sm-6 col-6\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-chart-line text-success fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 26
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["validepf"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">points focaux ont soumis les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            <div class=\"col-xl-6 col-sm-6 col-6\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-map-marker-alt text-danger fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 41
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["nonvalidepf"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">point focaux n'ont pas soumis les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            </div>
    ";
        yield from [];
    }

    // line 50
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 51
        yield "            <h4>Liste des ministères pour lesquelles les points focaux n'ont pas validé les données</h4>
        ";
        // line 52
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["ministeres"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["ministere"]) {
            // line 53
            yield "            ";
            $context["structure"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getStructureYear", [CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 53), $context["ministere"]], "method", false, false, false, 53);
            // line 54
            yield "            ";
            if (((($context["structure"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["structure"] ?? null), "focal", [], "any", false, false, false, 54)) == false)) {
                // line 55
                yield "                <span  class=\"btn btn-sm btn-danger\" style=\"margin-bottom: 5px;\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["ministere"], "name", [], "any", false, false, false, 55), "html", null, true);
                yield "</span>
            ";
            }
            // line 57
            yield "        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['ministere'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 58
        yield "    ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  264 => 58,  258 => 57,  252 => 55,  249 => 54,  246 => 53,  242 => 52,  239 => 51,  232 => 50,  218 => 41,  200 => 26,  189 => 17,  182 => 16,  174 => 12,  167 => 11,  156 => 10,  95 => 224,  93 => 171,  90 => 170,  88 => 119,  82 => 115,  80 => 62,  77 => 61,  75 => 10,  72 => 9,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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


/* statistiques/ministeres.html.twig */
class __TwigTemplate_558f004e78f04996402e2ca4aa3d1887___436719486 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_title' => [$this, 'block_box_title'],
            'box_body' => [$this, 'block_box_body'],
            'box_footer' => [$this, 'block_box_footer'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 62
        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", 62);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 63
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 64
        yield "        <h2 class=\"m-0 text-dark\" style=\"margin-bottom : 10px;\">
            Situation de validation des DPAF
        </h2>
    ";
        yield from [];
    }

    // line 68
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 69
        yield "        <div class=\"row\">
            <div class=\"col-xl-6 col-sm-6 col-12\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-pencil-alt text-info fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 78
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["validedpp"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">DPAF ont validés les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            <div class=\"col-xl-6 col-sm-6 col-12\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"far fa-comment-alt text-warning fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 93
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["nonvalidedpp"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">DPAF n'ont pas validés les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            
        </div>
    ";
        yield from [];
    }

    // line 104
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 105
        yield "            <h4>Liste des ministères pour lesquelles les DPAF n'ont pas validé les données</h4>
    ";
        // line 106
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["ministeres"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["ministere"]) {
            // line 107
            yield "            ";
            $context["structure"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getStructureYear", [CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 107), $context["ministere"]], "method", false, false, false, 107);
            // line 108
            yield "            ";
            if (((($context["structure"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["structure"] ?? null), "dpp", [], "any", false, false, false, 108)) == false)) {
                // line 109
                yield "                <span  class=\"btn btn-sm btn-danger\" style=\"margin-bottom: 5px;\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["ministere"], "name", [], "any", false, false, false, 109), "html", null, true);
                yield "</span>
            ";
            }
            // line 111
            yield "        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['ministere'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 112
        yield "    ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  433 => 112,  427 => 111,  421 => 109,  418 => 108,  415 => 107,  411 => 106,  408 => 105,  401 => 104,  386 => 93,  368 => 78,  357 => 69,  350 => 68,  342 => 64,  335 => 63,  324 => 62,  264 => 58,  258 => 57,  252 => 55,  249 => 54,  246 => 53,  242 => 52,  239 => 51,  232 => 50,  218 => 41,  200 => 26,  189 => 17,  182 => 16,  174 => 12,  167 => 11,  156 => 10,  95 => 224,  93 => 171,  90 => 170,  88 => 119,  82 => 115,  80 => 62,  77 => 61,  75 => 10,  72 => 9,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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


/* statistiques/ministeres.html.twig */
class __TwigTemplate_558f004e78f04996402e2ca4aa3d1887___2039970496 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_title' => [$this, 'block_box_title'],
            'box_body' => [$this, 'block_box_body'],
            'box_footer' => [$this, 'block_box_footer'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 119
        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", 119);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 120
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 121
        yield "        <h2 class=\"m-0 text-dark\" style=\"margin-bottom : 10px;\">
            Situation de validation des Points Focaux
        </h2>
    ";
        yield from [];
    }

    // line 125
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 126
        yield "        <div class=\"row\">
            <div class=\"col-xl-6 col-sm-6 col-6\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-chart-line text-success fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 135
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["validepf2"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">points focaux ont soumis les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            <div class=\"col-xl-6 col-sm-6 col-6\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-map-marker-alt text-danger fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 150
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["nonvalidepf2"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">point focaux n'ont pas soumis les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            </div>
    ";
        yield from [];
    }

    // line 159
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 160
        yield "            <h4>Liste des ministères pour lesquelles les points focaux n'ont pas validé les données</h4>
        ";
        // line 161
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["ministeres"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["ministere"]) {
            // line 162
            yield "            ";
            $context["structure"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getStructureYear", [CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 162), $context["ministere"]], "method", false, false, false, 162);
            // line 163
            yield "            ";
            if (((($context["structure"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["structure"] ?? null), "focal2", [], "any", false, false, false, 163)) == false)) {
                // line 164
                yield "                <span  class=\"btn btn-sm btn-danger\" style=\"margin-bottom: 5px;\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["ministere"], "name", [], "any", false, false, false, 164), "html", null, true);
                yield "</span>
            ";
            }
            // line 166
            yield "        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['ministere'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 167
        yield "    ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  601 => 167,  595 => 166,  589 => 164,  586 => 163,  583 => 162,  579 => 161,  576 => 160,  569 => 159,  555 => 150,  537 => 135,  526 => 126,  519 => 125,  511 => 121,  504 => 120,  493 => 119,  433 => 112,  427 => 111,  421 => 109,  418 => 108,  415 => 107,  411 => 106,  408 => 105,  401 => 104,  386 => 93,  368 => 78,  357 => 69,  350 => 68,  342 => 64,  335 => 63,  324 => 62,  264 => 58,  258 => 57,  252 => 55,  249 => 54,  246 => 53,  242 => 52,  239 => 51,  232 => 50,  218 => 41,  200 => 26,  189 => 17,  182 => 16,  174 => 12,  167 => 11,  156 => 10,  95 => 224,  93 => 171,  90 => 170,  88 => 119,  82 => 115,  80 => 62,  77 => 61,  75 => 10,  72 => 9,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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


/* statistiques/ministeres.html.twig */
class __TwigTemplate_558f004e78f04996402e2ca4aa3d1887___22557502 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_title' => [$this, 'block_box_title'],
            'box_body' => [$this, 'block_box_body'],
            'box_footer' => [$this, 'block_box_footer'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 171
        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", 171);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 172
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 173
        yield "        <h2 class=\"m-0 text-dark\" style=\"margin-bottom : 10px;\">
            Situation de validation des DPAF
        </h2>
    ";
        yield from [];
    }

    // line 177
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 178
        yield "        <div class=\"row\">
            <div class=\"col-xl-6 col-sm-6 col-12\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"fas fa-pencil-alt text-info fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 187
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["validedpp2"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">DPAF ont validés les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            <div class=\"col-xl-6 col-sm-6 col-12\">
                <div class=\"card\">
                <div class=\"card-body\">
                    <div class=\"d-flex justify-content-between px-md-1\">
                    <div class=\"align-self-center\">
                        <i class=\"far fa-comment-alt text-warning fa-3x\"></i>
                    </div>
                    <div class=\"text-end\">
                        <h3>";
        // line 202
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["nonvalidedpp2"] ?? null), "html", null, true);
        yield "</h3>
                        <p class=\"mb-0\">DPAF n'ont pas validés les données</p>
                    </div>
                    </div>
                </div>
                </div>
            </div>
            
        </div>
    ";
        yield from [];
    }

    // line 213
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 214
        yield "            <h4>Liste des ministères pour lesquelles les DPAF n'ont pas validé les données</h4>
    ";
        // line 215
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["ministeres"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["ministere"]) {
            // line 216
            yield "            ";
            $context["structure"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getStructureYear", [CoreExtension::getAttribute($this->env, $this->source, ($context["year"] ?? null), "name", [], "any", false, false, false, 216), $context["ministere"]], "method", false, false, false, 216);
            // line 217
            yield "            ";
            if (((($context["structure"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["structure"] ?? null), "dpp2", [], "any", false, false, false, 217)) == false)) {
                // line 218
                yield "                <span  class=\"btn btn-sm btn-danger\" style=\"margin-bottom: 5px;\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["ministere"], "name", [], "any", false, false, false, 218), "html", null, true);
                yield "</span>
            ";
            }
            // line 220
            yield "        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['ministere'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 221
        yield "    ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  770 => 221,  764 => 220,  758 => 218,  755 => 217,  752 => 216,  748 => 215,  745 => 214,  738 => 213,  723 => 202,  705 => 187,  694 => 178,  687 => 177,  679 => 173,  672 => 172,  661 => 171,  601 => 167,  595 => 166,  589 => 164,  586 => 163,  583 => 162,  579 => 161,  576 => 160,  569 => 159,  555 => 150,  537 => 135,  526 => 126,  519 => 125,  511 => 121,  504 => 120,  493 => 119,  433 => 112,  427 => 111,  421 => 109,  418 => 108,  415 => 107,  411 => 106,  408 => 105,  401 => 104,  386 => 93,  368 => 78,  357 => 69,  350 => 68,  342 => 64,  335 => 63,  324 => 62,  264 => 58,  258 => 57,  252 => 55,  249 => 54,  246 => 53,  242 => 52,  239 => 51,  232 => 50,  218 => 41,  200 => 26,  189 => 17,  182 => 16,  174 => 12,  167 => 11,  156 => 10,  95 => 224,  93 => 171,  90 => 170,  88 => 119,  82 => 115,  80 => 62,  77 => 61,  75 => 10,  72 => 9,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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