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

/* messages/commun.html.twig */
class __TwigTemplate_7f8c434de4d3be7640a78d77711225d6 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->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "<div class=\"card\">
\t<div class=\"card-header\">
\t\t<h3 class=\"card-title\">Dossiers</h3>
\t</div>
\t<div class=\"card-body p-0\">
\t\t<ul class=\"nav nav-pills flex-column\">
\t\t\t<li class=\"nav-item\">
\t\t\t\t<a href=\"";
        // line 8
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("messages");
        yield "\" class=\"nav-link\">
\t\t\t\t\t<i class=\"fas fa-inbox\"></i>
\t\t\t\t\t<b>Boîte de réception</b>
\t\t\t\t\t<span class=\"badge bg-primary float-right\">12</span>
\t\t\t\t</a>
\t\t\t</li>
\t\t\t<li class=\"nav-item\">
\t\t\t\t<a href=\"#\" class=\"nav-link\">
\t\t\t\t\t<i class=\"far fa-envelope\"></i>
\t\t\t\t\tEléments envoyés
\t\t\t\t</a>
\t\t\t</li>
\t\t</ul>
\t</div>
\t<!-- /.card-body -->
</div>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  51 => 8,  42 => 1,);
    }

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