<?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/index.html.twig */
class __TwigTemplate_ac723ddeabc56b0a9fa9209277d74899 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->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "<!DOCTYPE html>

<html lang=\"en\">
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
\t\t<title>
\t\t\tSIG ODD</title>
\t\t<meta content=\"Suivi des ODD au Bénin\" name=\"description\">
\t\t<meta content=\"SIG ODD, ODD, Développement durable, agenda 2030\" name=\"keywords\">
\t\t<link href=\"";
        // line 11
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/logo.png"), "html", null, true);
        yield "\" rel=\"icon\">
\t\t<link href=\"";
        // line 12
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/aos/aos.css"), "html", null, true);
        yield "\" rel=\"stylesheet\">
\t\t<link rel='stylesheet' href=\"";
        // line 13
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/style.css"), "html", null, true);
        yield "\">
\t</head>

\t<body class=\"mobile-nav-active\">
\t\t";
        // line 17
        yield from $this->load("frontend/nav.html.twig", 17)->unwrap()->yield($context);
        // line 18
        yield "\t\t<section id=\"hero\">
\t\t\t<div class=\"hero-container\" data-aos=\"fade-up\">
\t\t\t\t<h1>Bienvenue sur le Système Intégré de Gestion des ODD</h1>
\t\t\t\t<h2>";
        // line 21
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('App\Twig\SettingResolver')->resolveSetting("home_intro"), "html", null, true);
        yield "</h2>
\t\t\t</div>
\t\t</section>


\t\t<main id=\"main\">
\t\t\t<div class=\"container single-template\">
\t\t\t\t<div class=\"page-header\">
\t\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\t\tMot du Ministre d'Etat chargé du Développement et de la Coordination de l'Action Gouvernementale</h1>
\t\t\t\t</div>
\t\t\t\t<div class=\"row gx-md-5 gy-3\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t<div class=\"template-card d-xl-flex\">
\t\t\t\t\t\t\t<picture class=\"flex-shrink-0\">
\t\t\t\t\t\t\t\t<img src=\"";
        // line 36
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ministre.jpg"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"Photo du ministre\" width=\"800\" height=\"600\">
\t\t\t\t\t\t\t</picture>
\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\tclass=\"details\">
\t\t\t\t\t\t\t\t<!--<h2>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tFlexStart - Bootstrap Startup Template
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h2>-->
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tQuand j’ai pris la tête du Ministère du Plan et du Développement, j’ai été pragmatique à l’endroit de mes collaborateurs en charge de la Coordination et du Suivi des ODD.
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t              Je leur ai notamment signifié qu’il ne fallait pas que ce soit par un heureux hasard que le Bénin réalise les ODD. Par conséquent, notre marche vers les ODD doit être maitrisée, guidée et contrôlée. Ceci suggère une véritable appropriation traduite par la priorisation des cibles des ODD, la contextualisation et la domestication des indicateurs, l’alignement des documents de planification, de programmation et de mise en œuvre du développement que sont : le Programme d’Action du Gouvernement « le Bénin Révélé », le Plan National de Développement et les Plans de Développement Communaux.
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</main>

\t\t";
        // line 54
        if ((($tmp = ($context["events"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 55
            yield "
\t\t<div class=\"container single-template\">

\t\t\t<div class=\"page-header\">
\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\tL'actualité des ODD au Bénin
\t\t\t\t</h1>
\t\t\t</div>
\t\t\t<div style=\"margin-bottom:15px; text-align: right;\"><a href=\"";
            // line 63
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenements");
            yield "\" class=\"more\">Toute l'actualité</a></div>
\t\t\t<section class=\"category-section\">
\t\t\t\t<div class=\"container aos-init aos-animate\" data-aos=\"fade-up\">


\t\t\t\t\t<div class=\"row g-5\">
\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t<div class=\"post-entry-1 lg\">
\t\t\t\t\t\t\t\t<a href=\"";
            // line 71
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (($_v0 = ($context["events"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[0] ?? null) : null), "id", [], "any", false, false, false, 71)]), "html", null, true);
            yield "\"><img src=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/events/"), "html", null, true);
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v1 = ($context["events"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null), "photo", [], "any", false, false, false, 71), "html", null, true);
            yield "\" alt=\"\" class=\"img-fluid\" style=\"max-width: auto;height: 370px;\"></a>
\t\t\t\t\t\t\t\t<div class=\"post-meta\">
\t\t\t\t\t\t\t\t\t<span class=\"date\">";
            // line 73
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v2 = ($context["events"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[0] ?? null) : null), "lieu", [], "any", false, false, false, 73), "html", null, true);
            yield "</span>
