<?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;

/* apps.html copy.twig */
class __TwigTemplate_2bd2a65c19c749f2dee839bcc3709bb5 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_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 "Système Intégré de Gestion des ODD";
        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;
        yield "Applications";
        yield from [];
    }

    // line 7
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 8
        yield "<section id=\"services\" class=\"services\">
    <div class=\"container\">

        <div class=\"row\">

            <div class=\"col-md-";
        // line 13
        yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (4) : (6));
        yield "\" data-aos=\"fade-up\" data-aos-delay=\"100\">
                <div class=\"icon-box p-4\" style=\"background-color: #4bc0c0;\">
                    <div class=\"icon\"><i class=\"las la-file-alt\" style=\"color: #fff;\"></i></div>
                    <h4 class=\"title\"><a href=\"";
        // line 16
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_mesodd_dashboard");
        yield "\">MeSODD</a></h4>
                    <p class=\"description\"><b>Mesure Sensibilité ODD</b><br>Cette application permet une évaluation ex ante des Plans de Travail Annuel des Ministères aux ODD</p>
                </div>
            </div>
            <div class=\"col-md-";
        // line 20
        yield (((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (4) : (6));
        yield "\" data-aos=\"fade-up\" data-aos-delay=\"100\">
                <div class=\"icon-box p-4\" style=\"background-color:#ffcd56;\">
                    <div class=\"icon\"><i class=\"las la-tachometer-alt\" style=\"color:#fff;\"></i></div>
                    <h4 class=\"title\"><a href=\"";
        // line 23
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_suiodd_dashboard");
        yield "\">SIODD</a></h4>
                    <p class=\"description\"><b>Suivi des Indices ODD</b><br>Cette application calcule les indices de performance des ODD et le Suivi des actions prioritaires du costing des ODD</p>
                </div>
            </div>

            ";
        // line 28
        if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_MANAGER")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 29
            yield "            <div class=\"col-md-4\" data-aos=\"fade-up\" data-aos-delay=\"200\">
                <div class=\"icon-box p-4\" style=\"background-color: #ff6384;\">
                    <div class=\"icon\"><i class=\"las la-globe-americas\" style=\"color: #fff;\"></i></div>
                    <h4 class=\"title\"><a href=\"";
            // line 32
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_config_dashboard");
            yield "\">Config</a></h4>
                    <p class=\"description\"><b>Configuration générale SigODD</b><br>Cette application offre une vue générale sur l'ensemble des outils de configuration des applications du SigODD</p>
                </div>
            </div>
            ";
        }
        // line 37
        yield "
        </div>

    </div>
</section>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  142 => 37,  134 => 32,  129 => 29,  127 => 28,  119 => 23,  113 => 20,  106 => 16,  100 => 13,  93 => 8,  86 => 7,  75 => 5,  65 => 4,  54 => 3,  43 => 1,);
    }

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