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

/* @AdminLTE/layout/communeodd-layout.html.twig */
class __TwigTemplate_5349983866ca9922f3d070e2e9416f51 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 = [
            'html_start' => [$this, 'block_html_start'],
            'head' => [$this, 'block_head'],
            'title' => [$this, 'block_title'],
            'stylesheets' => [$this, 'block_stylesheets'],
            'body_start' => [$this, 'block_body_start'],
            'after_body_start' => [$this, 'block_after_body_start'],
            'sidebar_search' => [$this, 'block_sidebar_search'],
            'navbar_start' => [$this, 'block_navbar_start'],
            'navbar_messages' => [$this, 'block_navbar_messages'],
            'navbar_notifications' => [$this, 'block_navbar_notifications'],
            'navbar_tasks' => [$this, 'block_navbar_tasks'],
            'navbar_user' => [$this, 'block_navbar_user'],
            'navbar_end' => [$this, 'block_navbar_end'],
            'navbar_control_sidebar_toggle' => [$this, 'block_navbar_control_sidebar_toggle'],
            'sidebar_user' => [$this, 'block_sidebar_user'],
            'sidebar_nav' => [$this, 'block_sidebar_nav'],
            'page_title' => [$this, 'block_page_title'],
            'page_subtitle' => [$this, 'block_page_subtitle'],
            'page_content_before' => [$this, 'block_page_content_before'],
            'page_content_class' => [$this, 'block_page_content_class'],
            'page_content_start' => [$this, 'block_page_content_start'],
            'page_content' => [$this, 'block_page_content'],
            'page_content_end' => [$this, 'block_page_content_end'],
            'page_content_after' => [$this, 'block_page_content_after'],
            'footer' => [$this, 'block_footer'],
            'control_sidebar' => [$this, 'block_control_sidebar'],
            'javascripts' => [$this, 'block_javascripts'],
        ];
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 9
        yield "<!DOCTYPE html";
        yield from $this->unwrap()->yieldBlock('html_start', $context, $blocks);
        yield ">
<html lang=\"";
        // line 10
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 10), "locale", [], "any", false, false, false, 10), "html", null, true);
        yield "\">
<head>
    ";
        // line 12
        yield from $this->unwrap()->yieldBlock('head', $context, $blocks);
        // line 17
        yield "    <title>";
        yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
        yield "</title>

    <link rel=\"stylesheet\" href=\"";
        // line 19
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/fontawesome-free/css/all.min.css"), "html", null, true);
        yield "\">
    <!--link rel=\"stylesheet\" href=\"http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css\"-->
    <link rel=\"stylesheet\" href=\"";
        // line 21
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/overlayScrollbars/css/OverlayScrollbars.min.css"), "html", null, true);
        yield "\">
    <link rel=\"stylesheet\" href=\"";
        // line 22
        yield "\">
    <link rel=\"stylesheet\" href=\"";
        // line 23
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/css/adminlte.min.css"), "html", null, true);
        yield "\">
    <link href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700\" rel=\"stylesheet\">

    ";
        // line 27
        yield "
    ";
        // line 28
        yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
        // line 29
        yield "</head>
";
        // line 37
        yield "<body";
        yield from $this->unwrap()->yieldBlock('body_start', $context, $blocks);
        yield " class=\"hold-transition sidebar-mini layout-fixed ";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('KevinPapst\AdminLTEBundle\Twig\RuntimeExtension')->bodyClass(((CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "skin", [], "any", true, true, false, 37)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "skin", [], "any", false, false, false, 37), "")) : (""))), "html", null, true);
        yield "\">
