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

/* submenu.html.twig */
class __TwigTemplate_8d825bfa20af1776e082e1a079dcbaa2494c0a4bdedb821c5c998e247f01c373 extends Template
{
    private $source;
    private $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 = [])
    {
        $macros = $this->macros;
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "submenu.html.twig"));

        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "submenu.html.twig"));

        // line 1
        if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1, $this->source); })()), "user", [], "any", false, false, false, 1)) {
            // line 2
            yield "<div id=\"submenu\" class=\"mb-12 bg-white d-flex justify-content-between\">
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-cog fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;CONFIGURATION</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"";
            // line 6
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_utilisateurs");
            yield "\">UTILISATEURS</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 7
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_tarifs");
            yield "\">TARIFS</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 8
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_tablette_agent");
            yield "\">TABLETTE AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 9
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_agents_configuration");
            yield "\">AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 10
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("categ_clients");
            yield "\">CLIENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 11
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sectorisation");
            yield "\">SECTORISATION</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"";
            // line 12
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_attachements");
            yield "\">ATTACHEMENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 13
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_equipements");
            yield "\">EQUIPEMENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 14
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_produits");
            yield "\">PRODUIT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"";
            // line 15
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_produits");
            yield "\">COURRIER</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"";
            // line 16
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_produits");
            yield "\">STOCK AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 17
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_planning");
            yield "\">PLANNING</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 18
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_agence");
            yield "\">AGENCE</a></li>
        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-calendar-alt fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;AGENTS</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"";
            // line 24
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_agents");
            yield "\">LISTE AGENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">PLANNING</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"";
            // line 26
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_interventions");
            yield "\">LISTE INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 27
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cartographie_interventions");
            yield "\">CARTOGRAPHIE DES INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">VALIDATION DES ABSENCES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FORMATION</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ATTACHEMENT</a></li>

        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-user fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;CLIENTS</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"";
            // line 37
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("list_clients");
            yield "\">LISTE CLIENTS</a></li>
            <li><a class=\"dropdown-item\" href=\"";
            // line 38
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contrats_a_servir");
            yield "\">CONTRATS A SERVIR</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">CONTRATS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FACTURES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">DEVIS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">AIDE TECHNIQUE</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">COURRIER</a></li>
        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-tools fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;MAGASIN</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FICHE EQUIPEMENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">COMMANDE</a></li>
";
            // line 53
            yield "            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">GESTION STOCK</a></li>
";
            // line 57
            yield "        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-chart-bar fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;STATISTIQUES</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ACTIVITE AGENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ACTIVITE PLANNING</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">RETOUR</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">CONTRAT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"";
            // line 66
            yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("stats_interventions");
            yield "\">INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">PIECES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">VENTE</a></li>
        </ul>
    </li>
</div>
";
        }
        
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);

        
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);

        return; yield '';
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName()
    {
        return "submenu.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo()
    {
        return array (  165 => 66,  154 => 57,  151 => 53,  135 => 38,  131 => 37,  118 => 27,  114 => 26,  109 => 24,  100 => 18,  96 => 17,  92 => 16,  88 => 15,  84 => 14,  80 => 13,  76 => 12,  72 => 11,  68 => 10,  64 => 9,  60 => 8,  56 => 7,  52 => 6,  46 => 2,  44 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("{% if app.user %}
<div id=\"submenu\" class=\"mb-12 bg-white d-flex justify-content-between\">
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-cog fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;CONFIGURATION</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"{{ path('list_utilisateurs') }}\">UTILISATEURS</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_tarifs') }}\">TARIFS</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_tablette_agent') }}\">TABLETTE AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_agents_configuration') }}\">AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('categ_clients') }}\">CLIENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('sectorisation') }}\">SECTORISATION</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"{{ path('list_attachements') }}\">ATTACHEMENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_equipements') }}\">EQUIPEMENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_produits') }}\">PRODUIT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"{{ path('list_produits') }}\">COURRIER</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"{{ path('list_produits') }}\">STOCK AGENT</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_planning') }}\">PLANNING</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('list_agence') }}\">AGENCE</a></li>
        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-calendar-alt fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;AGENTS</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"{{ path('list_agents') }}\">LISTE AGENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">PLANNING</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"{{ path('list_interventions') }}\">LISTE INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('cartographie_interventions') }}\">CARTOGRAPHIE DES INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">VALIDATION DES ABSENCES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FORMATION</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ATTACHEMENT</a></li>

        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-user fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;CLIENTS</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item\" href=\"{{ path('list_clients') }}\">LISTE CLIENTS</a></li>
            <li><a class=\"dropdown-item\" href=\"{{ path('contrats_a_servir') }}\">CONTRATS A SERVIR</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">CONTRATS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FACTURES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">DEVIS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">AIDE TECHNIQUE</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">COURRIER</a></li>
        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-tools fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;MAGASIN</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">FICHE EQUIPEMENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">COMMANDE</a></li>
{#            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">STOCK TECHNICIEN</a></li>#}
{#            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">GESTION DES RETOURS</a></li>#}
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">GESTION STOCK</a></li>
{#            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">MOUVEMENTS DE STOCK</a></li>#}
{#            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">PIECES A PREVOIR INTERVENTION</a></li>#}
{#            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">MOUVEMENTS DE STOCK</a></li>#}
        </ul>
    </li>
    <li class=\"nav-item dropdown\">
        <a class=\"nav-link sublink dropdown-toggle d-flex align-items-end  link-primary\" href=\"#\" data-bs-toggle=\"dropdown\"><i class=\"fa fa-chart-bar fa-2x\" aria-hidden=\"true\"></i>&nbsp;&nbsp;STATISTIQUES</a>
        <ul class=\"dropdown-menu\">
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ACTIVITE AGENT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">ACTIVITE PLANNING</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">RETOUR</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">CONTRAT</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"{{ path('stats_interventions') }}\">INTERVENTIONS</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">PIECES</a></li>
            <li><a class=\"dropdown-item disabled bg-grey\" href=\"#\">VENTE</a></li>
        </ul>
    </li>
</div>
{% endif %}", "submenu.html.twig", "/builds/dev/refonte_sav/templates/submenu.html.twig");
    }
}
