<?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_c8dce1cd4f9ce823500cc9e8f6e9d036 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;
        $this->parent = $this->load("@AdminLTE/layout/public-layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "ODD
\t";
        // line 4
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "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, ($context["goal"] ?? null), "name", [], "any", false, false, false, 6), "html", null, true);
        yield "
";
        yield from [];
    }

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

    // line 9
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 10
        yield "\t<a href=\"";
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("services");
        yield "\">L'Agenda 2030 </a> 
";
        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb2(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield " / L'ODD
\t";
        // line 13
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 13), "html", null, true);
        yield "
";
        yield from [];
    }

    // line 16
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // 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, ($context["goal"] ?? null), "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, ($context["goal"] ?? null), "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, ($context["goal"] ?? null), "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, ($context["goal"] ?? null), "code", [], "any", false, false, false, 44)) . ".html");
        // line 45
        yield "\t\t\t\t\t\t\t\t";
        yield from $this->load(($context["file"] ?? null), 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, ($context["goal"] ?? null), "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(($context["targets"] ?? null));
        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(($context["goals"] ?? null));
        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, ($context["goal"] ?? null), "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, ($context["goal"] ?? null), "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 -->
";
        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 (  281 => 110,  262 => 93,  256 => 92,  246 => 88,  243 => 87,  239 => 86,  235 => 85,  231 => 83,  228 => 82,  224 => 81,  205 => 64,  197 => 62,  189 => 60,  185 => 59,  180 => 57,  167 => 46,  164 => 45,  162 => 44,  157 => 42,  152 => 40,  148 => 39,  124 => 17,  117 => 16,  110 => 13,  101 => 12,  93 => 10,  86 => 9,  76 => 8,  69 => 6,  64 => 4,  55 => 3,  44 => 1,);
    }

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