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

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

    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;
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("TEF PTA par Pilier et par ODD", [], "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 "    ";
        yield from $this->load("suivi_pta/output_mainstay.html.twig", 7, 195509636)->unwrap()->yield($context);
        // line 14
        yield "
    ";
        // line 15
        if ((($tmp = (($_v0 = ($context["datas"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0["rows"] ?? null) : null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 16
            yield "        <div class=\"row\">
            <div class=\"col-12 col-sm-6 col-md-3\">
                ";
            // line 18
            yield from $this->load("suivi_pta/output_mainstay.html.twig", 18, 162395853)->unwrap()->yield(CoreExtension::merge($context, ["color" => "datas[\"header\"][\"flag\"]", "icon" => "fas fa-map-signs"]));
            // line 26
            yield "            </div>
            <div class=\"col-12 col-sm-6 col-md-3\">
                ";
            // line 28
            yield from $this->load("suivi_pta/output_mainstay.html.twig", 28, 443767391)->unwrap()->yield(CoreExtension::merge($context, ["color" => "datas[\"header\"][\"flag\"]", "icon" => "fas fa-chart-line"]));
            // line 36
            yield "            </div>
            <div class=\"clearfix hidden-md-up\"></div>
            <div class=\"col-12 col-sm-6 col-md-3\">
                ";
            // line 39
            yield from $this->load("suivi_pta/output_mainstay.html.twig", 39, 84718046)->unwrap()->yield(CoreExtension::merge($context, ["color" => "datas[\"header\"][\"flag\"]", "icon" => "fas fa-exclamation"]));
            // line 47
            yield "            </div>
            <div class=\"col-12 col-sm-6 col-md-3\">
                ";
            // line 49
            yield from $this->load("suivi_pta/output_mainstay.html.twig", 49, 1954789385)->unwrap()->yield(CoreExtension::merge($context, ["color" => "datas[\"header\"][\"flag\"]", "icon" => "fas fa-hryvnia"]));
            // line 57
            yield "            </div>
        </div>
        
        ";
            // line 60
            yield from $this->load("suivi_pta/output_mainstay.html.twig", 60, 968618316)->unwrap()->yield($context);
            // line 96
            yield "
    ";
        }
        // line 98
        yield "
";
        yield from [];
    }

    // line 101
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_javascripts(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 102
        yield "    <script>
        \$(function () {
            \$(\"#outputMinistryTable\").DataTable({
                \"searching\": false,
                \"pageLength\": 25,
                \"lengthChange\": false
            });
        });
    </script>

    <script src=\"";
        // line 112
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/datatables/jquery.dataTables.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 113
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/datatables-bs4/js/dataTables.bootstrap4.js"), "html", null, true);
        yield "\"></script>
";
        yield from [];
    }

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

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


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

    // line 8
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 9
        yield "            ";
        yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start');
        yield "
                ";
        // line 10
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget');
        yield "
            ";
        // line 11
        yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
        yield "    
        ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* suivi_pta/output_mainstay.html.twig */
class __TwigTemplate_4773d188d084954f26c1578a52557225___162395853 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_text' => [$this, 'block_box_text'],
            'box_number' => [$this, 'block_box_number'],
            'progress_description' => [$this, 'block_progress_description'],
        ];
    }

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

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

    // line 22
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_text(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "Nombre d'activités";
        yield from [];
    }

    // line 23
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_number(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v1 = (($_v2 = ($context["datas"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2["header"] ?? null) : null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1["nbActivity"] ?? null) : null), "html", null, true);
        yield from [];
    }

    // line 24
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_progress_description(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  342 => 24,  331 => 23,  320 => 22,  309 => 18,  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* suivi_pta/output_mainstay.html.twig */
class __TwigTemplate_4773d188d084954f26c1578a52557225___443767391 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_text' => [$this, 'block_box_text'],
            'box_number' => [$this, 'block_box_number'],
            'progress_description' => [$this, 'block_progress_description'],
        ];
    }

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

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

    // line 32
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_text(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "Montants Programmés";
        yield from [];
    }

    // line 33
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_number(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v3 = (($_v4 = ($context["datas"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4["header"] ?? null) : null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3["sumExpectedCost"] ?? null) : null), 0, ",", " "), "html", null, true);
        yield from [];
    }

    // line 34
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_progress_description(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  440 => 34,  429 => 33,  418 => 32,  407 => 28,  342 => 24,  331 => 23,  320 => 22,  309 => 18,  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* suivi_pta/output_mainstay.html.twig */
class __TwigTemplate_4773d188d084954f26c1578a52557225___84718046 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_text' => [$this, 'block_box_text'],
            'box_number' => [$this, 'block_box_number'],
            'progress_description' => [$this, 'block_progress_description'],
        ];
    }

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

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

    // line 43
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_text(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "Montants Réalisés";
        yield from [];
    }

    // line 44
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_number(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v5 = (($_v6 = ($context["datas"] ?? null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6["header"] ?? null) : null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5["sumRealizedCost"] ?? null) : null), 0, ",", " "), "html", null, true);
        yield from [];
    }

    // line 45
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_progress_description(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  538 => 45,  527 => 44,  516 => 43,  505 => 39,  440 => 34,  429 => 33,  418 => 32,  407 => 28,  342 => 24,  331 => 23,  320 => 22,  309 => 18,  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* suivi_pta/output_mainstay.html.twig */
class __TwigTemplate_4773d188d084954f26c1578a52557225___1954789385 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_text' => [$this, 'block_box_text'],
            'box_number' => [$this, 'block_box_number'],
            'progress_description' => [$this, 'block_progress_description'],
        ];
    }

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

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

    // line 53
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_text(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "TEF (%)";
        yield from [];
    }

    // line 54
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_number(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v7 = (($_v8 = ($context["datas"] ?? null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8["header"] ?? null) : null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7["totalRate"] ?? null) : null), 2, ",", " "), "html", null, true);
        yield from [];
    }

    // line 55
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_progress_description(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  636 => 55,  625 => 54,  614 => 53,  603 => 49,  538 => 45,  527 => 44,  516 => 43,  505 => 39,  440 => 34,  429 => 33,  418 => 32,  407 => 28,  342 => 24,  331 => 23,  320 => 22,  309 => 18,  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* suivi_pta/output_mainstay.html.twig */
class __TwigTemplate_4773d188d084954f26c1578a52557225___968618316 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'],
            'box_footer' => [$this, 'block_box_footer'],
        ];
    }

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

    // line 61
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 62
        yield "                <table id=\"outputMinistryTable\" class=\"table table-striped\">
                <thead>
                    <th>Code</th>
                    <th>";
        // line 65
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["title"] ?? null), "html", null, true);
        yield "</th>
                    <th style=\"width: 50px\"># Act.</th>
                    <th style=\"width: 150px\">Mt. Programmés</th>
                    <th style=\"width: 80px\">Mt. Réalisés</th>
                    <th style=\"width: 80px\">TEF (%)</th>
                </thead>
                ";
        // line 71
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable((($_v9 = ($context["datas"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9["rows"] ?? null) : null));
        foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
            // line 72
            yield "                <tr>
                    <td>";
            // line 73
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v10 = $context["row"]) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10["code"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>";
            // line 74
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v11 = $context["row"]) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11["name"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td class=\"text-center\">";
            // line 75
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v12 = $context["row"]) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12["nbActivity"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td class=\"text-right\">";
            // line 76
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v13 = $context["row"]) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13["sumExpectedCost"] ?? null) : null), 0, ",", " "), "html", null, true);
            yield "</td>
                    <td class=\"text-right\">";
            // line 77
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v14 = $context["row"]) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14["sumRealizedCost"] ?? null) : null), 0, ",", " "), "html", null, true);
            yield "</td>
                    <td class=\"text-right\">";
            // line 78
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v15 = $context["row"]) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15["rate"] ?? null) : null), 2, ",", " "), "html", null, true);
            yield "</td>
                </tr>
                ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 81
        yield "                </table>
            ";
        yield from [];
    }

    // line 84
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 85
        yield "            <form name=\"output_ministry_export\" method=\"post\" action=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_output_ministry_export");
        yield "\">
                <input type=\"hidden\" name=\"datas\" value=\"";
        // line 86
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(json_encode(($context["datas"] ?? null)), "html", null, true);
        yield "\"/>
                <div class=\"row\">
                    <div class=\"col-sm-3\">
                        <button type=\"submit\" class=\"btn btn-block btn-primary\">";
        // line 89
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.export", [], "messages");
        yield "</button>
                    </div>
                    <div class=\"col-sm-9\"></div>
                </div>
            </form>
            ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  792 => 89,  786 => 86,  781 => 85,  774 => 84,  768 => 81,  759 => 78,  755 => 77,  751 => 76,  747 => 75,  743 => 74,  739 => 73,  736 => 72,  732 => 71,  723 => 65,  718 => 62,  711 => 61,  700 => 60,  636 => 55,  625 => 54,  614 => 53,  603 => 49,  538 => 45,  527 => 44,  516 => 43,  505 => 39,  440 => 34,  429 => 33,  418 => 32,  407 => 28,  342 => 24,  331 => 23,  320 => 22,  309 => 18,  247 => 11,  243 => 10,  238 => 9,  231 => 8,  220 => 7,  159 => 117,  152 => 116,  145 => 113,  141 => 112,  129 => 102,  122 => 101,  116 => 98,  112 => 96,  110 => 60,  105 => 57,  103 => 49,  99 => 47,  97 => 39,  92 => 36,  90 => 28,  86 => 26,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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