\t\t\t\t\t\t\t\t\t<span class=\"mx-1\">•</span>
\t\t\t\t\t\t\t\t\t<span>";
            // line 75
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (($_v3 = ($context["events"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3[0] ?? null) : null), "date", [], "any", false, false, false, 75), "d/m/Y"), "html", null, true);
            yield "</span>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<h2 style=\"font-size: 20px; padding: 0; margin: 0; color: #023b6d;\">
\t\t\t\t\t\t\t\t\t<a href=\"";
            // line 78
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (($_v4 = ($context["events"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4[0] ?? null) : null), "id", [], "any", false, false, false, 78)]), "html", null, true);
            yield "\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v5 = ($context["events"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5[0] ?? null) : null), "title", [], "any", false, false, false, 78), "html", null, true);
            yield "</a>
\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>

\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t<div class=\"row g-5\">
\t\t\t\t\t\t\t\t";
            // line 85
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(range(1, 4));
            foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
                // line 86
                yield "\t\t\t\t\t\t\t\t";
                if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["events"] ?? null)) > $context["i"])) {
                    // line 87
                    yield "\t\t\t\t\t\t\t\t<div class=\"col-lg-6 border-start custom-border\" style=\"margin-bottom: 15px;\">
\t\t\t\t\t\t\t\t\t<div class=\"post-entry-1\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
                    // line 89
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (($_v6 = ($context["events"] ?? null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6[$context["i"]] ?? null) : null), "id", [], "any", false, false, false, 89)]), "html", null, true);
                    yield "\"><img src=\"";
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/events/"), "html", null, true);
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v7 = ($context["events"] ?? null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7[$context["i"]] ?? null) : null), "photo", [], "any", false, false, false, 89), "html", null, true);
                    yield "\" alt=\"\" class=\"img-fluid\" style=\"max-width: auto;height: 150px;\"></a>
\t\t\t\t\t\t\t\t\t\t<div class=\"post-meta\">
\t\t\t\t\t\t\t\t\t\t\t<span class=\"date\">";
                    // line 91
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v8 = ($context["events"] ?? null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8[$context["i"]] ?? null) : null), "lieu", [], "any", false, false, false, 91), "html", null, true);
                    yield "</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"mx-1\">•</span>
\t\t\t\t\t\t\t\t\t\t\t<span>";
                    // line 93
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (($_v9 = ($context["events"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9[$context["i"]] ?? null) : null), "date", [], "any", false, false, false, 93), "d/m/Y"), "html", null, true);
                    yield "</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size: 14px; padding: 0; margin: 0; color: #023b6d;\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
                    // line 96
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("evenement", ["id" => CoreExtension::getAttribute($this->env, $this->source, (($_v10 = ($context["events"] ?? null)) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10[$context["i"]] ?? null) : null), "id", [], "any", false, false, false, 96)]), "html", null, true);
                    yield "\">";
                    yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (($_v11 = ($context["events"] ?? null)) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11[$context["i"]] ?? null) : null), "title", [], "any", false, false, false, 96), "html", null, true);
                    yield "</a>
\t\t\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
                }
                // line 101
                yield "\t\t\t\t\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 102
            yield "
\t\t\t\t\t\t\t</div>

\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- End .row -->
\t\t\t\t</div>
\t\t\t</section>

\t\t</div>
\t\t";
        }
        // line 113
        yield "
\t\t<footer id=\"footer\">
\t\t\t<div class=\"footer-newsletter\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t\t\t<div class=\"newsletter-form\">
\t\t\t\t\t\t\t\t<h3>
\t\t\t\t\t\t\t\t\tLes ODD au bénin</h3>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tSuivez le niveau de la mise en oeuvre des ODD au Bénin sur une carte interactive
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
        // line 129
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda2030");
        yield "\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"submit\" value=\"Agenda 2030\" title=\"Agenda 2030\" style=\"background: #009b !important;\">
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
        // line 134
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("indicateur", ["id" => 1]);
        yield "\">
\t\t\t\t\t\t\t\t\t\t\t<input type=\"submit\" value=\"Voir la carte interactive\" title=\"Voir la carte interactive\">
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>

\t\t\t\t\t\t<div class=\"col-xl-6 col-lg-6\">
\t\t\t\t\t\t\t<img src=\"";
        // line 143
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/carteodd.png"), "html", null, true);
        yield "\" height=\"300px\">
\t\t\t\t\t\t</div>

\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>

