<?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/default-layout.html.twig */
class __TwigTemplate_2f8375d4a95652a3d759e57cf0bbc58f 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'],
            'logo_path' => [$this, 'block_logo_path'],
            'logo_mini' => [$this, 'block_logo_mini'],
            'logo_large' => [$this, 'block_logo_large'],
            'navbar_toggle' => [$this, 'block_navbar_toggle'],
            '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_search' => [$this, 'block_sidebar_search'],
            'sidebar_nav' => [$this, 'block_sidebar_nav'],
            'page_title' => [$this, 'block_page_title'],
            'page_subtitle' => [$this, 'block_page_subtitle'],
            'breadcrumb' => [$this, 'block_breadcrumb'],
            '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>
    ";
        // line 18
        yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
        // line 21
        yield "</head>
";
        // line 29
        yield "<body";
        yield from $this->unwrap()->yieldBlock('body_start', $context, $blocks);
        yield " class=\"hold-transition ";
        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, 29)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "skin", [], "any", false, false, false, 29), "")) : (""))), "html", null, true);
        yield "\">
";
        // line 30
        yield from $this->unwrap()->yieldBlock('after_body_start', $context, $blocks);
        // line 31
        yield "<div class=\"wrapper\">

    <header class=\"main-header\">
        <a href=\"";
        // line 34
        yield from $this->unwrap()->yieldBlock('logo_path', $context, $blocks);
        yield "\" class=\"logo\">
            <span class=\"logo-mini\">
                ";
        // line 36
        yield from $this->unwrap()->yieldBlock('logo_mini', $context, $blocks);
        // line 37
        yield "            </span>
            <span class=\"logo-lg\">
               ";
        // line 39
        yield from $this->unwrap()->yieldBlock('logo_large', $context, $blocks);
        // line 40
        yield "            </span>
        </a>

        <nav class=\"navbar navbar-static-top\" role=\"navigation\">
            ";
        // line 44
        yield from $this->unwrap()->yieldBlock('navbar_toggle', $context, $blocks);
        // line 49
        yield "            <div class=\"navbar-custom-menu\">
                <ul class=\"nav navbar-nav\">
                    ";
        // line 51
        yield from $this->unwrap()->yieldBlock('navbar_start', $context, $blocks);
        // line 52
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_messages', $context, $blocks);
        // line 55
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_notifications', $context, $blocks);
        // line 58
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_tasks', $context, $blocks);
        // line 61
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_user', $context, $blocks);
        // line 64
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_end', $context, $blocks);
        // line 65
        yield "                    ";
        yield from $this->unwrap()->yieldBlock('navbar_control_sidebar_toggle', $context, $blocks);
        // line 72
        yield "                </ul>
            </div>
        </nav>
    </header>

    <aside class=\"main-sidebar\">
        <section class=\"sidebar\">
            ";
        // line 79
        yield from $this->unwrap()->yieldBlock('sidebar_user', $context, $blocks);
        // line 84
        yield "
            ";
        // line 85
        yield from $this->unwrap()->yieldBlock('sidebar_search', $context, $blocks);
        // line 88
        yield "
            ";
        // line 89
        yield from $this->unwrap()->yieldBlock('sidebar_nav', $context, $blocks);
        // line 96
        yield "        </section>
    </aside>

    <div class=\"content-wrapper\">
        <section class=\"content-header\">
            <h1>
                ";
        // line 102
        yield from $this->unwrap()->yieldBlock('page_title', $context, $blocks);
        // line 103
        yield "                <small>";
        yield from $this->unwrap()->yieldBlock('page_subtitle', $context, $blocks);
        yield "</small>
            </h1>

            ";
        // line 106
        yield from $this->unwrap()->yieldBlock('breadcrumb', $context, $blocks);
        // line 113
        yield "        </section>

        ";
        // line 115
        yield from $this->unwrap()->yieldBlock('page_content_before', $context, $blocks);
        // line 116
        yield "
        <section class=\"";
        // line 117
        yield from $this->unwrap()->yieldBlock('page_content_class', $context, $blocks);
        yield "\">
            ";
        // line 118
        yield from $this->unwrap()->yieldBlock('page_content_start', $context, $blocks);
        // line 119
        yield "            ";
        yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
        // line 120
        yield "            ";
        yield from $this->unwrap()->yieldBlock('page_content_end', $context, $blocks);
        // line 121
        yield "        </section>

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

    ";
        // line 126
        yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
        // line 129
        yield "    ";
        yield from $this->unwrap()->yieldBlock('control_sidebar', $context, $blocks);
        // line 134
        yield "
</div>

