{% set _title = block('title') is defined ? block('title')|trim : null %}
{# #}
{# #}
{# #}
{# #}
{# {% if(app.session.get('_locale')=='en') %} #}
{# EN FLAG #}
{# {% else %} #}
{# CZ FLAG #}
{# {% endif %} #}
{# {{ path('set_system_language',{'language':'en'}) }} #}
{# {{ path('set_system_language',{'language':'cs'}) }} #}
{# {{ app.user.username }} #}
{# {{ _title }} #}
{# {% block body %}{% endblock %} #}
{# #}
{# {{ app.user.fullname }} #}
{# {{ path('fos_user_profile_edit') }} #}
{# {{ path('fos_user_change_password') }} #}
{# {{ path('fos_user_security_logout') }} #}
<!DOCTYPE html>
<html lang="{{ app.session.get('_locale') }}">
<!--begin::Head-->
<head>
<base href="">
<meta charset="utf-8"/>
<title>{% block title %}Hotel system{% endblock %}</title>
<meta name="description" content="Updates and statistics"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<link rel="canonical" href="/"/>
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"/>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/ui-darkness/jquery-ui.css"/>
<!--end::Fonts-->
<!--begin::Page Vendors Styles(used by this page)-->
<link href="/themes/metronic/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css" rel="stylesheet"
type="text/css"/>
<!--end::Page Vendors Styles-->
<!--begin::Global Theme Styles(used by all pages)-->
<link href="/themes/metronic/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css"/>
<link href="/themes/metronic/assets/plugins/custom/prismjs/prismjs.bundle.css" rel="stylesheet" type="text/css"/>
<link href="/themes/metronic/assets/plugins/custom/prismjs/prismjs.bundle.css" rel="stylesheet" type="text/css"/>
<link href="/themes/metronic/assets/css/style.bundle.css" rel="stylesheet" type="text/css"/>
<!--end::Global Theme Styles-->
<!--begin::Layout Themes(used by all pages)-->
<!--end::Layout Themes-->
{% block stylesheets %}
<link href="/themes/metronic/assets/css/custom.css" rel="stylesheet" type="text/css"/>
{% endblock %}
<link rel="shortcut icon" href="/themes/metronic/assets/media/logos/favicon.ico"/>
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="header-static subheader-enabled page-loading">
{% block main_wrapper %}
<div class="d-flex flex-column flex-root">
<!--begin::Page-->
<div class="d-flex flex-row flex-column-fluid page">
<!--begin::Wrapper-->
<div class="d-flex flex-column flex-row-fluid wrapper" id="kt_wrapper">
{% include 'public/parts/header-mobile.html.twig' %}
{% include 'public/parts/header.html.twig' %}
{% include 'public/parts/header-menu.html.twig' %}
<!--begin::Container-->
<div class="d-flex flex-row flex-column-fluid container">
<!--begin::Content Wrapper-->
<div class="main d-flex flex-column flex-row-fluid">
{% include 'public/parts/subheader.html.twig' %}
<!--[html-partial:include:{"file":"partials/_subheader/subheader-v1.html"}]/-->
<div class="content flex-column-fluid" id="kt_content">
{% block fos_user_bar %}{% endblock fos_user_bar %}
{% block fos_user_content %}{% endblock fos_user_content %}
{% block body %}{% endblock %}
</div>
<!--end::Content-->
</div>
<!--begin::Content Wrapper-->
</div>
<!--end::Container-->
{% include 'public/parts/footer.html.twig' %}
</div>
<!--end::Wrapper-->
</div>
<!--end::Page-->
</div>
{% endblock main_wrapper %}
<!--begin::Main-->
<!--end::Main-->
<!--[html-partial:include:{"file":"layout.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/offcanvas/quick-cart.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/offcanvas/quick-panel.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/scrolltop.html"}]/-->
<script>
var HOST_URL = "https://preview.keenthemes.com/metronic/theme/html/tools/preview";
</script>
<!--begin::Global Config(global config for global JS scripts)-->
<script>
var KTAppSettings = {
"breakpoints": {
"sm": 576,
"md": 768,
"lg": 992,
"xl": 1200,
"xxl": 1200
},
"colors": {
"theme": {
"base": {
"white": "#ffffff",
"primary": "#8950FC",
"secondary": "#E5EAEE",
"success": "#1BC5BD",
"info": "#6993FF",
"warning": "#FFA800",
"danger": "#F64E60",
"light": "#F3F6F9",
"dark": "#212121"
},
"light": {
"white": "#ffffff",
"primary": "#EEE5FF",
"secondary": "#ECF0F3",
"success": "#C9F7F5",
"info": "#E1E9FF",
"warning": "#FFF4DE",
"danger": "#FFE2E5",
"light": "#F3F6F9",
"dark": "#D6D6E0"
},
"inverse": {
"white": "#ffffff",
"primary": "#ffffff",
"secondary": "#212121",
"success": "#ffffff",
"info": "#ffffff",
"warning": "#ffffff",
"danger": "#ffffff",
"light": "#464E5F",
"dark": "#ffffff"
}
},
"gray": {
"gray-100": "#F3F6F9",
"gray-200": "#ECF0F3",
"gray-300": "#E5EAEE",
"gray-400": "#D6D6E0",
"gray-500": "#B5B5C3",
"gray-600": "#80808F",
"gray-700": "#464E5F",
"gray-800": "#1B283F",
"gray-900": "#212121"
}
},
"font-family": "Poppins"
};
</script>
<!--end::Global Config-->
<!--begin::Global Theme Bundle(used by all pages)-->
<script src="/themes/metronic/assets/plugins/global/plugins.bundle.js"></script>
<script src="/themes/metronic/assets/plugins/custom/prismjs/prismjs.bundle.js"></script>
<script src="/themes/metronic/assets/js/scripts.bundle.js"></script>
<!--end::Global Theme Bundle-->
<!--begin::Page Vendors(used by this page)-->
<script src="/themes/metronic/assets/plugins/custom/fullcalendar/fullcalendar.bundle.js"></script>
<!--end::Page Vendors-->
<!--begin::Page Scripts(used by this page)-->
<script src="/themes/metronic/assets/js/pages/widgets.js"></script>
{% block javascripts %}{% endblock %}
<script type="text/javascript">
{% block javascriptInline %}{% endblock %}
</script>
<!--end::Page Scripts-->
</body>
<!--end::Body-->
</html>