";
        // line 38
        yield from $this->unwrap()->yieldBlock('after_body_start', $context, $blocks);
        // line 39
        yield "    <div class=\"wrapper\">
        <!-- Navbar -->
        <nav class=\"main-header navbar navbar-expand navbar-white navbar-light\">
            <!-- Left navbar links -->
            <ul class=\"navbar-nav\">
                <li class=\"nav-item\">
                    <a class=\"nav-link\" data-widget=\"pushmenu\" href=\"#\"><i class=\"fas fa-bars\"></i></a>
                </li>
                <li class=\"nav-item d-none d-sm-inline-block\">
                    <a href=\"";
        // line 48
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
        yield "\" class=\"nav-link\">";
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar.home", [], "messages");
        yield "</a>
                </li>

                <li class=\"nav-item dropdown\">
                    <a class=\"nav-link\" data-toggle=\"dropdown\" href=\"#\">Applications</a>
                    <div class=\"dropdown-menu dropdown-menu-right\">
                        <a href=\"";
        // line 54
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_mesodd_dashboard");
        yield "\" class=\"nav-link\">MeSODD</a>
                        <a href=\"";
        // line 55
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_dashboard");
        yield "\" class=\"nav-link\">SIODD</a>
                    </div>
                </li>

            </ul>

            ";
        // line 61
        yield from $this->unwrap()->yieldBlock('sidebar_search', $context, $blocks);
        // line 64
        yield "
            ";
        // line 65
        yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\SettingController::yearGet2Action"));
        yield "
            
            <!-- Right navbar links -->
            <ul class=\"navbar-nav ml-auto\">
                ";
        // line 69
        yield from $this->unwrap()->yieldBlock('navbar_start', $context, $blocks);
        // line 70
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_messages', $context, $blocks);
        // line 73
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_notifications', $context, $blocks);
        // line 76
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_tasks', $context, $blocks);
        // line 79
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_user', $context, $blocks);
        // line 82
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_end', $context, $blocks);
        // line 83
        yield "                ";
        yield from $this->unwrap()->yieldBlock('navbar_control_sidebar_toggle', $context, $blocks);
        // line 90
        yield "            </ul>    
        </nav>
        <!-- /.navbar -->
      

        <!-- Main Sidebar Container -->
        <aside class=\"main-sidebar sidebar-dark-primary elevation-4\">
            <!-- Brand Logo -->
            <a href=\"";
        // line 98
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_commune_dashboard");
        yield "\" class=\"brand-link\">
                ";
        // line 99
        yield from $this->load("partials/logo-suiodd.html.twig", 99)->unwrap()->yield($context);
        // line 100
        yield "            </a>

            <!-- Sidebar -->
            <div class=\"sidebar\">
                ";
        // line 104
        yield from $this->unwrap()->yieldBlock('sidebar_user', $context, $blocks);
        // line 106
        yield "
                ";
        // line 107
        yield from $this->unwrap()->yieldBlock('sidebar_nav', $context, $blocks);
        // line 113
        yield "            </div>
        </aside>

        <div class=\"content-wrapper\">
            <div class=\"content-header\">
                <div class=\"container-fluid\">
                    <div class=\"row mb-2\">
                        <div class=\"col-sm-12\">
                            <h1 class=\"m-0 text-dark\">
                                ";
        // line 122
        yield from $this->unwrap()->yieldBlock('page_title', $context, $blocks);
        // line 123
        yield "                                <small>";
        yield from $this->unwrap()->yieldBlock('page_subtitle', $context, $blocks);
        yield "</small>
                            </h1>
                        </div>
                        
                    </div>
                </div>
            </div>

            ";
        // line 131
        yield from $this->unwrap()->yieldBlock('page_content_before', $context, $blocks);
        // line 132
        yield "
            <section class=\"";
        // line 133
        yield from $this->unwrap()->yieldBlock('page_content_class', $context, $blocks);
        yield "\">
                <div class=\"container-fluid\">
                    ";
        // line 135
        yield from $this->unwrap()->yieldBlock('page_content_start', $context, $blocks);
        // line 136
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
        // line 137
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('page_content_end', $context, $blocks);
        // line 138
        yield "                </section>
            </section>

            ";
        // line 141
        yield from $this->unwrap()->yieldBlock('page_content_after', $context, $blocks);
        // line 142
        yield "        </div>

        ";
        // line 144
        yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
        // line 147
        yield "        
        ";
        // line 148
        yield from $this->unwrap()->yieldBlock('control_sidebar', $context, $blocks);
        // line 153
        yield "
    </div>

    
    <script src=\"";
        // line 157
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/jquery/jquery.min.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 158
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/bootstrap/js/bootstrap.bundle.min.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 159
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"), "html", null, true);
        yield "\"></script>
    <script src=\"";
        // line 160
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dist/js/adminlte.min.js"), "html", null, true);
        yield "\"></script>
    ";
        // line 161
        yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
        // line 162
        yield "