\t\t<div class=\"container single-template\">
\t\t\t<div class=\"page-header\">
\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\tL'agenda 2030 : Les 17 Objectifs de Développement Durable</h1>
\t\t\t</div>
\t\t\t<div class=\"row gx-md-5 gy-3\">
\t\t\t\t";
        // line 157
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["goals"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["goal"]) {
            // line 158
            yield "\t\t\t\t\t<div class=\"col-xl-2 col-lg-2\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: ";
            // line 160
            yield ";\">";
            yield "</i></div-->
\t\t\t\t\t\t\t<!--h4 class=\"title\"><a href=\"";
            // line 161
            yield "\">";
            yield "</a></h4>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                <p class=\"description\">";
            // line 162
            yield "</p-->
\t\t\t\t\t\t\t\t<a href=\"";
            // line 163
            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["goal"], "id", [], "any", false, false, false, 163)]), "html", null, true);
            yield "\"> <img src=\"";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/odd"), "html", null, true);
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["goal"], "code", [], "any", false, false, false, 163), "html", null, true);
            yield ".png\" style=\"width:100%\"></a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['goal'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 167
        yield "\t\t\t\t<div class=\"col-xl-2 col-lg-2\">
\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t<!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: ";
        // line 169
        yield ";\">";
        yield "</i></div-->
\t\t\t\t\t\t<!--h4 class=\"title\"><a href=\"";
        // line 170
        yield "\">";
        yield "</a></h4>
\t\t\t\t\t\t\t\t\t\t\t\t\t                                <p class=\"description\">";
        // line 171
        yield "</p-->
\t\t\t\t\t<img src=\"";
        // line 172
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/odd000.png"), "html", null, true);
        yield "\" style=\"width:100%\"> </div>
\t\t\t\t</div>
\t\t\t</div>

\t\t</div>

\t\t<br>
\t\t<br>

\t\t<div class=\"container single-template\">
\t\t\t<div class=\"page-header\">
\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\tL'agenda 2063 : Les 7 Aspirations pour une Afrique prospère</h1>
\t\t\t</div>
\t\t</div>

\t\t<footer id=\"footer\">
\t\t\t<div class=\"footer-newsletter\" style=\"background-color:#FFFFFF;\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">

\t\t\t\t\t\t<div class=\"col-xl-4 col-lg-4\">
\t\t\t\t\t\t\t<img src=\"";
        // line 194
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/agenda2063/agenda2063.png"), "html", null, true);
        yield "\" height=\"300px\">
\t\t\t\t\t\t</div>

\t\t\t\t\t\t<div class=\"col-xl-8 col-lg-8\">
\t\t\t\t\t\t\t<div class=\"newsletter-form\" style=\"background-color:#FFFFFF;\">
\t\t\t\t\t\t\t\t<h3>
\t\t\t\t\t\t\t\t\tL'agenda 2063</h3>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tLes projets phares de l'Agenda 2063 font référence à des programmes et initiatives clés qui ont été identifiés comme essentiels pour accélérer la croissance économique et le développement de l'Afrique, ainsi que pour promouvoir notre identité commune en célébrant notre histoire et notre culture dynamique.
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t<a href=\"";
        // line 204
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agenda2063");
        yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"submit\" value=\"Lire plus ...\" title=\"Agenda 2063\">
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>


\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>


\t\t<br>
\t\t<br>

\t\t<div class=\"container single-template\">
\t\t\t<div class=\"page-header\">
\t\t\t\t<h1 class=\"page-title\">
\t\t\t\t\tSensibilité des PTA des ministères aux ODD en ";
        // line 223
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["year"] ?? null), "html", null, true);
        yield "</h1>
\t\t\t</div>
\t\t</div>

\t\t<footer id=\"footer\" style=\"margin-bottom: -30px;\">
\t\t\t<div class=\"footer-newsletter\" style=\"background-color:#FFFFFF;\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row justify-content-center\">
\t\t\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t\t\t<div class=\"chart\" style=\"position: relative; height:70vh; width:100%\">
\t\t\t\t\t\t\t\t<canvas id=\"barChart\"></canvas>
\t\t\t\t\t\t\t\t<div id=\"bar-chart\" style=\"height: 500px;\"></div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>

\t\t<footer id=\"footer\" style=\"margin-bottom: -30px;\">
\t\t\t<div class=\"footer-newsletter\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row justify-content-center\">
\t\t\t\t\t\t<div class=\"col-lg-6\">
\t\t\t\t\t\t\t<div class=\"newsletter-form\">
\t\t\t\t\t\t\t\t<h3>
\t\t\t\t\t\t\t\t\tRejoignez notre Newsletter</h3>
\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\tSoubscrire à la newsletter et recevez toutes les informations sur les OOD au Bénin.</p>
\t\t\t\t\t\t\t\t<form action=\"";
        // line 252
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_newsletter");
        yield "\" method=\"POST\">
\t\t\t\t\t\t\t\t\t <input type=\"hidden\" name=\"_csrf_token\" value=\"";
        // line 253
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
        yield "\">
