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

/* index/show_odd.html.twig */
class __TwigTemplate_02d30e2b7cb1ac67acace5d7fde431c9 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_subtitle' => [$this, 'block_page_subtitle'],
            'page_breadcrumb' => [$this, 'block_page_breadcrumb'],
            'page_breadcrumb2' => [$this, 'block_page_breadcrumb2'],
            'page_content' => [$this, 'block_page_content'],
        ];
    }

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

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index/show_odd.html.twig"));

        $this->parent = $this->load("@AdminLTE/layout/public-layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));

        yield "ODD
\t";
        // line 4
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 4, $this->source); })()), "code", [], "any", false, false, false, 4), "html", null, true);
        yield "
\t:
\t";
        // line 6
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 6, $this->source); })()), "name", [], "any", false, false, false, 6), "html", null, true);
        yield "
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 8
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_subtitle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_subtitle"));

        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 9
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_breadcrumb"));

        // line 10
        yield "\t<a href=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
        yield "\">L'Agenda 2030 </a> 
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb2(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_breadcrumb2"));

        yield " / L'ODD
\t";
        // line 13
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 13, $this->source); })()), "code", [], "any", false, false, false, 13), "html", null, true);
        yield "
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 16
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));

        // line 17
        yield "

\t<!-- ======= Blog Section ======= -->
\t<section id=\"blog\" class=\"blog\">
\t\t<div class=\"container\">

\t\t\t<div class=\"row\">

\t\t\t\t<div class=\"col-lg-8 entries\">

\t\t\t\t\t<div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">

\t\t\t\t\t\t\t\t<div class=\"entry-img\">
\t\t\t\t\t\t\t\t\t<img src=\"\" alt=\"\" class=\"img-fluid\">
\t\t\t\t\t\t\t\t</div>

\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">
\t\t\t\t\t\t\t\t\tODD
\t\t\t\t\t\t\t\t\t";
        // line 39
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 39, $this->source); })()), "code", [], "any", false, false, false, 39), "html", null, true);
        yield ":
\t\t\t\t\t\t\t\t\t";
        // line 40
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 40, $this->source); })()), "name", [], "any", false, false, false, 40), "html", null, true);
        yield "
\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">";
        // line 42
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 42, $this->source); })()), "description", [], "any", false, false, false, 42), "html", null, true);
        yield "</h2>
\t\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t\t";
        // line 44
        $context["file"] = (("html/goal_" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 44, $this->source); })()), "code", [], "any", false, false, false, 44)) . ".html");
        // line 45
        yield "\t\t\t\t\t\t\t\t";
        yield from $this->load((isset($context["file"]) || array_key_exists("file", $context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.', 45, $this->source); })()), 45)->unwrap()->yield($context);
        // line 46
        yield "

\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">Cibles prioritaires de l'ODD
\t\t\t\t\t\t\t\t\t";
        // line 57
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 57, $this->source); })()), "code", [], "any", false, false, false, 57), "html", null, true);
        yield "</h2>
\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t";
        // line 59
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable((isset($context["targets"]) || array_key_exists("targets", $context) ? $context["targets"] : (function () { throw new RuntimeError('Variable "targets" does not exist.', 59, $this->source); })()));
        foreach ($context['_seq'] as $context["_key"] => $context["target"]) {
            // line 60
            yield "\t\t\t\t\t\t\t\t\t\t<li><a href=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index_target", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["target"], "id", [], "any", false, false, false, 60)]), "html", null, true);
            yield "\"> ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "code", [], "any", false, false, false, 60), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t";
            // line 62
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["target"], "name", [], "any", false, false, false, 62), "html", null, true);
            yield "</a></li>
\t\t\t\t\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 64
        yield "\t\t\t\t\t\t\t\t</ul>


\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- End blog entry -->

\t\t\t\t</div>
\t\t\t\t<!-- End blog entries list -->

\t\t\t\t<div class=\"col-lg-4\">

\t\t\t\t\t<div class=\"sidebar\">

