<?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/ptfs.html.twig */
class __TwigTemplate_a6f7c53474d93d31cf61fe2c8689b90f 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/ptfs.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 "\t<div class=\"container single-template\">
\t\t<div class=\"page-header\">
\t\t\t<h1 class=\"page-title\">
\t\t\t\tLes Partenaires Techniques et Financiers
\t\t\t</h1>
\t\t</div>


\t\t<div class=\"container row\">
\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 20px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"";
        // line 17
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ptfs/GIZ.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"GIZ\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>GIZ Bénin
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.giz.de/en/worldwide/29998.html\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: gizbenin@giz.de\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tgizbenin@giz.de</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 03 95\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 03 95</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
            <div class=\"col-lg-6 entries\" style=\"margin-top: 20px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"";
        // line 55
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ptfs/unicef.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"UNICEF\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Fonds des Nations unies pour l'enfance
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.unicef.org/benin/\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto:cotonou@unicef.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tcotonou@unicef.org </span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 30 02 66\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 30 02 66</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
            <div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"";
        // line 93
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ptfs/PNUD.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Programme des Nations Unies pour le Développement
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.undp.org/fr/benin\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>

            <div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"";
        // line 132
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ptfs/UNFPA.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"UNFPA\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Fonds des Nations Unies pour la Population
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://benin.unfpa.org/\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: benin@unfpa.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tbenin@unfpa.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 53 66\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 53 66</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>


\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\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/ptfs/cea.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Commission Economique pour l'Afrique
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.uneca.org/fr\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>


\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"";
        // line 212
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/img/ptfs/snu.png"), "html", null, true);
        yield "\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Bureau du Coordonnateur Résident des Nations Unies
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://benin.un.org/fr/about/about-the-resident-coordinator-office\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  292 => 212,  249 => 172,  206 => 132,  164 => 93,  123 => 55,  82 => 17,  67 => 4,  57 => 3,  40 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends 'frontend/layout.html.twig' %}

{% block content %}
\t<div class=\"container single-template\">
\t\t<div class=\"page-header\">
\t\t\t<h1 class=\"page-title\">
\t\t\t\tLes Partenaires Techniques et Financiers
\t\t\t</h1>
\t\t</div>


\t\t<div class=\"container row\">
\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 20px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/GIZ.png') }}\" class=\"img-fluid\" alt=\"GIZ\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>GIZ Bénin
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.giz.de/en/worldwide/29998.html\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: gizbenin@giz.de\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tgizbenin@giz.de</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 03 95\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 03 95</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
            <div class=\"col-lg-6 entries\" style=\"margin-top: 20px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/unicef.png') }}\" class=\"img-fluid\" alt=\"UNICEF\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Fonds des Nations unies pour l'enfance
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.unicef.org/benin/\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto:cotonou@unicef.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tcotonou@unicef.org </span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 30 02 66\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 30 02 66</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
            <div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/PNUD.png') }}\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Programme des Nations Unies pour le Développement
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.undp.org/fr/benin\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>

            <div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/UNFPA.png') }}\" class=\"img-fluid\" alt=\"UNFPA\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Fonds des Nations Unies pour la Population
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://benin.unfpa.org/\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: benin@unfpa.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tbenin@unfpa.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 53 66\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 53 66</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>


\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/cea.png') }}\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Commission Economique pour l'Afrique
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://www.uneca.org/fr\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>


\t\t\t<div class=\"col-lg-6 entries\" style=\"margin-top: 75px;\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-4 entries\">
\t\t\t\t\t\t<div class=\"icon-box\" data-aos=\"fade-up\">
\t\t\t\t\t\t\t<img src=\"{{ asset('dist/img/ptfs/snu.png') }}\" class=\"img-fluid\" alt=\"PNUD\" width=\"100%\">
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-8 entries\">
\t\t\t\t\t\t<div class=\"template-details\">
\t\t\t\t\t\t\t<h2>Bureau du Coordonnateur Résident des Nations Unies
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t</div>
                        <a href=\"https://benin.un.org/fr/about/about-the-resident-coordinator-office\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#home\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\tSite web</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"mailto: rcs-onubeninregistry@un.org\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#mail\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\trcs-onubeninregistry@un.org</span>
\t\t\t\t\t\t</a>
                        <br>
                        <a href=\"tel:+229 21 31 30 45\">
\t\t\t\t\t\t\t<svg class=\"icon icon-user2\" fill=\"currentColor\">
\t\t\t\t\t\t\t\t<use xlink:href=\"/SIGODD/public/frontend/icons/icons-3.7.svg#smartphone\"></use>
\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t<span>
\t\t\t\t\t\t\t\t+229 21 31 30 45</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}
", "frontend/ptfs.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/frontend/ptfs.html.twig");
    }
}
