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

/* frontend/odd.html.twig */
class __TwigTemplate_e5024295e1fd45778ea8384f22bb9c1f 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 = [
            'content' => [$this, 'block_content'],
            'js' => [$this, 'block_js'],
        ];
    }

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

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("frontend/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_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 4
        yield "<div class=\"container single-template\">
\t<div class=\"page-header\">
\t\t<h1 class=\"page-title\">
\t\t\tODD
\t\t\t";
        // line 8
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 8), "html", null, true);
        yield "
\t\t\t:
\t\t\t";
        // line 10
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "name", [], "any", false, false, false, 10), "html", null, true);
        yield "
\t\t</h1>
\t</div>

\t<div class=\"row gx-md-5 gy-3\">
\t\t<div class=\"col-lg-8\">

\t\t\t<div class=\"download-template\" style=\"margin-top:0px;\">

\t\t\t\t<div class=\"licenses\">
\t\t\t\t\t<div class=\"title\" style=\"height: 100%\">
\t\t\t\t\t\t<h2>";
        // line 21
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "description", [], "any", false, false, false, 21), "html", null, true);
        yield "</h2>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>


\t\t\t<div class=\"single-contnet pt-4\">
\t\t\t\t";
        // line 28
        $context["file"] = (("html/goal_" . CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 28)) . ".html");
        // line 29
        yield "\t\t\t\t";
        yield from $this->load(($context["file"] ?? null), 29)->unwrap()->yield($context);
        // line 30
        yield "\t\t\t\t<br>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"col-lg-4\">
\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t\t\t\t<svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1k33q06\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:#cccccc;stroke:#cccccc;stroke-width:1;stroke-miterlimit:10;\" focusable=\"false\" aria-hidden=\"true\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\"><path d=\"M12 4.08A7.92 7.92 0 0 0 4.08 12 7.92 7.92 0 0 0 12 19.92 7.92 7.92 0 0 0 19.92 12 7.92 7.92 0 0 0 12 4.08Z\" style=\"stroke-width: 0.792;\"></path></svg>
\t\t\t\t\t\t\t\t\t\tNon applicable
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
        // line 39
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["status"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["s"]) {
            // line 40
            yield "\t\t\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t\t\t\t<svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1k33q06\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:";
            // line 41
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["s"], "flag", [], "any", false, false, false, 41), "html", null, true);
            yield ";stroke:";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["s"], "flag", [], "any", false, false, false, 41), "html", null, true);
            yield ";stroke-width:1;stroke-miterlimit:10;\" focusable=\"false\" aria-hidden=\"true\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\"><path d=\"M12 4.08A7.92 7.92 0 0 0 4.08 12 7.92 7.92 0 0 0 12 19.92 7.92 7.92 0 0 0 19.92 12 7.92 7.92 0 0 0 12 4.08Z\" style=\"stroke-width: 0.792;\"></path></svg>
\t\t\t\t\t\t\t\t\t\t";
            // line 42
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["s"], "name", [], "any", false, false, false, 42), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['s'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 45
        yield "\t\t\t\t\t\t\t</div>
\t\t\t<div class=\"single-sidebar\">
\t\t\t\t<svg version=\"1.1\" id=\"Benin\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"300px\" height=\"540px\" viewbox=\"0 0 432 755\" style=\"enable-background:new 0 0 432 755;\" xml:space=\"preserve\">
\t\t\t\t\t\t<defs>
\t\t\t\t\t\t\t<style>
\t\t\t\t\t\t\t\t#carte path {
\t\t\t\t\t\t\t\t\tcursor: pointer;
\t\t\t\t\t\t\t\t}
\t\t\t\t\t\t\t\tpath:hover {
\t\t\t\t\t\t\t\t\topacity: .5;
\t\t\t\t\t\t\t\t}
\t\t\t\t\t\t\t</style>
\t\t\t\t\t\t</defs>
\t\t\t\t\t\t";
        // line 58
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["departements"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["departement"]) {
            // line 59
            yield "\t\t\t\t\t\t";
            $context["flag"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getGoalStatutColor", [($context["year"] ?? null), ($context["goal"] ?? null), 2, CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "id", [], "any", false, false, false, 59)], "method", false, false, false, 59);
            // line 60
            yield "\t\t\t\t\t\t<a onclick=\"chargerCommune(";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "id", [], "any", false, false, false, 60), "html", null, true);
            yield ")\" class=\"tooltips\" data-container=\"body\" data-original-title=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "name", [], "any", false, false, false, 60), "html", null, true);
            yield "\">
\t\t\t\t\t\t\t<path
\t\t\t\t\t\t\t\tid=\"departement";
            // line 62
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "id", [], "any", false, false, false, 62), "html", null, true);
            yield "\" style=\"fill-rule:evenodd;clip-rule:evenodd;fill:";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["flag"] ?? null), "html", null, true);
            yield ";stroke:#000;stroke-width:1;stroke-miterlimit:10;\" d=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "coordonnee", [], "any", false, false, false, 62), "html", null, true);
            yield "\"><title>";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["departement"], "name", [], "any", false, false, false, 62), "html", null, true);
            yield "</title>
