var/cache/dev/twig/15/151cee186835d95e146f03413fdfddda.php line 56

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @UmbrellaAdmin/layout.html.twig */
  14. class __TwigTemplate_13aa21e4dfd1b2a9383c0b5f7ba290bd extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'favicon' => [$this'block_favicon'],
  25.             'title' => [$this'block_title'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body_class' => [$this'block_body_class'],
  28.             'body' => [$this'block_body'],
  29.             'sidebar' => [$this'block_sidebar'],
  30.             'topbar' => [$this'block_topbar'],
  31.             'breadcrumb' => [$this'block_breadcrumb'],
  32.             'content' => [$this'block_content'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UmbrellaAdmin/layout.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UmbrellaAdmin/layout.html.twig"));
  43.         // line 1
  44.         if ( !array_key_exists("admin_menu"$context)) {
  45.             // line 2
  46.             echo "    ";
  47.             $context["admin_menu"] = $this->env->getFunction('get_menu')->getCallable()(twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'2$this->source); })()), "menuName", [], "method"falsefalsefalse2));
  48.         }
  49.         // line 4
  50.         echo "
  51. <!doctype html>
  52. <html lang=\"";
  53.         // line 6
  54.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'6$this->source); })()), "request", [], "any"falsefalsefalse6), "locale", [], "any"falsefalsefalse6), "html"nulltrue);
  55.         echo "\">
  56.     <head>
  57.         <meta charset=\"utf-8\" />
  58.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>
  59.         <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>
  60.         ";
  61.         // line 12
  62.         $this->displayBlock('favicon'$context$blocks);
  63.         // line 15
  64.         echo "
  65.         <script src=\"//unpkg.com/@ungap/custom-elements\"></script>
  66.         ";
  67.         // line 18
  68.         $this->displayBlock('title'$context$blocks);
  69.         // line 22
  70.         echo "
  71.         ";
  72.         // line 23
  73.         $this->displayBlock('stylesheets'$context$blocks);
  74.         // line 26
  75.         echo "
  76.     </head>
  77.     <body class=\"env-";
  78.         // line 29
  79.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'29$this->source); })()), "environment", [], "any"falsefalsefalse29), "html"nulltrue);
  80.         echo " ";
  81.         $this->displayBlock('body_class'$context$blocks);
  82.         echo "\">
  83.         ";
  84.         // line 30
  85.         $this->displayBlock('body'$context$blocks);
  86.         // line 75
  87.         echo "
  88.         ";
  89.         // line 76
  90.         $this->loadTemplate("@UmbrellaCore/_toast.html.twig""@UmbrellaAdmin/layout.html.twig"76)->display($context);
  91.         // line 77
  92.         echo "
  93.         ";
  94.         // line 78
  95.         $this->displayBlock('javascripts'$context$blocks);
  96.         // line 81
  97.         echo "    </body>
  98. </html>
  99. ";
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.     }
  105.     // line 12
  106.     public function block_favicon($context, array $blocks = [])
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  113.         // line 13
  114.         echo "            <link rel=\"icon\" type=\"image/x-icon\" href=\"";
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html"nulltrue);
  116.         echo "\" />
  117.         ";
  118.         
  119.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  120.         
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  122.     }
  123.     // line 18
  124.     public function block_title($context, array $blocks = [])
  125.     {
  126.         $macros $this->macros;
  127.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  128.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  130.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  131.         // line 19
  132.         echo "            ";
  133.         $context["menu_page_title"] = $this->extensions['Umbrella\CoreBundle\Menu\Twig\MenuExtension']->getPageTitle((isset($context["admin_menu"]) || array_key_exists("admin_menu"$context) ? $context["admin_menu"] : (function () { throw new RuntimeError('Variable "admin_menu" does not exist.'19$this->source); })()));
  134.         // line 20
  135.         echo "            <title>";
  136.         echo twig_escape_filter($this->env, ((((isset($context["menu_page_title"]) || array_key_exists("menu_page_title"$context) ? $context["menu_page_title"] : (function () { throw new RuntimeError('Variable "menu_page_title" does not exist.'20$this->source); })())) ? (((isset($context["menu_page_title"]) || array_key_exists("menu_page_title"$context) ? $context["menu_page_title"] : (function () { throw new RuntimeError('Variable "menu_page_title" does not exist.'20$this->source); })()) . " | ")) : ("")) . twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'20$this->source); })()), "appName", [], "method"falsefalsefalse20)), "html"nulltrue);
  137.         echo "</title>
  138.         ";
  139.         
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  141.         
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  143.     }
  144.     // line 23
  145.     public function block_stylesheets($context, array $blocks = [])
  146.     {
  147.         $macros $this->macros;
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  152.         // line 24
  153.         echo "            ";
  154.         $this->loadTemplate("@UmbrellaAdmin/_stylesheets.html.twig""@UmbrellaAdmin/layout.html.twig"24)->display($context);
  155.         // line 25
  156.         echo "        ";
  157.         
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  159.         
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  161.     }
  162.     // line 29
  163.     public function block_body_class($context, array $blocks = [])
  164.     {
  165.         $macros $this->macros;
  166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  167.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  169.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  170.         
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  172.         
  173.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  174.     }
  175.     // line 30
  176.     public function block_body($context, array $blocks = [])
  177.     {
  178.         $macros $this->macros;
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  180.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  182.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  183.         // line 31
  184.         echo "
  185.             <div class=\"wrapper\">
  186.                 ";
  187.         // line 33
  188.         $this->displayBlock('sidebar'$context$blocks);
  189.         // line 36
  190.         echo "
  191.                 <div class=\"main\">
  192.                     ";
  193.         // line 38
  194.         $this->displayBlock('topbar'$context$blocks);
  195.         // line 64
  196.         echo "
  197.                     <main class=\"content\">
  198.                         <div class=\"";
  199.         // line 66
  200.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'66$this->source); })()), "containerClass", [], "any"falsefalsefalse66), "html"nulltrue);
  201.         echo "\">
  202.                             ";
  203.         // line 67
  204.         $this->displayBlock('content'$context$blocks);
  205.         // line 69
  206.         echo "                        </div>
  207.                     </main>
  208.                 </div>
  209.             </div>
  210.         ";
  211.         
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  213.         
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  215.     }
  216.     // line 33
  217.     public function block_sidebar($context, array $blocks = [])
  218.     {
  219.         $macros $this->macros;
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  224.         // line 34
  225.         echo "                    ";
  226.         echo $this->env->getFunction('render_menu')->getCallable()((isset($context["admin_menu"]) || array_key_exists("admin_menu"$context) ? $context["admin_menu"] : (function () { throw new RuntimeError('Variable "admin_menu" does not exist.'34$this->source); })()));
  227.         echo "
  228.                 ";
  229.         
  230.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  231.         
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  233.     }
  234.     // line 38
  235.     public function block_topbar($context, array $blocks = [])
  236.     {
  237.         $macros $this->macros;
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  239.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topbar"));
  240.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  241.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topbar"));
  242.         // line 39
  243.         echo "                        <nav class=\"navbar navbar-expand navbar-light navbar-bg sticky-top\">
  244.                             <a class=\"sidebar-toggle js-sidebar-toggle\">
  245.                                 <i class=\"hamburger align-self-center\"></i>
  246.                             </a>
  247.                             <div class=\"";
  248.         // line 45
  249.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'45$this->source); })()), "containerClass", [], "any"falsefalsefalse45), "html"nulltrue);
  250.         echo "\">
  251.                                 ";
  252.         // line 47
  253.         $this->displayBlock('breadcrumb'$context$blocks);
  254.         // line 50
  255.         echo "
  256.                                 <div class=\"navbar-collapse collapse\">
  257.                                     <ul class=\"navbar-nav navbar-align\">
  258.                                         ";
  259.         // line 54
  260.         if (twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'54$this->source); })()), "notificationEnable", [], "method"falsefalsefalse54)) {
  261.             // line 55
  262.             echo "                                            ";
  263.             $this->loadTemplate("@UmbrellaAdmin/Notification/widget.html.twig""@UmbrellaAdmin/layout.html.twig"55)->display($context);
  264.             // line 56
  265.             echo "                                        ";
  266.         }
  267.         // line 57
  268.         echo "
  269.                                         ";
  270.         // line 58
  271.         $this->loadTemplate("@UmbrellaAdmin/_userinfo.html.twig""@UmbrellaAdmin/layout.html.twig"58)->display($context);
  272.         // line 59
  273.         echo "                                    </ul>
  274.                                 </div>
  275.                             </div>
  276.                         </nav>
  277.                     ";
  278.         
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  280.         
  281.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  282.     }
  283.     // line 47
  284.     public function block_breadcrumb($context, array $blocks = [])
  285.     {
  286.         $macros $this->macros;
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  290.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  291.         // line 48
  292.         echo "                                    ";
  293.         echo $this->env->getFunction('render_breadcrumb')->getCallable()((isset($context["admin_menu"]) || array_key_exists("admin_menu"$context) ? $context["admin_menu"] : (function () { throw new RuntimeError('Variable "admin_menu" does not exist.'48$this->source); })()));
  294.         echo "
  295.                                 ";
  296.         
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  298.         
  299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  300.     }
  301.     // line 67
  302.     public function block_content($context, array $blocks = [])
  303.     {
  304.         $macros $this->macros;
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  306.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  309.         // line 68
  310.         echo "                            ";
  311.         
  312.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  313.         
  314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  315.     }
  316.     // line 78
  317.     public function block_javascripts($context, array $blocks = [])
  318.     {
  319.         $macros $this->macros;
  320.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  322.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  324.         // line 79
  325.         echo "            ";
  326.         $this->loadTemplate("@UmbrellaAdmin/_scripts.html.twig""@UmbrellaAdmin/layout.html.twig"79)->display($context);
  327.         // line 80
  328.         echo "        ";
  329.         
  330.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  331.         
  332.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  333.     }
  334.     public function getTemplateName()
  335.     {
  336.         return "@UmbrellaAdmin/layout.html.twig";
  337.     }
  338.     public function isTraitable()
  339.     {
  340.         return false;
  341.     }
  342.     public function getDebugInfo()
  343.     {
  344.         return array (  401 => 80,  398 => 79,  388 => 78,  378 => 68,  368 => 67,  355 => 48,  345 => 47,  331 => 59,  329 => 58,  326 => 57,  323 => 56,  320 => 55,  318 => 54,  312 => 50,  310 => 47,  305 => 45,  297 => 39,  287 => 38,  274 => 34,  264 => 33,  249 => 69,  247 => 67,  243 => 66,  239 => 64,  237 => 38,  233 => 36,  231 => 33,  227 => 31,  217 => 30,  199 => 29,  189 => 25,  186 => 24,  176 => 23,  163 => 20,  160 => 19,  150 => 18,  137 => 13,  127 => 12,  109 => 81,  107 => 78,  104 => 77,  102 => 76,  99 => 75,  97 => 30,  91 => 29,  86 => 26,  84 => 23,  81 => 22,  79 => 18,  74 => 15,  72 => 12,  63 => 6,  59 => 4,  55 => 2,  53 => 1,);
  345.     }
  346.     public function getSourceContext()
  347.     {
  348.         return new Source("{% if admin_menu is not defined %}
  349.     {% set admin_menu = get_menu(admin.menuName()) %}
  350. {% endif %}
  351. <!doctype html>
  352. <html lang=\"{{ app.request.locale }}\">
  353.     <head>
  354.         <meta charset=\"utf-8\" />
  355.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>
  356.         <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>
  357.         {% block favicon %}
  358.             <link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\" />
  359.         {% endblock %}
  360.         <script src=\"//unpkg.com/@ungap/custom-elements\"></script>
  361.         {% block title %}
  362.             {% set menu_page_title = get_page_title_from_menu(admin_menu) %}
  363.             <title>{{ (menu_page_title ? menu_page_title ~ ' | ') ~ admin.appName() }}</title>
  364.         {% endblock %}
  365.         {% block stylesheets %}
  366.             {% include \"@UmbrellaAdmin/_stylesheets.html.twig\" %}
  367.         {% endblock %}
  368.     </head>
  369.     <body class=\"env-{{ app.environment }} {% block body_class %}{% endblock %}\">
  370.         {% block body %}
  371.             <div class=\"wrapper\">
  372.                 {% block sidebar %}
  373.                     {{ render_menu(admin_menu) }}
  374.                 {% endblock %}
  375.                 <div class=\"main\">
  376.                     {% block topbar %}
  377.                         <nav class=\"navbar navbar-expand navbar-light navbar-bg sticky-top\">
  378.                             <a class=\"sidebar-toggle js-sidebar-toggle\">
  379.                                 <i class=\"hamburger align-self-center\"></i>
  380.                             </a>
  381.                             <div class=\"{{ admin.containerClass }}\">
  382.                                 {% block breadcrumb %}
  383.                                     {{ render_breadcrumb(admin_menu) }}
  384.                                 {% endblock %}
  385.                                 <div class=\"navbar-collapse collapse\">
  386.                                     <ul class=\"navbar-nav navbar-align\">
  387.                                         {% if admin.notificationEnable() %}
  388.                                             {% include \"@UmbrellaAdmin/Notification/widget.html.twig\" %}
  389.                                         {% endif %}
  390.                                         {% include '@UmbrellaAdmin/_userinfo.html.twig' %}
  391.                                     </ul>
  392.                                 </div>
  393.                             </div>
  394.                         </nav>
  395.                     {% endblock %}
  396.                     <main class=\"content\">
  397.                         <div class=\"{{ admin.containerClass }}\">
  398.                             {% block content %}
  399.                             {% endblock %}
  400.                         </div>
  401.                     </main>
  402.                 </div>
  403.             </div>
  404.         {% endblock %}
  405.         {% include \"@UmbrellaCore/_toast.html.twig\" %}
  406.         {% block javascripts %}
  407.             {% include \"@UmbrellaAdmin/_scripts.html.twig\" %}
  408.         {% endblock %}
  409.     </body>
  410. </html>
  411. ""@UmbrellaAdmin/layout.html.twig""/var/www/nfc/vendor/umbrella2/adminbundle/templates/layout.html.twig");
  412.     }
  413. }