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

/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd 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/mesodd-layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/mesodd-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("output.activity_less.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 "    ";
        yield from $this->load("output/output_activity_less.html.twig", 7, "640259062")->unwrap()->yield($context);
        // line 14
        yield "
    ";
        // line 15
        if ((($tmp = ($context["show"] ?? 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("output/output_activity_less.html.twig", 18, "2035147135")->unwrap()->yield(CoreExtension::merge($context, ["color" => (($_v0 = (($_v1 =             // line 19
($context["datas"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1["header"] ?? null) : null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0["flag"] ?? null) : null), "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("output/output_activity_less.html.twig", 28, "799781121")->unwrap()->yield(CoreExtension::merge($context, ["color" => (($_v2 = (($_v3 =             // line 29
($context["datas"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3["header"] ?? null) : null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2["flag"] ?? null) : null), "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("output/output_activity_less.html.twig", 39, "1704634832")->unwrap()->yield(CoreExtension::merge($context, ["color" => (($_v4 = (($_v5 =             // line 40
($context["datas"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5["header"] ?? null) : null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4["flag"] ?? null) : null), "icon" => "fas fa-exclamation"]));
            // line 47
            yield "            </div>
            <div class=\"col-12 col-sm-6 col-md-3\">
                ";
            // line 49
            yield from $this->load("output/output_activity_less.html.twig", 49, "1543618451")->unwrap()->yield(CoreExtension::merge($context, ["color" => (($_v6 = (($_v7 =             // line 50
($context["datas"] ?? null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7["header"] ?? null) : null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6["flag"] ?? null) : null), "icon" => "fas fa-hryvnia"]));
            // line 57
            yield "            </div>
        </div>
        
        ";
            // line 60
            yield from $this->load("output/output_activity_less.html.twig", 60, "409035312")->unwrap()->yield($context);
            // line 104
            yield "
    ";
        }
        // line 106
        yield "
";
        yield from [];
    }

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

    <script src=\"";
        // line 112
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/datatables/French.json"), "html", null, true);
        yield "\"></script>
    <script>
        \$(function () {
            \$(\"#outputMinistryTable\").DataTable({
                \"pageLength\": 25,
                \"language\": {
                    \"url\": \"";
        // line 118
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/datatables/French.json"), "html", null, true);
        yield "\"
                }
            });
        });
    </script>

    <script src=\"";
        // line 124
        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 125
        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 128
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_stylesheets(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 129
        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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___640259062 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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___2035147135 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((($_v8 = (($_v9 = ($context["datas"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9["header"] ?? null) : null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8["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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  356 => 24,  345 => 23,  334 => 22,  323 => 18,  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___799781121 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 "Sensibilité globale";
        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((($_v10 = (($_v11 = ($context["datas"] ?? null)) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11["header"] ?? null) : null)) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10["sensitivity"] ?? null) : null), "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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  454 => 34,  443 => 33,  432 => 32,  421 => 28,  356 => 24,  345 => 23,  334 => 22,  323 => 18,  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___1704634832 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 "Appréciation globale";
        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((($_v12 = (($_v13 = ($context["datas"] ?? null)) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13["header"] ?? null) : null)) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12["appreciation"] ?? null) : null), "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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  552 => 45,  541 => 44,  530 => 43,  519 => 39,  454 => 34,  443 => 33,  432 => 32,  421 => 28,  356 => 24,  345 => 23,  334 => 22,  323 => 18,  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___1543618451 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 "Montant global";
        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((($_v14 = (($_v15 = ($context["datas"] ?? null)) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15["header"] ?? null) : null)) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14["amount"] ?? null) : null), 0, ",", " "), "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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  650 => 55,  639 => 54,  628 => 53,  617 => 49,  552 => 45,  541 => 44,  530 => 43,  519 => 39,  454 => 34,  443 => 33,  432 => 32,  421 => 28,  356 => 24,  345 => 23,  334 => 22,  323 => 18,  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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


/* output/output_activity_less.html.twig */
class __TwigTemplate_787e34678de6a19015216d82083467fd___409035312 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>Programme</th>
                    <th>Action</th>
                    <th>Activité</th>
                    <th>Nature</th>
                    <th>Cible</th>
                    <th style=\"width: 150px\">Sensibilité</th>
                    <th style=\"width: 100px\">Appréciation</th>
                    <th style=\"width: 100px\">Montant</th>
                </thead>
                ";
        // line 73
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable((($_v16 = ($context["datas"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16["rows"] ?? null) : null));
        foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
            // line 74
            yield "                <tr>
                    <td>";
            // line 75
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v17 = $context["row"]) && is_array($_v17) || $_v17 instanceof ArrayAccess ? ($_v17["programm"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>";
            // line 76
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v18 = $context["row"]) && is_array($_v18) || $_v18 instanceof ArrayAccess ? ($_v18["action"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>";
            // line 77
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v19 = $context["row"]) && is_array($_v19) || $_v19 instanceof ArrayAccess ? ($_v19["name"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>";
            // line 78
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v20 = $context["row"]) && is_array($_v20) || $_v20 instanceof ArrayAccess ? ($_v20["nature"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>";
            // line 79
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v21 = $context["row"]) && is_array($_v21) || $_v21 instanceof ArrayAccess ? ($_v21["target"] ?? null) : null), "html", null, true);
            yield "</td>
                    <td>
                        <div class=\"progress progress-xm mt-1\">
                            <div class=\"progress-bar bg-";
            // line 82
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v22 = $context["row"]) && is_array($_v22) || $_v22 instanceof ArrayAccess ? ($_v22["flag"] ?? null) : null), "html", null, true);
            yield "\" style=\"width: ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v23 = $context["row"]) && is_array($_v23) || $_v23 instanceof ArrayAccess ? ($_v23["sensitivity"] ?? null) : null), "html", null, true);
            yield "%\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v24 = $context["row"]) && is_array($_v24) || $_v24 instanceof ArrayAccess ? ($_v24["sensitivity"] ?? null) : null), "html", null, true);
            yield "%</div>
                        </div>
                    </td>
                    <td><span class=\"badge bg-";
            // line 85
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v25 = $context["row"]) && is_array($_v25) || $_v25 instanceof ArrayAccess ? ($_v25["flag"] ?? null) : null), "html", null, true);
            yield "\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v26 = $context["row"]) && is_array($_v26) || $_v26 instanceof ArrayAccess ? ($_v26["appreciation"] ?? null) : null), "html", null, true);
            yield "</span></td>
                    <td class=\"text-right\">";
            // line 86
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((($_v27 = $context["row"]) && is_array($_v27) || $_v27 instanceof ArrayAccess ? ($_v27["amount"] ?? null) : null), 0, ",", " "), "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 89
        yield "                </table>
            ";
        yield from [];
    }

    // line 92
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 93
        yield "            <form name=\"output_ministry_export\" method=\"post\" action=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_output_activity_less_export");
        yield "\">
                <input type=\"hidden\" name=\"datas\" value=\"";
        // line 94
        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 97
        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 "output/output_activity_less.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  823 => 97,  817 => 94,  812 => 93,  805 => 92,  799 => 89,  790 => 86,  784 => 85,  774 => 82,  768 => 79,  764 => 78,  760 => 77,  756 => 76,  752 => 75,  749 => 74,  745 => 73,  732 => 62,  725 => 61,  714 => 60,  650 => 55,  639 => 54,  628 => 53,  617 => 49,  552 => 45,  541 => 44,  530 => 43,  519 => 39,  454 => 34,  443 => 33,  432 => 32,  421 => 28,  356 => 24,  345 => 23,  334 => 22,  323 => 18,  261 => 11,  257 => 10,  252 => 9,  245 => 8,  234 => 7,  173 => 129,  166 => 128,  159 => 125,  155 => 124,  146 => 118,  137 => 112,  133 => 110,  126 => 109,  120 => 106,  116 => 104,  114 => 60,  109 => 57,  107 => 50,  106 => 49,  102 => 47,  100 => 40,  99 => 39,  94 => 36,  92 => 29,  91 => 28,  87 => 26,  85 => 19,  84 => 18,  80 => 16,  78 => 15,  75 => 14,  72 => 7,  65 => 6,  54 => 3,  43 => 1,);
    }

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