\t\t\t\t\t\t<h3 class=\"sidebar-title\">Les ODD</h3>
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t";
        // line 81
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable((isset($context["goals"]) || array_key_exists("goals", $context) ? $context["goals"] : (function () { throw new RuntimeError('Variable "goals" does not exist.', 81, $this->source); })()));
        foreach ($context['_seq'] as $context["_key"] => $context["g"]) {
            // line 82
            yield "\t\t\t\t\t\t\t\t";
            if ((CoreExtension::getAttribute($this->env, $this->source, $context["g"], "code", [], "any", false, false, false, 82) != CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 82, $this->source); })()), "code", [], "any", false, false, false, 82))) {
                // line 83
                yield "\t\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t\t<div class=\"icon-box\">
\t\t\t\t\t\t\t\t\t\t\t<!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: ";
                // line 85
                yield ";\">";
                yield "</i></div-->
\t\t\t\t\t\t\t\t\t\t\t<!--h4 class=\"title\"><a href=\"";
                // line 86
                yield "\">";
                yield "</a></h4>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                    <p class=\"description\">";
                // line 87
                yield "</p-->
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
                // line 88
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index_goal", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["g"], "id", [], "any", false, false, false, 88)]), "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, 88), "html", null, true);
                yield ".png\" style=\"width:100%\"></a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
            }
            // line 92
            yield "\t\t\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 93
        yield "\t\t\t\t\t\t</div>

\t\t\t\t\t</div>
\t\t\t\t\t<!-- End sidebar -->

\t\t\t\t</div>
\t\t\t\t<!-- End blog sidebar -->

\t\t\t</div>


            <div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">L'ODD
\t\t\t\t\t\t\t\t\t";
        // line 110
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 110, $this->source); })()), "code", [], "any", false, false, false, 110), "html", null, true);
        yield " au Bénin</h2>
\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>

\t\t</div>
\t</section>
\t<!-- End Blog Section -->
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  314 => 110,  295 => 93,  289 => 92,  279 => 88,  276 => 87,  272 => 86,  268 => 85,  264 => 83,  261 => 82,  257 => 81,  238 => 64,  230 => 62,  222 => 60,  218 => 59,  213 => 57,  200 => 46,  197 => 45,  195 => 44,  190 => 42,  185 => 40,  181 => 39,  157 => 17,  147 => 16,  137 => 13,  125 => 12,  114 => 10,  104 => 9,  88 => 8,  78 => 6,  73 => 4,  61 => 3,  44 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/public-layout.html.twig' %}

{% block page_title %}ODD
\t{{ goal.code }}
\t:
\t{{goal.name}}
{% endblock %}
{% block page_subtitle %}{% endblock %}
{% block page_breadcrumb %}
\t<a href=\"{{ path('services') }}\">L'Agenda 2030 </a> 
{% endblock %}
{% block page_breadcrumb2 %} / L'ODD
\t{{ goal.code }}
{% endblock %}

{% block page_content %}


\t<!-- ======= Blog Section ======= -->
\t<section id=\"blog\" class=\"blog\">
\t\t<div class=\"container\">

\t\t\t<div class=\"row\">

\t\t\t\t<div class=\"col-lg-8 entries\">

\t\t\t\t\t<div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">

\t\t\t\t\t\t\t\t<div class=\"entry-img\">
\t\t\t\t\t\t\t\t\t<img src=\"\" alt=\"\" class=\"img-fluid\">
\t\t\t\t\t\t\t\t</div>

\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">
\t\t\t\t\t\t\t\t\tODD
\t\t\t\t\t\t\t\t\t{{ goal.code }}:
\t\t\t\t\t\t\t\t\t{{ goal.name }}
\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">{{ goal.description }}</h2>
\t\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t\t{% set file =  'html/goal_'  ~  goal.code  ~ '.html' %}
\t\t\t\t\t\t\t\t{% include file %}


\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">Cibles prioritaires de l'ODD
\t\t\t\t\t\t\t\t\t{{goal.code}}</h2>
\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t{% for target in targets %}
\t\t\t\t\t\t\t\t\t\t<li><a href=\"{{ path('index_target', { 'id': target.id }) }}\"> {{ target.code }}
\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t{{ target.name }}</a></li>
\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t</ul>


\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- End blog entry -->

\t\t\t\t</div>
\t\t\t\t<!-- End blog entries list -->

\t\t\t\t<div class=\"col-lg-4\">

