<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;

/* communes/suivi_normes.html.twig */
class __TwigTemplate_8877a814870772e638ed749456ad9472 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 7
        return $this->load(($context["extendedTemplate"] ?? null), 7);
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 1
        if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 2
            $context["extendedTemplate"] = "@AdminLTE/layout/suiodd-layout.html.twig";
        } else {
            // line 4
            $context["extendedTemplate"] = "@AdminLTE/layout/communeodd-layout.html.twig";
        }
        // line 7
        yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 9
    /**
     * @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("norme.title", [], "messages");
        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 13
        yield "    
    ";
        // line 14
        if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 15
            yield "    ";
            yield             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start');
            yield "
        ";
            // line 16
            yield from $this->load("communes/suivi_normes.html.twig", 16, 187562432)->unwrap()->yield($context);
            // line 21
            yield "    ";
        } else {
            // line 22
            yield "

    ";
            // line 24
            if ((($context["etat"] ?? null) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["activities"] ?? null)) > 0))) {
                // line 25
                yield "
    <div class=\"row\">
        <div class=\"col-sm-6\">
            <div class=\"text-left\">
                <a href=\"";
                // line 29
                yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_suiviPTA_activity_new");
                yield "\" class=\"mb-2 mr-2 btn-shadow  btn btn-success text-left\">
                    <i class=\"fa fa-plus\"></i> Nouvelle action
                </a>
            </div>
        </div>
        <div class=\"col-sm-6\">
            <div class=\"text-right\">
                <button type=\"button\" class=\"mb-2 mr-2 btn-shadow  btn btn-danger text-right\" data-toggle=\"modal\" data-target=\"#valideModal\">
                    <i class=\"fa fa-check\"></i> ";
                // line 37
                yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_FOCAL")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("Soumettre") : ("Valider"));
                yield "
                </button>
            </div>
        </div>
    </div>
    
    ";
            }
            // line 43
            yield " 
    ";
        }
        // line 44
        yield " 
        ";
        // line 45
        if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["activities"] ?? null)) > 0)) {
            // line 46
            yield "        ";
            yield from $this->load("communes/suivi_normes.html.twig", 46, 701821662)->unwrap()->yield($context);
            // line 146
            yield "
        ";
        } elseif ((($tmp =         // line 147
($context["commune"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 148
            yield "            ";
            if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["activities"] ?? null)) > 0)) {
                // line 149
                yield "                <div class=\"alert alert-info\">Vous avez fait le suivi de toutes les activités du ministère </div>
            ";
            } else {
                // line 151
                yield "                <div class=\"alert alert-info\">Vous n'avez chargé aucune action pour votre commune </div>
            ";
            }
            // line 153
            yield "        ";
        }
        // line 154
        yield "    
    ";
        // line 155
        if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield "          
    ";
            // line 156
            yield             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
            yield "
    ";
        }
        // line 158
        yield "

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

";
        yield from [];
    }

    // line 185
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_javascripts(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 186
        yield "    <script>
        \$(function () {
            \$(\"#suiviPTATable\").DataTable({
                \"pageLength\": 25,
                \"lengthChange\": false,
                \"columnDefs\": [
                  { \"orderable\": false, \"targets\": -1 }
                ]
            });
        });
    </script>

    <script src=\"";
        // line 198
        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 199
        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 202
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_stylesheets(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 203
        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 "communes/suivi_normes.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  254 => 203,  247 => 202,  240 => 199,  236 => 198,  222 => 186,  215 => 185,  202 => 176,  195 => 172,  190 => 170,  180 => 165,  171 => 158,  166 => 156,  162 => 155,  159 => 154,  156 => 153,  152 => 151,  148 => 149,  145 => 148,  143 => 147,  140 => 146,  137 => 46,  135 => 45,  132 => 44,  128 => 43,  118 => 37,  107 => 29,  101 => 25,  99 => 24,  95 => 22,  92 => 21,  90 => 16,  85 => 15,  83 => 14,  80 => 13,  73 => 12,  62 => 9,  58 => 7,  55 => 4,  52 => 2,  50 => 1,  43 => 7,);
    }

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


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

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

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  333 => 18,  326 => 17,  315 => 16,  254 => 203,  247 => 202,  240 => 199,  236 => 198,  222 => 186,  215 => 185,  202 => 176,  195 => 172,  190 => 170,  180 => 165,  171 => 158,  166 => 156,  162 => 155,  159 => 154,  156 => 153,  152 => 151,  148 => 149,  145 => 148,  143 => 147,  140 => 146,  137 => 46,  135 => 45,  132 => 44,  128 => 43,  118 => 37,  107 => 29,  101 => 25,  99 => 24,  95 => 22,  92 => 21,  90 => 16,  85 => 15,  83 => 14,  80 => 13,  73 => 12,  62 => 9,  58 => 7,  55 => 4,  52 => 2,  50 => 1,  43 => 7,);
    }

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


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

    // line 47
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 48
        yield "                <table id=\"suiviPTATable\" class=\"table table-striped\">
                <thead>
                    <th>
                        <div class=\"row mt-2 mb-2\">
                            <div class=\"col-3\">";
        // line 52
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.costing", [], "messages");
        yield "</div>
                            <div class=\"col-3\">";
        // line 53
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.activity", [], "messages");
        yield "</div>
                            <div class=\"col-4\">
                                <div class=\"col-5 float-left text-center\">";
        // line 55
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.expectedCost", [], "messages");
        yield "</div>
                                <div class=\"col-2 float-left text-center\">";
        // line 56
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.executed", [], "messages");
        yield "</div>
                                <div class=\"col-5 float-left text-center\">";
        // line 57
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.realizedCost", [], "messages");
        yield "</div>
                            </div>
                            <div class=\"col-1 text-center\"> Taux (%)</div>
                            ";
        // line 60
        if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 61
            yield "                                <div class=\"col-1 text-center\"></div>
                            ";
        }
        // line 63
        yield "                        </div>
                    </th>
                </thead>
                ";
        // line 66
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["activities"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["activity"]) {
            // line 67
            yield "                <tr>
                    <td>
                        <div class=\"row mt-2\">
                            <div class=\"col-3\">";
            // line 70
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "costing", [], "any", false, false, false, 70), "html", null, true);
            yield "</div>
                            <div class=\"col-3\">";
            // line 71
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "name", [], "any", false, false, false, 71), "html", null, true);
            yield "</div>
                            <div class=\"col-4\">
                                <div class=\"col-5 float-left text-center\"><b>";
            // line 73
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "expectedCost", [], "any", false, false, false, 73), "html", null, true);
            yield "</b></div>
                                <div class=\"col-2 float-left text-center\">";
            // line 74
            if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "executed", [], "any", false, false, false, 74)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.yes", [], "messages");
            } else {
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.no", [], "messages");
            }
            yield "</div>
                                <div class=\"col-5 float-left text-center\">";
            // line 75
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "realizedCost", [], "any", false, false, false, 75), "html", null, true);
            yield "</div>
                            </div>

                            <div class=\"col-1 float-left text-center\">";
            // line 78
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "taux", [], "any", false, false, false, 78), "html", null, true);
            yield "</div>
                            
                            ";
            // line 80
            if ((($tmp = ($context["etat"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                // line 81
                yield "                            <div class=\"col-1 text-center\">

                                <div class=\"btn-group\">
                                    <a href=\"";
                // line 84
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_suiviPTA_edit", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "id", [], "any", false, false, false, 84)]), "html", null, true);
                yield "\" class=\"btn btn-sm btn-secondary\">";
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.update", [], "messages");
                yield "</a>
                                    
                                    <button type=\"button\" class=\"btn btn-sm btn-default dropdown-toggle\" data-toggle=\"dropdown\">
                                        <span class=\"caret\"></span>
                                        <span class=\"sr-only\">Toggle Dropdown</span>
                                    </button>
                                    <div class=\"dropdown-menu\" role=\"menu\">
                                        <a class=\"dropdown-item\" href=\"#\" data-toggle=\"modal\" data-target=\"#modal-delete-";
                // line 91
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "id", [], "any", false, false, false, 91), "html", null, true);
                yield "\">";
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.delete", [], "messages");
                yield "</a>
                                    </div>
        
                                    <div class=\"modal fade\" id=\"modal-delete-";
                // line 94
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "id", [], "any", false, false, false, 94), "html", null, true);
                yield "\">
                                        <div class=\"modal-dialog\">
                                            <div class=\"modal-content\">
                                                <div class=\"modal-header\">
                                                    <h5 class=\"modal-title\">Voulez-vous vraiment supprimer cette activité?</h5>
                                                    <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
                                                        <span aria-hidden=\"true\">&times;</span>
                                                    </button>
                                                </div>
                                                <div class=\"modal-body\">
                                                    <b>";
                // line 104
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "name", [], "any", false, false, false, 104), "html", null, true);
                yield "</b>
                                                </div>
                                                <div class=\"modal-footer justify-content-between\">
                                                    <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">";
                // line 107
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.no", [], "messages");
                yield "</button>
                                                    <a href=\"";
                // line 108
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_activity_delete", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "id", [], "any", false, false, false, 108)]), "html", null, true);
                yield "\" class=\"btn btn-danger\">";
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.yes", [], "messages");
                yield "</a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    
                                </div>
                            </div>
                            ";
            }
            // line 117
            yield "
                        </div>
                        <div class=\"row mb-2\">
                            ";
            // line 120
            if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "executed", [], "any", false, false, false, 120)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
                // line 121
                yield "                                <div class=\"col-6 float-left\"><hr>
                                    <u>";
                // line 122
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.achievement", [], "messages");
                yield "</u>: 
                                    <i>";
                // line 123
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "achievement", [], "any", false, false, false, 123), "html", null, true);
                yield "</i>
                                </div>
                                <div class=\"col-6 float-left\"><hr>
                                    <u>";
                // line 126
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.factors", [], "messages");
                yield "</u>: 
                                    <i>";
                // line 127
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "factors", [], "any", false, false, false, 127), "html", null, true);
                yield "</i>
                                </div>
                            ";
            } else {
                // line 130
                yield "                                <div class=\"col-6 float-left\"><hr>
                                    <u>";
                // line 131
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.observations", [], "messages");
                yield "</u>: 
                                    <i>";
                // line 132
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "observations", [], "any", false, false, false, 132), "html", null, true);
                yield "</i>
                                </div>
                                <div class=\"col-6 float-left\"><hr>
                                    <u>";
                // line 135
                yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.constraints", [], "messages");
                yield "</u>: 
                                    <i>";
                // line 136
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["activity"], "constraints", [], "any", false, false, false, 136), "html", null, true);
                yield "</i>
                                </div>
                            ";
            }
            // line 139
            yield "                        </div>
                    </td>
                </tr>
                ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['activity'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 143
        yield "                </table>
            ";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  619 => 143,  610 => 139,  604 => 136,  600 => 135,  594 => 132,  590 => 131,  587 => 130,  581 => 127,  577 => 126,  571 => 123,  567 => 122,  564 => 121,  562 => 120,  557 => 117,  543 => 108,  539 => 107,  533 => 104,  520 => 94,  512 => 91,  500 => 84,  495 => 81,  493 => 80,  488 => 78,  482 => 75,  474 => 74,  470 => 73,  465 => 71,  461 => 70,  456 => 67,  452 => 66,  447 => 63,  443 => 61,  441 => 60,  435 => 57,  431 => 56,  427 => 55,  422 => 53,  418 => 52,  412 => 48,  405 => 47,  394 => 46,  333 => 18,  326 => 17,  315 => 16,  254 => 203,  247 => 202,  240 => 199,  236 => 198,  222 => 186,  215 => 185,  202 => 176,  195 => 172,  190 => 170,  180 => 165,  171 => 158,  166 => 156,  162 => 155,  159 => 154,  156 => 153,  152 => 151,  148 => 149,  145 => 148,  143 => 147,  140 => 146,  137 => 46,  135 => 45,  132 => 44,  128 => 43,  118 => 37,  107 => 29,  101 => 25,  99 => 24,  95 => 22,  92 => 21,  90 => 16,  85 => 15,  83 => 14,  80 => 13,  73 => 12,  62 => 9,  58 => 7,  55 => 4,  52 => 2,  50 => 1,  43 => 7,);
    }

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