<?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_target.html.twig */
class __TwigTemplate_2d3462fdbde249ba5ad4a419cdca16ed 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_breadcrumb3' => [$this, 'block_page_breadcrumb3'],
            '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 "Les cibles de l'ODD ";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["goal"] ?? null), "code", [], "any", false, false, false, 3), "html", null, true);
        yield from [];
    }

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

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

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

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb3(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 13
        yield "\tLes cibles
";
        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-12 entries\">

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

\t\t\t\t\t\t<ul class=\"nav nav-tabs nav-justified mb-5\" id=\"pills-tab\" role=\"tablist\">
\t\t\t\t\t\t";
        // line 31
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["targets"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["t"]) {
            // line 32
            yield "\t\t\t\t\t\t\t<li class=\"nav-item\" role=\"presentation\">
\t\t\t\t\t\t\t\t<a class=\"nav-link ";
            // line 33
            if ((CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 33) == CoreExtension::getAttribute($this->env, $this->source, ($context["target"] ?? null), "id", [], "any", false, false, false, 33))) {
                yield " active ";
            }
            yield "\" id=\"cible-";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 33), "html", null, true);
            yield "-tab\" data-toggle=\"pill\" href=\"#cible-";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 33), "html", null, true);
            yield "\" role=\"tab\" aria-controls=\"cible-";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 33), "html", null, true);
            yield "\" aria-selected=\"true\">Cible ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "code", [], "any", false, false, false, 33), "html", null, true);
            yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['t'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 36
        yield "\t\t\t\t\t\t</ul>
\t\t\t\t\t\t<div class=\"tab-content\" id=\"pills-tabContent\">
\t\t\t\t\t\t\t<br>
\t\t\t\t\t\t\t";
        // line 39
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(($context["targets"] ?? null));
        foreach ($context['_seq'] as $context["_key"] => $context["t"]) {
            // line 40
            yield "\t\t\t\t\t\t\t<div class=\"tab-pane fade show ";
            if ((CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 40) == CoreExtension::getAttribute($this->env, $this->source, ($context["target"] ?? null), "id", [], "any", false, false, false, 40))) {
                yield " active ";
            }
            yield "\" id=\"cible-";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 40), "html", null, true);
            yield "\" role=\"tabpanel\" aria-labelledby=\"cible-";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "id", [], "any", false, false, false, 40), "html", null, true);
            yield "-tab\">
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">
\t\t\t\t\t\t\t\t\tCible
\t\t\t\t\t\t\t\t\t";
            // line 43
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "code", [], "any", false, false, false, 43), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t\t:
\t\t\t\t\t\t\t\t\t";
            // line 45
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "name", [], "any", false, false, false, 45), "html", null, true);
            yield "
\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t<p>";
            // line 47
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "description", [], "any", false, false, false, 47), "html", null, true);
            yield "</p>
\t\t\t\t\t\t\t\t<br>


\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">Situation de la cible au Bénin
\t\t\t\t\t\t\t\t\t";
            // line 52
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["t"], "code", [], "any", false, false, false, 52), "html", null, true);
            yield "</h2>
\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<div> </div>
\t\t\t\t\t\t\t\t<h2 class=\"entry-title\" style=\"color:#043466;\">Les indicateurs de la cible
\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["t"], "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["indicators"] = CoreExtension::getAttribute($this->env, $this->source, $context["t"], "getIndicators", [], "method", false, false, false, 59);
            // line 60
            yield "\t\t\t\t\t\t\t\t\t";
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["indicators"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["indicator"]) {
                // line 61
                yield "\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
                // line 62
                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["indicator"], "id", [], "any", false, false, false, 62)]), "html", null, true);
                yield "\">
\t\t\t\t\t\t\t\t\t\t\t\t";
                // line 63
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicator"], "code", [], "any", false, false, false, 63), "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\t\t";
                // line 65
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["indicator"], "name", [], "any", false, false, false, 65), "html", null, true);
                yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\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 68
            yield "\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['t'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 71
        yield "\t\t\t\t\t\t</div>

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

\t\t</div>

\t</div>
</section>
<!-- End Blog Section -->
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  263 => 71,  255 => 68,  246 => 65,  241 => 63,  237 => 62,  234 => 61,  229 => 60,  227 => 59,  222 => 57,  214 => 52,  206 => 47,  201 => 45,  196 => 43,  183 => 40,  179 => 39,  174 => 36,  155 => 33,  152 => 32,  148 => 31,  132 => 17,  125 => 16,  119 => 13,  112 => 12,  105 => 10,  100 => 9,  93 => 8,  85 => 6,  78 => 5,  68 => 4,  56 => 3,  45 => 1,);
    }

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