<?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_564f929895e8a549f478920626ef6fe2 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index/show_target.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 "Les cibles de l'ODD ";
        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.', 3, $this->source); })()), "code", [], "any", false, false, false, 3), "html", null, true);
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 4
    /**
     * @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 5
    /**
     * @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 6
        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 8
    /**
     * @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"));

        // 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, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 9, $this->source); })()), "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, (isset($context["goal"]) || array_key_exists("goal", $context) ? $context["goal"] : (function () { throw new RuntimeError('Variable "goal" does not exist.', 10, $this->source); })()), "code", [], "any", false, false, false, 10), "html", null, true);
        yield "</a>
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_breadcrumb3(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_breadcrumb3"));

        // line 13
        yield "\tLes cibles
";
        
        $__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-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((isset($context["targets"]) || array_key_exists("targets", $context) ? $context["targets"] : (function () { throw new RuntimeError('Variable "targets" does not exist.', 31, $this->source); })()));
        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, (isset($context["target"]) || array_key_exists("target", $context) ? $context["target"] : (function () { throw new RuntimeError('Variable "target" does not exist.', 33, $this->source); })()), "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((isset($context["targets"]) || array_key_exists("targets", $context) ? $context["targets"] : (function () { throw new RuntimeError('Variable "targets" does not exist.', 39, $this->source); })()));
        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, (isset($context["target"]) || array_key_exists("target", $context) ? $context["target"] : (function () { throw new RuntimeError('Variable "target" does not exist.', 40, $this->source); })()), "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((isset($context["indicators"]) || array_key_exists("indicators", $context) ? $context["indicators"] : (function () { throw new RuntimeError('Variable "indicators" does not exist.', 60, $this->source); })()));
            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 -->
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  302 => 71,  294 => 68,  285 => 65,  280 => 63,  276 => 62,  273 => 61,  268 => 60,  266 => 59,  261 => 57,  253 => 52,  245 => 47,  240 => 45,  235 => 43,  222 => 40,  218 => 39,  213 => 36,  194 => 33,  191 => 32,  187 => 31,  171 => 17,  161 => 16,  152 => 13,  142 => 12,  132 => 10,  127 => 9,  117 => 8,  106 => 6,  96 => 5,  80 => 4,  62 => 3,  45 => 1,);
    }

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

{% block page_title %}Les cibles de l'ODD {{ goal.code }}{% endblock %}
{% block page_subtitle %}{% endblock %}
{% block page_breadcrumb %}
\t<a href=\"{{ path('services') }}\">L'Agenda 2030</a>
{% endblock %}
{% block page_breadcrumb2 %}
\t<a href=\"{{ path('index_goal', { 'id': goal.code }) }}\"> / ODD
\t\t{{ goal.code }}</a>
{% endblock %}
{% block page_breadcrumb3 %}
\tLes cibles
{% 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-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{% for t in targets %}
\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 {% if t.id==target.id %} active {% endif %}\" id=\"cible-{{t.id}}-tab\" data-toggle=\"pill\" href=\"#cible-{{t.id}}\" role=\"tab\" aria-controls=\"cible-{{t.id}}\" aria-selected=\"true\">Cible {{t.code}}</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% endfor %}
\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{% for t in targets %}
\t\t\t\t\t\t\t<div class=\"tab-pane fade show {% if t.id==target.id %} active {% endif %}\" id=\"cible-{{t.id}}\" role=\"tabpanel\" aria-labelledby=\"cible-{{t.id}}-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{{ t.code }}
\t\t\t\t\t\t\t\t\t:
\t\t\t\t\t\t\t\t\t{{ t.name }}
\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t<p>{{ t.description }}</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{{t.code}}</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{{t.code}}</h2>
\t\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t\t{% set indicators = t.getIndicators() %}
\t\t\t\t\t\t\t\t\t{% for indicator in indicators %}
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('index_target', { 'id': indicator.id }) }}\">
\t\t\t\t\t\t\t\t\t\t\t\t{{ indicator.code }}
\t\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t\t{{ indicator.name }}</a>
\t\t\t\t\t\t\t\t\t\t</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</div>
\t\t\t\t\t\t\t{% endfor %}
\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 -->
{% endblock %}

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