<?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/agenda2063.html.twig */
class __TwigTemplate_5ebb98a104c23b26c51a42377113e211 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 = [
            'content' => [$this, 'block_content'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 1
        return "frontend/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", "frontend/agenda2063.html.twig"));

        $this->parent = $this->load("frontend/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_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", "content"));

        // line 4
        yield "<div class=\"container single-template\">
    <div class=\"page-header\">
\t\t<h1 class=\"page-title\">
\t\t\tL'agenda 2063
\t\t</h1>
\t</div>

\t<div class=\"single-contnet pt-4\">
\t\t<p>Les 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.</p>

        <p>Les projets phares englobent, entre autres, les infrastructures, l'éducation, la science, la technologie, les arts et la culture, ainsi que des initiatives visant à garantir la paix sur le continent.</p>
\t\t<br>
\t\t<br>
    </div>

\t<div class=\"row gx-md-5 gy-3\">
\t\t";
        // line 20
        $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.', 20, $this->source); })()));
        foreach ($context['_seq'] as $context["_key"] => $context["goal"]) {
            // line 21
            yield "                        <div class=\"col-xl-3 col-lg-3\" style=\"margin-bottom:40px;\">
                            <div class=\"icon-box\" data-aos=\"fade-up\">
                                <!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: ";
            // line 23
            yield ";\">";
            yield "</i></div-->
                                <!--h4 class=\"title\"><a href=\"";
            // line 24
            yield "\">";
            yield "</a></h4>
                                <p class=\"description\">";
            // line 25
            yield "</p-->
                                <a href=\"";
            // line 26
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aspiration", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["goal"], "id", [], "any", false, false, false, 26)]), "html", null, true);
            yield "\">
                                    <img src=\"";
            // line 27
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/agenda2063/aspirations/aspiration"), "html", null, true);
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["goal"], "code", [], "any", false, false, false, 27), "html", null, true);
            yield ".png\" style=\"width:100%\">
                                    <div class=\"download-template\" style=\"margin-top:0px;\">
                                        <div class=\"licenses\">
                                            <div class=\"title\" style=\"height: 100%;\">
                                                <h2 style=\"font-size: 15px;font-weight: 200;\">";
            // line 31
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["goal"], "name", [], "any", false, false, false, 31), "html", null, true);
            yield "</h2>
                                            </div>
                                        </div>
                                    </div>
                                </a>
                            </div>
                        </div>
                        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['goal'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 39
        yield "    </div>
</div>
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  130 => 39,  116 => 31,  108 => 27,  104 => 26,  101 => 25,  97 => 24,  93 => 23,  89 => 21,  85 => 20,  67 => 4,  57 => 3,  40 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends 'frontend/layout.html.twig' %}

{% block content %}
<div class=\"container single-template\">
    <div class=\"page-header\">
\t\t<h1 class=\"page-title\">
\t\t\tL'agenda 2063
\t\t</h1>
\t</div>

\t<div class=\"single-contnet pt-4\">
\t\t<p>Les 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.</p>

        <p>Les projets phares englobent, entre autres, les infrastructures, l'éducation, la science, la technologie, les arts et la culture, ainsi que des initiatives visant à garantir la paix sur le continent.</p>
\t\t<br>
\t\t<br>
    </div>

\t<div class=\"row gx-md-5 gy-3\">
\t\t{% for goal in goals %}
                        <div class=\"col-xl-3 col-lg-3\" style=\"margin-bottom:40px;\">
                            <div class=\"icon-box\" data-aos=\"fade-up\">
                                <!--div class=\"icon\"><i class=\"las la-basketball-ball1\" style=\"color: {#{ goal.color }#};\">{#{ goal.code }#}</i></div-->
                                <!--h4 class=\"title\"><a href=\"{#{ path('index_goal', { 'id': goal.id }) }#}\">{#{ goal.name }#}</a></h4>
                                <p class=\"description\">{#{ goal.description }#}</p-->
                                <a href=\"{{ path('aspiration', { 'id': goal.id }) }}\">
                                    <img src=\"{{asset('dist/img/agenda2063/aspirations/aspiration')}}{{ goal.code }}.png\" style=\"width:100%\">
                                    <div class=\"download-template\" style=\"margin-top:0px;\">
                                        <div class=\"licenses\">
                                            <div class=\"title\" style=\"height: 100%;\">
                                                <h2 style=\"font-size: 15px;font-weight: 200;\">{{goal.name}}</h2>
                                            </div>
                                        </div>
                                    </div>
                                </a>
                            </div>
                        </div>
                        {% endfor %}
    </div>
</div>
{% endblock %}", "frontend/agenda2063.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/frontend/agenda2063.html.twig");
    }
}