\t\t\t\t\t\t\t\t\t<input type=\"email\" class=\"mb-3\" name=\"newsletter_email\" title=\"Entrez votre email\" placeholder=\"Entrez votre email\" required>
\t\t\t\t\t\t\t\t\t<input type=\"submit\" value=\"Souscrire\" title=\"Souscrire\">
\t\t\t\t\t\t\t\t\t<div class=\"loading mt-3\"></div>
\t\t\t\t\t\t\t\t\t<div class=\"error-message\"></div>
\t\t\t\t\t\t\t\t\t<div class=\"sent-message\">
\t\t\t\t\t\t\t\t\t\tYour subscription request has been sent. Please click on the confirmation link that we sent to your Email.</div>
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>

\t\t";
        // line 268
        yield from $this->load("frontend/footer.html.twig", 268)->unwrap()->yield($context);
        // line 269
        yield "
\t\t<script src=\"";
        // line 270
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/main-3.7.js"), "html", null, true);
        yield "\"></script>
\t\t<script src=\"";
        // line 271
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/aos/aos.js"), "html", null, true);
        yield "\"></script>
\t\t<script>
\t\t\tAOS.init();
\t\t</script>

\t\t<script src=\"";
        // line 276
        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>
\t\t<script>
        \$(function () {
            var barChartData = {
                labels  : ";
        // line 280
        if ((($tmp = ($context["barChart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield json_encode((($_v12 = ($context["barChart"] ?? null)) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12["labels"] ?? null) : null));
        } else {
            yield " [] ";
        }
        yield ",
                datasets: [
                    {
                        backgroundColor     : ";
        // line 283
        if ((($tmp = ($context["barChart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield json_encode((($_v13 = ($context["barChart"] ?? null)) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13["bgColor"] ?? null) : null));
        } else {
            yield " [] ";
        }
        yield ",
                        borderColor         : ";
        // line 284
        if ((($tmp = ($context["barChart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield json_encode((($_v14 = ($context["barChart"] ?? null)) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14["bgColor"] ?? null) : null));
        } else {
            yield " [] ";
        }
        yield ",
                        borderWidth         : 1,
                        pointRadius         : false,
                        pointColor          : '#3b8bba',
                        pointStrokeColor    : 'rgba(60,141,188,1)',
                        pointHighlightFill  : '#fff',
                        pointHighlightStroke: 'rgba(60,141,188,1)',
                        data                : ";
        // line 291
        if ((($tmp = ($context["barChart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield json_encode((($_v15 = ($context["barChart"] ?? null)) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15["values"] ?? null) : null));
        } else {
            yield " [] ";
        }
        // line 292
        yield "                    },
                ]
            }

            var barChartCanvas = document.getElementById('barChart').getContext('2d');
      
            var barChartOptions = {
                responsive              : true,
                maintainAspectRatio     : false,
                datasetFill             : false,
                legend: {
                        display: false
                    },
                scales: {
                    yAxes: [{
                        ticks: {
                            beginAtZero: true
                        }
                    }]
                },
                plugins: {
                    // Change options for ALL labels of THIS CHART
                    datalabels: {
                        backgroundColor: ";
        // line 315
        if ((($tmp = ($context["barChart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            yield json_encode((($_v16 = ($context["barChart"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16["bgColor"] ?? null) : null));
        } else {
            yield " [] ";
        }
        yield ",
\t\t\t\t\t\tborderColor: 'white',
\t\t\t\t\t\tborderRadius: 25,
\t\t\t\t\t\tborderWidth: 2,
                        color: 'white',
                        font: {
                            weight: 'bold',
                            size: 12,
                        },
                        align: 'start',
\t\t\t\t\t\tanchor: 'end'
                    }
                }
            }
        
            var barChart = new Chart(barChartCanvas, {
                type: 'bar', 
                data: barChartData,
                options: barChartOptions
            })
      
        })
    </script>

    <script src=\"";
        // line 339
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/chart.js/Chart.min.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 340
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/chartjs-plugin-datalabels/chartjs-plugin-datalabels.min.js"), "html", null, true);
        yield "\"></script>
\t</body>
</html></body></html>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  566 => 340,  562 => 339,  531 => 315,  506 => 292,  500 => 291,  486 => 284,  478 => 283,  468 => 280,  461 => 276,  453 => 271,  449 => 270,  446 => 269,  444 => 268,  426 => 253,  422 => 252,  390 => 223,  368 => 204,  355 => 194,  330 => 172,  327 => 171,  323 => 170,  319 => 169,  315 => 167,  302 => 163,  299 => 162,  295 => 161,  291 => 160,  287 => 158,  283 => 157,  266 => 143,  254 => 134,  246 => 129,  228 => 113,  215 => 102,  209 => 101,  199 => 96,  193 => 93,  188 => 91,  180 => 89,  176 => 87,  173 => 86,  169 => 85,  157 => 78,  151 => 75,  146 => 73,  138 => 71,  127 => 63,  117 => 55,  115 => 54,  94 => 36,  76 => 21,  71 => 18,  69 => 17,  62 => 13,  58 => 12,  54 => 11,  42 => 1,);
    }

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