\t\t\t\t\t\t\t</path>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['departement'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 66
        yield "\t\t\t\t\t</svg>
\t\t\t</div>
\t\t</div>
\t</div>




<section id=\"faq\" class=\"faq\">
      <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\">

        <ul class=\"faq-list accordion aos-init aos-animate\" data-aos=\"fade-up\">

         <li>
            <a data-bs-toggle=\"collapse\" class=\"\" data-bs-target=\"#faq1\" aria-expanded=\"true\">
\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t<h2>Les cibles prioritaires de l'ODD ";
        // line 82
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 82), "html", null, true);
        yield "</h2>
\t\t\t\t</div>
\t\t\t
\t\t\t<i class=\"bx bx-chevron-down icon-show\"></i>
\t\t\t<i class=\"bx bx-x icon-close\"></i>
\t\t\t</a>
            <div id=\"faq1\" class=\"collapse show\" data-bs-parent=\".faq-list\" style=\"\">
              <ul style=\"list-style-type: none;\">
\t\t\t\t\t";
        // line 90
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["targets"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["target"]) {
            // line 91
            yield "\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px;\">

\t\t\t\t\t\t\t<a href=\"";
            // line 93
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cible", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["target"], "id", [], "any", false, false, false, 93)]), "html", null, true);
            yield "\">
\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
            // line 95
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
            yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t";
            // line 97
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "code", [], "any", false, false, false, 97), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t";
            // line 99
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "description", [], "any", false, false, false, 99), "html", null, true);
            yield "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['target'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 103
        yield "\t\t\t\t</ul>

            </div>
          </li>

          <li>
            <a data-bs-toggle=\"collapse\" class=\"collapsed\" data-bs-target=\"#faq2\" aria-expanded=\"false\">
\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t<h2>Les indicateurs de l'ODD
\t\t\t\t\t\t";
        // line 112
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 112), "html", null, true);
        yield "</h2>
\t\t\t\t</div>
\t\t\t
\t\t\t<i class=\"bx bx-chevron-down icon-show\"></i>
\t\t\t<i class=\"bx bx-x icon-close\"></i>
\t\t\t</a>
            <div id=\"faq2\" class=\"collapse\" data-bs-parent=\".faq-list\" style=\"\">
              <ul style=\"list-style-type: none;\">
\t\t\t\t\t";
        // line 120
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["targets"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["target"]) {
            // line 121
            yield "\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px;\">
\t\t\t\t\t\t\t\t<strong>
\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
            // line 124
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
            yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t";
            // line 126
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "code", [], "any", false, false, false, 126), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t";
            // line 128
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "description", [], "any", false, false, false, 128), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t</strong>

\t\t\t\t\t\t\t\t<ul style=\"list-style-type: none;\">
\t\t\t\t\t";
            // line 132
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "indicators", [], "any", false, false, false, 132));
            foreach ($context['_seq'] as $context["_key"] => $context["indicator"]) {
                // line 133
                yield "\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px;\">
\t\t\t\t\t\t\t<a href=\"";
                // line 134
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("indicateur", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["indicator"], "id", [], "any", false, false, false, 134)]), "html", null, true);
                yield "\">
\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
                // line 136
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
                yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t";
                // line 138
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicator"], "code", [], "any", false, false, false, 138), "html", null, true);
                yield "
\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t";
                // line 140
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicator"], "name", [], "any", false, false, false, 140), "html", null, true);
                yield "
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_key'], $context['indicator'], $context['_parent']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 144
            yield "\t\t\t\t</ul>
\t\t\t\t\t\t</li>
\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['target'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 147
        yield "\t\t\t\t</ul>

            </div>
          </li>
\t\t ";
        // line 151
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "alignement", [], "any", false, false, false, 151)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 152
            yield "\t\t  <li>
            <a data-bs-toggle=\"collapse\" class=\"collapsed\" data-bs-target=\"#faq3\" aria-expanded=\"false\">
\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t<h2>Alignement de l'ODD avec l'agenda 2063</h2>
\t\t\t\t</div>
\t\t\t
\t\t\t<i class=\"bx bx-chevron-down icon-show\"></i>
\t\t\t<i class=\"bx bx-x icon-close\"></i>
\t\t\t</a>
            <div id=\"faq3\" class=\"collapse\" data-bs-parent=\".faq-list\" style=\"\">
              <ul style=\"list-style-type: none;\">
\t\t\t\t\t";
            // line 163
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "alignement", [], "any", false, false, false, 163));
            foreach ($context['_seq'] as $context["_key"] => $context["ali"]) {
                // line 164
                yield "\t\t\t\t\t\t";
                $context["entity"] = CoreExtension::getAttribute($this->env, $this->source, ($context["settingsManager"] ?? null), "getODD", [(($_v0 = $context["ali"]) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[0] ?? null) : null)], "method", false, false, false, 164);
                // line 165
                yield "\t\t\t\t\t\t<li style=\"margin-bottom: 10px; padding-bottom: 0px;\">