\t\t\t\t\t<div class=\"sidebar\">

\t\t\t\t\t\t<h3 class=\"sidebar-title\">Les ODD</h3>
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t{% for g in goals %}
\t\t\t\t\t\t\t\t{% if g.code != goal.code %}
\t\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t\t<div class=\"icon-box\">
\t\t\t\t\t\t\t\t\t\t\t<!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: {#{ goal.color }#};\">{#{ goal.code }#}</i></div-->
\t\t\t\t\t\t\t\t\t\t\t<!--h4 class=\"title\"><a href=\"{#{ path('index_goal', { 'id': goal.id }) }#}\">{#{ goal.name }#}</a></h4>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                    <p class=\"description\">{#{ goal.description }#}</p-->
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('index_goal', { 'id': g.id }) }}\"> <img src=\"{{asset('dist/img/goal-')}}{{ g.code }}.png\" style=\"width:100%\"></a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t</div>

\t\t\t\t\t</div>
\t\t\t\t\t<!-- End sidebar -->

\t\t\t\t</div>
\t\t\t\t<!-- End blog sidebar -->

\t\t\t</div>


            <div class=\"row\">

\t\t\t\t\t\t<div class=\"col-lg-12 entries\">

\t\t\t\t\t\t\t<article class=\"entry entry-single\">
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">L'ODD
\t\t\t\t\t\t\t\t\t{{goal.code}} au Bénin</h2>
\t\t\t\t\t\t\t</article>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>

\t\t</div>
\t</section>
\t<!-- End Blog Section -->
{% endblock %}

{#% block message %}

    {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
        {% block box_body %}
            {% include 'html/goal_0.html' %}

            <div class=\"card card-primary card-outline card-outline-tabs\">
                <div class=\"card-header p-0 border-bottom-0\">
                    <ul class=\"nav nav-tabs\" id=\"custom-tabs-three-tab\" role=\"tablist\">
                    {% set item = 0 %} 
                    {% set number = rows|keys|length %}
                    {% for key in rows|keys %}
                        {% set item = item + 1 %}
                        <li class=\"nav-item\">
                            <a class=\"nav-link{% if (item == number) %} active{% endif %}\" 
                                id=\"custom-tabs-{{key}}-tab\" 
                                data-toggle=\"pill\" 
                                href=\"#custom-tabs-{{key}}\" 
                                role=\"tab\" 
                                aria-controls=\"custom-tabs-{{key}}\" 
                                aria-selected=\"{% if (item == number) %}true{% else %}false{% endif %}\">
                                    {{key}}
                            </a>
                        </li>
                    {% endfor %}
                    </ul>
                </div>
                <div class=\"card-body\">
                    <div class=\"tab-content\" id=\"custom-tabs-three-tabContent\">
                    {% set item = 0 %} 
                    {% for key in rows|keys %}
                        {% set item = item + 1 %}
                        {% set datas = rows[key] %}
                        <div class=\"tab-pane fade{% if (item == number) %} show active{% endif %}\" 
                            id=\"custom-tabs-{{key}}\" 
                            role=\"tabpanel\" 
                            aria-labelledby=\"custom-tabs-{{key}}-tab\">
                        
                            <table class=\"table\" style=\"width: 100%;\">
                            <thead>
                                <tr>
                                    <th style=\"width: 10px\">#</th>
                                    <th>ODD</th>
                                    <th style=\"width: 150px\">Sensibilité</th>
                                </tr>
                            </thead>
                            <tbody>
                                {% for data in datas %}
                                <tr>
                                    <td>{{data.id}}.</td>
                                    <td>{{data.goal.name}}</td>
                                    <td>
                                        <div class=\"progress progress-xm mt-1\">
                                            <div class=\"progress-bar\" style=\"background-color: {{data.goal.color}}; width: {{data.sensitivity}}%;\">{{data.sensitivity}}%</div>
                                        </div>
                                    </td>
                                </tr>
                                {% endfor %}
                            </tbody>
                            </table>
                
                        </div>
                    {% endfor %}
                    </div>
                </div>
            </div>

        {% endblock %}
    {% endembed %}

{% endblock %#}

", "index/show_odd.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/index/show_odd.html.twig");
    }
}
