<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* @UmbrellaAdmin/layout.html.twig */
class __TwigTemplate_13aa21e4dfd1b2a9383c0b5f7ba290bd extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'favicon' => [$this, 'block_favicon'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body_class' => [$this, 'block_body_class'],
'body' => [$this, 'block_body'],
'sidebar' => [$this, 'block_sidebar'],
'topbar' => [$this, 'block_topbar'],
'breadcrumb' => [$this, 'block_breadcrumb'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UmbrellaAdmin/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@UmbrellaAdmin/layout.html.twig"));
// line 1
if ( !array_key_exists("admin_menu", $context)) {
// line 2
echo " ";
$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", false, false, false, 2));
}
// line 4
echo "
<!doctype html>
<html lang=\"";
// line 6
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 6), "locale", [], "any", false, false, false, 6), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>
<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>
";
// line 12
$this->displayBlock('favicon', $context, $blocks);
// line 15
echo "
<script src=\"//unpkg.com/@ungap/custom-elements\"></script>
";
// line 18
$this->displayBlock('title', $context, $blocks);
// line 22
echo "
";
// line 23
$this->displayBlock('stylesheets', $context, $blocks);
// line 26
echo "
</head>
<body class=\"env-";
// line 29
echo twig_escape_filter($this->env, twig_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", false, false, false, 29), "html", null, true);
echo " ";
$this->displayBlock('body_class', $context, $blocks);
echo "\">
";
// line 30
$this->displayBlock('body', $context, $blocks);
// line 75
echo "
";
// line 76
$this->loadTemplate("@UmbrellaCore/_toast.html.twig", "@UmbrellaAdmin/layout.html.twig", 76)->display($context);
// line 77
echo "
";
// line 78
$this->displayBlock('javascripts', $context, $blocks);
// line 81
echo " </body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 12
public function block_favicon($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "favicon"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "favicon"));
// line 13
echo " <link rel=\"icon\" type=\"image/x-icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html", null, true);
echo "\" />
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 18
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 19
echo " ";
$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); })()));
// line 20
echo " <title>";
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", false, false, false, 20)), "html", null, true);
echo "</title>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 23
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 24
echo " ";
$this->loadTemplate("@UmbrellaAdmin/_stylesheets.html.twig", "@UmbrellaAdmin/layout.html.twig", 24)->display($context);
// line 25
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 29
public function block_body_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 30
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 31
echo "
<div class=\"wrapper\">
";
// line 33
$this->displayBlock('sidebar', $context, $blocks);
// line 36
echo "
<div class=\"main\">
";
// line 38
$this->displayBlock('topbar', $context, $blocks);
// line 64
echo "
<main class=\"content\">
<div class=\"";
// line 66
echo twig_escape_filter($this->env, 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.', 66, $this->source); })()), "containerClass", [], "any", false, false, false, 66), "html", null, true);
echo "\">
";
// line 67
$this->displayBlock('content', $context, $blocks);
// line 69
echo " </div>
</main>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 33
public function block_sidebar($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar"));
// line 34
echo " ";
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); })()));
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 38
public function block_topbar($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "topbar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "topbar"));
// line 39
echo " <nav class=\"navbar navbar-expand navbar-light navbar-bg sticky-top\">
<a class=\"sidebar-toggle js-sidebar-toggle\">
<i class=\"hamburger align-self-center\"></i>
</a>
<div class=\"";
// line 45
echo twig_escape_filter($this->env, 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.', 45, $this->source); })()), "containerClass", [], "any", false, false, false, 45), "html", null, true);
echo "\">
";
// line 47
$this->displayBlock('breadcrumb', $context, $blocks);
// line 50
echo "
<div class=\"navbar-collapse collapse\">
<ul class=\"navbar-nav navbar-align\">
";
// line 54
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", false, false, false, 54)) {
// line 55
echo " ";
$this->loadTemplate("@UmbrellaAdmin/Notification/widget.html.twig", "@UmbrellaAdmin/layout.html.twig", 55)->display($context);
// line 56
echo " ";
}
// line 57
echo "
";
// line 58
$this->loadTemplate("@UmbrellaAdmin/_userinfo.html.twig", "@UmbrellaAdmin/layout.html.twig", 58)->display($context);
// line 59
echo " </ul>
</div>
</div>
</nav>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 47
public function block_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
// line 48
echo " ";
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); })()));
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 67
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 68
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 78
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 79
echo " ";
$this->loadTemplate("@UmbrellaAdmin/_scripts.html.twig", "@UmbrellaAdmin/layout.html.twig", 79)->display($context);
// line 80
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@UmbrellaAdmin/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% if admin_menu is not defined %}
{% set admin_menu = get_menu(admin.menuName()) %}
{% endif %}
<!doctype html>
<html lang=\"{{ app.request.locale }}\">
<head>
<meta charset=\"utf-8\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\"/>
<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"/>
{% block favicon %}
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\" />
{% endblock %}
<script src=\"//unpkg.com/@ungap/custom-elements\"></script>
{% block title %}
{% set menu_page_title = get_page_title_from_menu(admin_menu) %}
<title>{{ (menu_page_title ? menu_page_title ~ ' | ') ~ admin.appName() }}</title>
{% endblock %}
{% block stylesheets %}
{% include \"@UmbrellaAdmin/_stylesheets.html.twig\" %}
{% endblock %}
</head>
<body class=\"env-{{ app.environment }} {% block body_class %}{% endblock %}\">
{% block body %}
<div class=\"wrapper\">
{% block sidebar %}
{{ render_menu(admin_menu) }}
{% endblock %}
<div class=\"main\">
{% block topbar %}
<nav class=\"navbar navbar-expand navbar-light navbar-bg sticky-top\">
<a class=\"sidebar-toggle js-sidebar-toggle\">
<i class=\"hamburger align-self-center\"></i>
</a>
<div class=\"{{ admin.containerClass }}\">
{% block breadcrumb %}
{{ render_breadcrumb(admin_menu) }}
{% endblock %}
<div class=\"navbar-collapse collapse\">
<ul class=\"navbar-nav navbar-align\">
{% if admin.notificationEnable() %}
{% include \"@UmbrellaAdmin/Notification/widget.html.twig\" %}
{% endif %}
{% include '@UmbrellaAdmin/_userinfo.html.twig' %}
</ul>
</div>
</div>
</nav>
{% endblock %}
<main class=\"content\">
<div class=\"{{ admin.containerClass }}\">
{% block content %}
{% endblock %}
</div>
</main>
</div>
</div>
{% endblock %}
{% include \"@UmbrellaCore/_toast.html.twig\" %}
{% block javascripts %}
{% include \"@UmbrellaAdmin/_scripts.html.twig\" %}
{% endblock %}
</body>
</html>
", "@UmbrellaAdmin/layout.html.twig", "/var/www/nfc/vendor/umbrella2/adminbundle/templates/layout.html.twig");
}
}