\t\t\t\t\t\t\t\t<svg class=\"icon icon-chevron-right\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t\t<use xlink:href=\"";
                // line 167
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/icons/icons-3.7.svg"), "html", null, true);
                yield "#chevron-right\"></use>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\tAspiration ";
                // line 169
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["entity"] ?? null), "code", [], "any", false, false, false, 169), "html", null, true);
                yield " :  ";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["entity"] ?? null), "name", [], "any", false, false, false, 169), "html", null, true);
                yield "
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-";
                // line 172
                yield ((((($_v1 = $context["ali"]) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[1] ?? null) : null) == "Fort")) ? ("success") : ("danger"));
                yield " btn-sm\" style=\"padding: 2px; font-size: 10px;\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v2 = $context["ali"]) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[1] ?? null) : null), "html", null, true);
                yield "</button>
\t\t\t\t\t\t</li>
\t\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_key'], $context['ali'], $context['_parent']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 175
            yield "\t\t\t\t</ul>

            </div>
          </li>
\t\t  ";
        }
        // line 180
        yield "
        </ul>

      </div>
    </section>





<div class=\"page-header\">
\t\t<h1 class=\"page-title\">
\t\t\tEvolution de l'ODD ";
        // line 192
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 192), "html", null, true);
        yield " au Bénin
\t\t</h1>
\t</div>

\t<div id=\"chart\"></div>

<div class=\"page-header\">
\t\t<h1 class=\"page-title\">
\t\t\tLes autres ODD
\t\t</h1>
\t</div>

<div class=\"row gx-md-5 gy-3\">
\t\t";
        // line 205
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["goals"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["g"]) {
            // line 206
            yield "\t\t\t\t\t\t";
            if ((CoreExtension::getAttribute($this->env, $this->source, $context["g"], "code", [], "any", false, false, false, 206) != CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 206))) {
                // line 207
                yield "\t\t\t\t\t\t\t<div class=\"col-xl-2 col-lg-2\">
\t\t\t\t\t\t\t\t<div class=\"icon-box\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
                // line 209
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("odd", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["g"], "id", [], "any", false, false, false, 209)]), "html", null, true);
                yield "\"> <img src=\"";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/goal-"), "html", null, true);
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["g"], "code", [], "any", false, false, false, 209), "html", null, true);
                yield ".png\" style=\"width:100%\"></a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
            }
            // line 213
            yield "\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['g'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 214
        yield "
</div>
</div>
";
        yield from [];
    }

    // line 219
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_js(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 220
        yield "<script src=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/jquery/jquery.min.js"), "html", null, true);
        yield "\"></script>
<script src=\"";
        // line 221
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/apexcharts/apexcharts.js"), "html", null, true);
        yield "\"></script>

<script>
\$.getJSON('";
        // line 224
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/apexcharts/locales/fr.json"), "html", null, true);
        yield "', function(data) {
var fr = data

var options = {
  chart: {
    type: 'bar',
    locales: [fr],
    defaultLocale: 'fr',
  },
  series: [{
    name: 'Indice global',
    data: ";
        // line 235
        yield json_encode(($context["data"] ?? null));
        yield "
  }],
  xaxis: {
    categories: ";
        // line 238
        yield json_encode(($context["annees"] ?? null));
        yield "
  },
  legend: {
      show: false,
      },
  plotOptions: {
        bar: {
            distributed: true,
        },
    },
  colors: ";
        // line 248
        yield json_encode(($context["colors"] ?? null));
        yield ",
  yaxis: {
\tmin : 0,
},
}

var chart = new ApexCharts(document.querySelector(\"#chart\"), options);

chart.render();
});
</script>

";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  507 => 248,  494 => 238,  488 => 235,  474 => 224,  468 => 221,  463 => 220,  456 => 219,  448 => 214,  442 => 213,  432 => 209,  428 => 207,  425 => 206,  421 => 205,  405 => 192,  391 => 180,  384 => 175,  373 => 172,  365 => 169,  360 => 167,  356 => 165,  353 => 164,  349 => 163,  336 => 152,  334 => 151,  328 => 147,  320 => 144,  310 => 140,  305 => 138,  300 => 136,  295 => 134,  292 => 133,  288 => 132,  281 => 128,  276 => 126,  271 => 124,  266 => 121,  262 => 120,  251 => 112,  240 => 103,  230 => 99,  225 => 97,  220 => 95,  215 => 93,  211 => 91,  207 => 90,  196 => 82,  178 => 66,  162 => 62,  154 => 60,  151 => 59,  147 => 58,  132 => 45,  123 => 42,  117 => 41,  114 => 40,  110 => 39,  99 => 30,  96 => 29,  94 => 28,  84 => 21,  70 => 10,  65 => 8,  59 => 4,  52 => 3,  41 => 1,);
    }

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