";
        // line 137
        yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
        // line 140
        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 18
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_stylesheets(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 19
        yield "    <link rel=\"stylesheet\" href=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/adminlte/adminlte.css"), "html", null, true);
        yield "\">
    ";
        yield from [];
    }

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

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

    // line 34
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_logo_path(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($this->env->getRuntime('KevinPapst\AdminLTEBundle\Twig\RuntimeExtension')->getRouteByAlias("adminlte_welcome"));
        yield from [];
    }

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

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

    // line 44
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_toggle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 45
        yield "            <a href=\"#\" class=\"sidebar-toggle\" data-toggle=\"push-menu\" role=\"button\">
                <span class=\"sr-only\">";
        // line 46
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Toggle navigation", [], "AdminLTEBundle"), "html", null, true);
        yield "</span>
            </a>
            ";
        yield from [];
    }

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

    // line 52
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_messages(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 53
        yield "                        ";
        yield from $this->load("@AdminLTE/Navbar/messages.html.twig", 53)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
        // line 54
        yield "                    ";
        yield from [];
    }

    // line 55
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_notifications(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 56
        yield "                        ";
        yield from $this->load("@AdminLTE/Navbar/notifications.html.twig", 56)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
        // line 57
        yield "                    ";
        yield from [];
    }

    // line 58
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_tasks(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 59
        yield "                        ";
        yield from $this->load("@AdminLTE/Navbar/tasks.html.twig", 59)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
        // line 60
        yield "                    ";
        yield from [];
    }

    // line 61
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_user(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 62
        yield "                        ";
        yield from $this->load("@AdminLTE/Navbar/user.html.twig", 62)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
        // line 63
        yield "                    ";
        yield from [];
    }

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

    // line 65
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_navbar_control_sidebar_toggle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 66
        yield "                        ";
        if ((CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", true, true, false, 66) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", false, false, false, 66)))) {
            // line 67
            yield "                        <li>
                            <a href=\"#\" data-toggle=\"control-sidebar\"><i class=\"fas fa-cogs\"></i></a>
                        </li>
                        ";
        }
        // line 71
        yield "                    ";
        yield from [];
    }

    // line 79
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_user(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 80
        yield "                ";
        if (( !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 80)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY"))) {
            // line 81
            yield "                    ";
            yield from $this->load("@AdminLTE/Sidebar/user-panel.html.twig", 81)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
            // line 82
            yield "                ";
        }
        // line 83
        yield "            ";
        yield from [];
    }

    // line 85
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_search(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 86
        yield "                ";
        yield from $this->load("@AdminLTE/Sidebar/search-form.html.twig", 86)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
        // line 87
        yield "            ";
        yield from [];
    }

    // line 89
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_sidebar_nav(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 90
        yield "                ";
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "knp_menu", [], "any", false, false, false, 90), "enable", [], "any", false, false, false, 90)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 91
            yield "                    ";
            yield from $this->load("@AdminLTE/Sidebar/knp-menu.html.twig", 91)->unwrap()->yield($context);
            // line 92
            yield "                ";
        } else {
            // line 93
            yield "                    ";
            yield from $this->load("@AdminLTE/Sidebar/menu.html.twig", 93)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
            // line 94
            yield "                ";
        }
        // line 95
        yield "            ";
        yield from [];
    }

    // line 102
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Admin LTE", [], "AdminLTEBundle"), "html", null, true);
        yield from [];
    }

    // line 103
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_subtitle(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("A short subtitle for your page", [], "AdminLTEBundle"), "html", null, true);
        yield from [];
    }

    // line 106
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_breadcrumb(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 107
        yield "                ";
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "knp_menu", [], "any", false, false, false, 107), "enable", [], "any", false, false, false, 107)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 108
            yield "                    ";
            yield from $this->load("@AdminLTE/Breadcrumb/knp-breadcrumb.html.twig", 108)->unwrap()->yield($context);
            // line 109
            yield "                ";
        } else {
            // line 110
            yield "                    ";
            yield from $this->load("@AdminLTE/Breadcrumb/breadcrumb.html.twig", 110)->unwrap()->yield(CoreExtension::merge($context, ["adminlte_direct_include" => true]));
            // line 111
            yield "                ";
        }
        // line 112
        yield "            ";
        yield from [];
    }

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

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

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

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

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

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

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

    // line 137
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_javascripts(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 138
        yield "    <script src=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/adminlte/adminlte.js"), "html", null, true);
        yield "\"></script>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  686 => 138,  679 => 137,  674 => 133,  671 => 132,  668 => 131,  665 => 130,  658 => 129,  653 => 128,  650 => 127,  643 => 126,  633 => 123,  623 => 120,  613 => 119,  602 => 118,  591 => 117,  581 => 115,  576 => 112,  573 => 111,  570 => 110,  567 => 109,  564 => 108,  561 => 107,  554 => 106,  543 => 103,  532 => 102,  527 => 95,  524 => 94,  521 => 93,  518 => 92,  515 => 91,  512 => 90,  505 => 89,  500 => 87,  497 => 86,  490 => 85,  485 => 83,  482 => 82,  479 => 81,  476 => 80,  469 => 79,  464 => 71,  458 => 67,  455 => 66,  448 => 65,  438 => 64,  433 => 63,  430 => 62,  423 => 61,  418 => 60,  415 => 59,  408 => 58,  403 => 57,  400 => 56,  393 => 55,  388 => 54,  385 => 53,  378 => 52,  368 => 51,  360 => 46,  357 => 45,  350 => 44,  339 => 39,  328 => 36,  317 => 34,  307 => 30,  297 => 29,  289 => 19,  282 => 18,  271 => 17,  263 => 13,  256 => 12,  246 => 9,  238 => 140,  236 => 137,  231 => 134,  228 => 129,  226 => 126,  222 => 124,  220 => 123,  216 => 121,  213 => 120,  210 => 119,  208 => 118,  204 => 117,  201 => 116,  199 => 115,  195 => 113,  193 => 106,  186 => 103,  184 => 102,  176 => 96,  174 => 89,  171 => 88,  169 => 85,  166 => 84,  164 => 79,  155 => 72,  152 => 65,  149 => 64,  146 => 61,  143 => 58,  140 => 55,  137 => 52,  135 => 51,  131 => 49,  129 => 44,  123 => 40,  121 => 39,  117 => 37,  115 => 36,  110 => 34,  105 => 31,  103 => 30,  96 => 29,  93 => 21,  91 => 18,  86 => 17,  84 => 12,  79 => 10,  74 => 9,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "@AdminLTE/layout/default-layout.html.twig", "/var/www/html/vendor/kevinpapst/adminlte-bundle/Resources/views/layout/default-layout.html.twig");
    }
}