</body>
</html>
";
        yield from [];
    }

    // line 9
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_html_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 12
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_head(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 13
        yield "    <meta charset=\"utf-8\">
    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
    <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
    ";
        yield from [];
    }

    // line 17
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from         $this->unwrap()->yieldBlock("page_title", $context, $blocks);
        yield from [];
    }

    // line 28
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_stylesheets(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 37
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_body_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 38
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_after_body_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 61
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_search(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 62
        yield "                ";
        // line 63
        yield "            ";
        yield from [];
    }

    // line 69
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 70
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_messages(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 71
        yield "                    ";
        yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MessageController::messageNonLuAction"));
        yield "
                ";
        yield from [];
    }

    // line 73
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_notifications(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 74
        yield "                    ";
        // line 75
        yield "                ";
        yield from [];
    }

    // line 76
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_tasks(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 77
        yield "                    ";
        // line 78
        yield "                ";
        yield from [];
    }

    // line 79
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_user(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 80
        yield "                    ";
        yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\NavbarController::userAction"));
        yield "
                ";
        yield from [];
    }

    // line 82
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_end(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 83
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_control_sidebar_toggle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 84
        yield "                    ";
        if ((CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", true, true, false, 84) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", false, false, false, 84)))) {
            // line 85
            yield "                    <li class=\"nav-item\">
                        <a class=\"nav-link\" data-widget=\"control-sidebar\" data-slide=\"true\" href=\"#\"><i class=\"fas fa-th-large\"></i></a>
                    </li>                    
                    ";
        }
        // line 89
        yield "                ";
        yield from [];
    }

    // line 104
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_user(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 105
        yield "                ";
        yield from [];
    }

    // line 107
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_nav(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 108
        yield "                <br>
                <nav class=\"mt-2\">
                    ";
        // line 110
        yield $this->env->getRuntime('Knp\Menu\Twig\MenuRuntimeExtension')->render("comodd");
        yield "
                </nav>
                ";
        yield from [];
    }

    // line 122
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 123
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_subtitle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 131
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content_before(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 133
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content_class(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield "content";
        yield from [];
    }

    // line 135
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content_start(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield Twig\Extension\CoreExtension::include($this->env, $context, "@AdminLTE/Partials/_flash_messages.html.twig");
        yield from [];
    }

    // line 136
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 137
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content_end(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 141
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content_after(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    // line 144
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_footer(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 145
        yield "            ";
        yield from $this->load("@AdminLTE/Partials/_footer.html.twig", 145)->unwrap()->yield($context);
        // line 146
        yield "        ";
        yield from [];
    }

    // line 148
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_control_sidebar(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 149
        yield "            ";
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", false, false, false, 149)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 150
            yield "                ";
            yield from $this->load("@AdminLTE/Partials/_control-sidebar.html.twig", 150)->unwrap()->yield($context);
            // line 151
            yield "            ";
        }
        // line 152
        yield "        ";
        yield from [];
    }

    // line 161
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_javascripts(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "@AdminLTE/layout/communeodd-layout.html.twig";
    }

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  639 => 161,  634 => 152,  631 => 151,  628 => 150,  625 => 149,  618 => 148,  613 => 146,  610 => 145,  603 => 144,  593 => 141,  583 => 137,  573 => 136,  562 => 135,  551 => 133,  541 => 131,  531 => 123,  521 => 122,  513 => 110,  509 => 108,  502 => 107,  497 => 105,  490 => 104,  485 => 89,  479 => 85,  476 => 84,  469 => 83,  459 => 82,  451 => 80,  444 => 79,  439 => 78,  437 => 77,  430 => 76,  425 => 75,  423 => 74,  416 => 73,  408 => 71,  401 => 70,  391 => 69,  386 => 63,  384 => 62,  377 => 61,  367 => 38,  357 => 37,  347 => 28,  336 => 17,  328 => 13,  321 => 12,  311 => 9,  303 => 162,  301 => 161,  297 => 160,  293 => 159,  289 => 158,  285 => 157,  279 => 153,  277 => 148,  274 => 147,  272 => 144,  268 => 142,  266 => 141,  261 => 138,  258 => 137,  255 => 136,  253 => 135,  248 => 133,  245 => 132,  243 => 131,  231 => 123,  229 => 122,  218 => 113,  216 => 107,  213 => 106,  211 => 104,  205 => 100,  203 => 99,  199 => 98,  189 => 90,  186 => 83,  183 => 82,  180 => 79,  177 => 76,  174 => 73,  171 => 70,  169 => 69,  162 => 65,  159 => 64,  157 => 61,  148 => 55,  144 => 54,  133 => 48,  122 => 39,  120 => 38,  113 => 37,  110 => 29,  108 => 28,  105 => 27,  99 => 23,  96 => 22,  92 => 21,  87 => 19,  81 => 17,  79 => 12,  74 => 10,  69 => 9,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "@AdminLTE/layout/communeodd-layout.html.twig", "/var/www/html/templates/bundles/AdminLTEBundle/layout/communeodd-layout.html.twig");
    }
}
