<?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;
/* Theme/layoutbaseadmin.html.twig */
class __TwigTemplate_4df561bb00e680db28a3d6c328256586 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'meta' => [$this, 'block_meta'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascript' => [$this, 'block_javascript'],
];
}
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", "Theme/layoutbaseadmin.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/layoutbaseadmin.html.twig"));
// line 1
yield "
<!DOCTYPE html>
<html lang=\"en\">
<head>
<!-- Required meta tags -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<title>";
// line 9
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
";
// line 10
yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
// line 11
yield " ";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 22
yield " <script src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/vendor.bundle.base.js"), "html", null, true);
yield "\"></script>
<!-- endinject -->
<link rel=\"stylesheet\" href=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.core.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" href=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.default.css"), "html", null, true);
yield "\" id=\"toggleCSS\" />
<script src=\"";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/lib/alertify.min.js"), "html", null, true);
yield "\"></script>
\t<script>
\t\tfunction resetNotif() {
\t\t\t\$(\"#toggleCSS\").attr(\"href\", \"";
// line 30
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("plugins/notify/themes/alertify.default.css"), "html", null, true);
yield "\");
\t\t\talertify.set({
\t\t\t\tlabels : {
\t\t\t\t\tok : \"OK\",
\t\t\t\t\tcancel : \"Cancel\"
\t\t\t\t},
\t\t\t\tdelay : 5000,
\t\t\t\tbuttonReverse : false,
\t\t\t\tbuttonFocus : \"ok\"
\t\t\t});
\t\t}
\t</script>
<style>
.sidebar {
background: #e8eff9;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
}
.btn, .btn:hover {
color: #88a5b1;
}
.btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-inverse, .btn-inverse:hover {
color: #fff;
}
.btn {
font: 14px Helvetica;
padding: 12px 22px 10px;
margin: 0;
border: none;
border-bottom: 3px #aacedd solid;
text-decoration: none;
background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
background-image: linear-gradient(#ffffff, #f8f8f8);
position: relative;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn:active {
position: relative;
top: 3px;
border: none;
}
.btn-primary {
border-bottom: 3px #000609 solid;
background-image: -moz-linear-gradient(#0079bb, #005888);
background-image: -webkit-linear-gradient(#0079bb, #005888);
background-image: linear-gradient(#0079bb, #005888);
}
.btn-primary:hover {
background-image: -moz-linear-gradient(#009aee, #005888);
background-image: -webkit-linear-gradient(#009aee, #005888);
background-image: linear-gradient(#009aee, #005888);
}
.btn-info {
border-bottom: 3px #206376 solid;
background-image: -moz-linear-gradient(#71c1d8, #49afcd);
background-image: -webkit-linear-gradient(#71c1d8, #49afcd);
background-image: linear-gradient(#71c1d8, #49afcd);
}
.btn-info:hover {
background-image: -moz-linear-gradient(#99d2e3, #49afcd);
background-image: -webkit-linear-gradient(#99d2e3, #49afcd);
background-image: linear-gradient(#99d2e3, #49afcd);
}
.btn-success {
border-bottom: 3px #2d662d solid;
background-image: -moz-linear-gradient(#7ec77e, #5bb75b);
background-image: -webkit-linear-gradient(#7ec77e, #5bb75b);
background-image: linear-gradient(#7ec77e, #5bb75b);
}
.btn-success:hover {
background-image: -moz-linear-gradient(#a2d6a2, #5bb75b);
background-image: -webkit-linear-gradient(#a2d6a2, #5bb75b);
background-image: linear-gradient(#a2d6a2, #5bb75b);
}
.btn-warning {
border-bottom: 3px #a86404 solid;
background-image: -moz-linear-gradient(#fbbc64, #faa732);
background-image: -webkit-linear-gradient(#fbbc64, #faa732);
background-image: linear-gradient(#fbbc64, #faa732);
}
.btn-warning:hover {
background-image: -moz-linear-gradient(#fcd296, #faa732);
background-image: -webkit-linear-gradient(#fcd296, #faa732);
background-image: linear-gradient(#fcd296, #faa732);
}
.btn-danger {
border-bottom: 3px #88201c solid;
background-image: -moz-linear-gradient(#e37873, #da4f49);
background-image: -webkit-linear-gradient(#e37873, #da4f49);
background-image: linear-gradient(#e37873, #da4f49);
}
.btn-danger:hover {
background-image: -moz-linear-gradient(#eba19e, #da4f49);
background-image: -webkit-linear-gradient(#eba19e, #da4f49);
background-image: linear-gradient(#eba19e, #da4f49);
}
.btn-inverse {
border-bottom: 3px black solid;
background-image: -moz-linear-gradient(#505050, #363636);
background-image: -webkit-linear-gradient(#505050, #363636);
background-image: linear-gradient(#505050, #363636);
}
.btn-inverse:hover {
background-image: -moz-linear-gradient(#696969, #363636);
background-image: -webkit-linear-gradient(#696969, #363636);
background-image: linear-gradient(#696969, #363636);
}
.btn-large {
font-size: 18px;
padding: 12px 22px 10px;
}
.btn-small {
font-size: 11px;
padding: 8px 16px 6px;
}
.btn-mini {
font-size: 9px;
padding: 7px 12px 5px;
}
.accordion__item {
padding: 20px;
margin-bottom: 20px;
border-radius: 4px;
background: #fff;
}
.accordion__body {
display: none;
padding-top: 10px;
}
.accordion__body p {
margin-bottom: 0;
}
.accordion__title {
font-size: 18px;
cursor: pointer;
margin-bottom: 0;
position: relative;
}
.accordion__title:after {
content: \"\";
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 0;
background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC\") no-repeat;
background-size: 20px;
}
.accordion__title.active {
color: #2B9FDF;
}
.accordion__title.active:after {
transform: rotate(-180deg);
}
.breadcrumb_{
padding: 0px;
}
.breadcrumb_ li {
display: inline-block;
font-size: 1.5em;
list-style: none;
padding-right: 0.5em;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb_ li:before {
content: \"/\";
padding-right: 0.5em;
}
.breadcrumb_ li:first-of-type:before {
display: none;
}
.breadcrumb_ li:last-of-type {
max-width: 100%;
}
.breadcrumb_ li h1 {
display: inline-block;
font-size: 1em;
margin: 0;
}
.navbar {
\tborder-bottom: 1px solid #ddd!important;
}
.box {
\twidth: 100%;
\tmin-height: 325px;
\tborder-radius: 8px;
\tbox-shadow: 0 0 0 #fff,0 0 0 #fff,0 0 0 #fff;
background: #fff;
\tbox-sizing: border-box;
\tfont-family: open sans;
\tpadding: 20px;
\tcursor: pointer;
\tdisplay: inline-block;
\ttransition: .3s;
border-bottom: 1px dashed #ddd;
}
.box:hover {
\tbox-shadow: 5px 5px 10px #ddd,-5px -5px 10px #ddd;
\ttransform: scale(1.1);
\tz-index: 999;
}
.box .title {
\tfont-family: Roboto;
\tfont-size: 16px;
\tfont-weight: 500;
}
.box .subtitle {
\tfont-family: Roboto;
\tfont-size: 15px;
\tfont-weight: 500;
\tcolor: #555;
}
.box .number {
\tfont-family: Roboto;
\tfont-size: 15px;
\tfont-weight: 500;
\tcolor: #555;
\tright: 7px;
\ttop: 10px;
\tposition: absolute;
}
.box .text {
\tfont-size: 30px;
\tline-height: 1.10909;
\tfont-family: Roboto;
\tfont-weight: 400;
\tfont-style: normal;
}
.SheetTitle {
\tfont-family: Roboto;
\tfont-size: 40px;
\tfont-weight: 300;
}
.SheetSubtitle {
\tfont-family: Roboto;
\tfont-size: 20px;
\tfont-weight: 600;
\tcolor: #888;
}
.line {
\theight: 2px;
\tbackground-color: #ccc;
\tmargin: 10px;
\twidth: 70%;
}
@media (min-width: 989px){
#sidebar{
position: fixed; top: 62px; left: 0px; z-index: 999;
}
#sidebar2{
opacity: 0;
}
}
@media (max-width: 989px){
#sidebar{
}
#sidebar2{
display: none;
}
}
figure {
\tdisplay: block;
\tbackground-color: #fff;
\t-ms-interpolation-mode: bicubic;
}
figure img {
\tdisplay: block;
\twidth: auto;
\tmax-width: 100%;
}
/**
* Variables
*/
:root {
\t--master-color: #005888;
\t--master-color-partner-dark: #005888;
\t
\t--headings-color: #263358;\t
\t
\t--main-bg-color: #fff;
\t--secondary1-bg-color: #f6f6f6;
\t--secondary2-bg-color: #fff0ec;
\t
\t--main-txt-color: #333;
\t--secondary-txt-color: #757575;
\t
\t--sub-color: #b4b4b4;
}
.post__header h1, .post__header h2 {
\tdisplay: block;
\tfont-family: 'Oswald', sans-serif;
\tfont-style: normal;
\tfont-weight: 300;
\tline-height: 1.4em;
\tcolor: var(--headings-color);
}
.post__header h1 a,
.post__header h2 a {
\tfont-weight: 300;
\ttext-decoration: none;
\tcolor: var(--headings-color);
\tbackground-color: transparent;
\toutline: none;
}
.post__header a:hover {
\tcolor: var(--master-color-partner-dark);
}
.post__header a:focus {
\tcolor: var(--headings-color);
\tbackground-color: var(--secondary2-bg-color);
}
/**
* Post List Layout
*/
.post-list_grid {
\tdisplay: grid;
\tgrid-template-columns: repeat(3, 1fr);
\talign-items: stretch;
}
.post-list__post {
\tdisplay: grid;
\tgrid-template-areas:
\t\t\"header\"
\t\t\"footer\"
\t\t\"pr_img\";
\tgrid-auto-rows: 1fr auto auto;
\talign-items: start;
\tgrid-gap: 1em 0;
}
.post-list__post:nth-child(2n+1) {
\tbackground-color: var(--secondary1-bg-color);
}
.post-list__post:nth-child(3n+2) {
\tgrid-template-areas:
\t\t\"pr_img\"
\t\t\"header\"
\t\t\"footer\";
\tgrid-auto-rows: auto 1fr auto;\t
}
.post__preview-img {
\tgrid-area: pr_img;
}
.post__header {
\tgrid-area: header;
}
.post__meta {
\tgrid-area: footer;
\talign-self: start;
\tdisplay: flex;
\tjustify-content: space-between;
\talign-items: flex-start;
}
/**
* Post List Design
*/
.post-list {
\tmargin-bottom: 4em;
}
.post {
\tposition: relative;
\tpadding: 1.6em;
}
.post:after {
\tcontent: '';
\tdisplay: block;
\tposition: absolute;
\ttop: 0;
\tright: 0;
\tbottom: 0;
\tleft: 0;
\tborder: 3px var(--master-color) solid;
\tborder-image: linear-gradient(110deg, #c19f63, #c6972b, #f5cd87, #c6972b, #c19f63) 1;
\tz-index: 2;
\topacity: 0;
\t-webkit-transition: all .25s ease-out;\t\t\t
\t\t\ttransition: all .25s ease-out;
}
.post:hover:after {
\topacity: 1;
}
.post > * {
\tz-index: 4;
\tposition: relative;
}
.post__preview-img {
\twidth: 100%;
\theight: 0;
\tpadding-bottom: 56.25%;
\tposition: relative;
\toverflow: hidden;
}
.post__preview-img img {
\twidth: 100%;
height: auto;
position: absolute;
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
margin: auto;
}
.post__time {
\tcolor: var(--sub-color);
}
.post__meta a {
\tcolor: var(--sub-color);
\ttext-decoration: none;
\tborder-bottom: 1px var(--sub-color) solid;
}
.post__meta a:hover {
\tcolor: var(--master-color-partner-dark);
}
.post__comments {
\tposition: relative;
\tpadding-left: 24px;
}
.post__comments:before,
.post__comments:after {
\tcontent: '';
\tdisplay: block;
\tposition: absolute;
\tborder: 1px var(--sub-color) solid;
}
.post__comments:before {
\twidth: 16px;
\theight: 11px;
\tborder-radius: 50%;
\tleft: 0;
\ttop: calc(50% - 8px);
\tz-index: 1;
}
.post__comments:after {
\twidth: 3px;
height: 6px;
border-width: 0 1px 1px 0;
transform: rotate(31deg);
top: 50%;
left: 11px;
\tz-index: 2;
\tbackground-color: var(--secondary1-bg-color);
}
/**
* Breakpoint 900px
*/
@media all and (max-width: 900px) {
\t.post-list_grid {
\t\tgrid-template-columns: repeat(2, 1fr);
\t}
\t
\t.post-list__post:nth-child(n) {
\t\tbackground-color: transparent;
\t\tgrid-template-areas:
\t\t\t\"header\"
\t\t\t\"footer\"
\t\t\t\"pr_img\";
\t\tgrid-auto-rows: 1fr auto auto;
\t}
\t
\t.post-list__post:nth-child(4n),
\t.post-list__post:nth-child(4n+1) {
\t\tbackground-color: var(--secondary1-bg-color);
\t}
\t
\t.post-list__post:nth-child(even) {
\t\tgrid-template-areas:
\t\t\t\"pr_img\"
\t\t\t\"header\"
\t\t\t\"footer\";
\t\tgrid-auto-rows: auto 1fr auto;\t
\t}
}
/**
* Breakpoint 670px
*/
@media all and (max-width: 670px) {
\t.post-list_grid {
\t\tgrid-template-columns: 1fr;
\t}
\t
\t.post-list__post:nth-child(n) {
\t\tbackground-color: var(--secondary1-bg-color);
\t\tgrid-template-areas:
\t\t\t\"header\"
\t\t\t\"footer\"
\t\t\t\"pr_img\";
\t\tgrid-auto-rows: 1fr auto auto;
\t}
\t
\t.post-list__post:nth-child(even) {
\t\tbackground-color: transparent;
\t}
}
</style>
</head>
<body>
<div class=\"container-scroller\">
";
// line 596
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:menubare", ["position" => "dash"]));
yield "
<div class=\"container-fluid page-body-wrapper\">
";
// line 598
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:menuleft", ["position" => "dash"]));
yield "
<div class=\"main-panel\" style=\"background: #e8eff9;\">
";
// line 600
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 603
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:footer", ["position" => "dash"]));
yield "
</div>
</div>
</div>
<!-- inject:js -->
\t<script src=\"";
// line 609
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/off-canvas.js"), "html", null, true);
yield "\"></script>
\t<script src=\"";
// line 610
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/hoverable-collapse.js"), "html", null, true);
yield "\"></script>
\t<script src=\"";
// line 611
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/template.js"), "html", null, true);
yield "\"></script>
\t<script src=\"";
// line 612
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/settings.js"), "html", null, true);
yield "\"></script>
\t<script src=\"";
// line 613
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/js/todolist.js"), "html", null, true);
yield "\"></script>
<!-- endinject -->
<script type=\"text/javascript\">
";
// line 617
yield from $this->unwrap()->yieldBlock('javascript', $context, $blocks);
// line 620
yield " </script>
</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
// line 9
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"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 9, $this->source); })()), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 10
public function block_meta($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", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 11
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 12
yield " <!-- base:css -->
<link rel=\"stylesheet\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/typicons.font/font/typicons.css"), "html", null, true);
yield "\">
<link rel=\"stylesheet\" href=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/vendor.bundle.base.css"), "html", null, true);
yield "\">
<!-- endinject -->
<!-- inject:css -->
<link rel=\"stylesheet\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/style.css"), "html", null, true);
yield "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 18
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/css/bootstrap-icons.css"), "html", null, true);
yield "\">
<!-- endinject -->
<link rel=\"shortcut icon\" href=\"";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatedash/images/favicon.png"), "html", null, true);
yield "\" />
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 600
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 601
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 617
public function block_javascript($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", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 618
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/layoutbaseadmin.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 836 => 618, 826 => 617, 814 => 601, 804 => 600, 791 => 20, 786 => 18, 782 => 17, 776 => 14, 772 => 13, 769 => 12, 759 => 11, 739 => 10, 719 => 9, 705 => 620, 703 => 617, 696 => 613, 692 => 612, 688 => 611, 684 => 610, 680 => 609, 670 => 603, 668 => 600, 663 => 598, 658 => 596, 89 => 30, 83 => 27, 79 => 26, 75 => 25, 68 => 22, 65 => 11, 63 => 10, 59 => 9, 49 => 1,);
}
public function getSourceContext()
{
return new Source("
<!DOCTYPE html>
<html lang=\"en\">
<head>
<!-- Required meta tags -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<title>{% block title %}{{ site }}{% endblock %}</title>
{% block meta %} {% endblock %}
{% block stylesheets %}
<!-- base:css -->
<link rel=\"stylesheet\" href=\"{{ asset('templatedash/typicons.font/font/typicons.css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('templatedash/css/vendor.bundle.base.css') }}\">
<!-- endinject -->
<!-- inject:css -->
<link rel=\"stylesheet\" href=\"{{ asset('templatedash/css/style.css') }}\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('templatedash/css/bootstrap-icons.css') }}\">
<!-- endinject -->
<link rel=\"shortcut icon\" href=\"{{ asset('templatedash/images/favicon.png') }}\" />
{% endblock %}
<script src=\"{{ asset('templatedash/js/vendor.bundle.base.js') }}\"></script>
<!-- endinject -->
<link rel=\"stylesheet\" href=\"{{ asset('plugins/notify/themes/alertify.core.css') }}\" />
\t<link rel=\"stylesheet\" href=\"{{ asset('plugins/notify/themes/alertify.default.css') }}\" id=\"toggleCSS\" />
<script src=\"{{ asset('plugins/notify/lib/alertify.min.js') }}\"></script>
\t<script>
\t\tfunction resetNotif() {
\t\t\t\$(\"#toggleCSS\").attr(\"href\", \"{{ asset('plugins/notify/themes/alertify.default.css') }}\");
\t\t\talertify.set({
\t\t\t\tlabels : {
\t\t\t\t\tok : \"OK\",
\t\t\t\t\tcancel : \"Cancel\"
\t\t\t\t},
\t\t\t\tdelay : 5000,
\t\t\t\tbuttonReverse : false,
\t\t\t\tbuttonFocus : \"ok\"
\t\t\t});
\t\t}
\t</script>
<style>
.sidebar {
background: #e8eff9;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
}
.btn, .btn:hover {
color: #88a5b1;
}
.btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-inverse, .btn-inverse:hover {
color: #fff;
}
.btn {
font: 14px Helvetica;
padding: 12px 22px 10px;
margin: 0;
border: none;
border-bottom: 3px #aacedd solid;
text-decoration: none;
background-image: -moz-linear-gradient(#ffffff, #f8f8f8);
background-image: -webkit-linear-gradient(#ffffff, #f8f8f8);
background-image: linear-gradient(#ffffff, #f8f8f8);
position: relative;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn:active {
position: relative;
top: 3px;
border: none;
}
.btn-primary {
border-bottom: 3px #000609 solid;
background-image: -moz-linear-gradient(#0079bb, #005888);
background-image: -webkit-linear-gradient(#0079bb, #005888);
background-image: linear-gradient(#0079bb, #005888);
}
.btn-primary:hover {
background-image: -moz-linear-gradient(#009aee, #005888);
background-image: -webkit-linear-gradient(#009aee, #005888);
background-image: linear-gradient(#009aee, #005888);
}
.btn-info {
border-bottom: 3px #206376 solid;
background-image: -moz-linear-gradient(#71c1d8, #49afcd);
background-image: -webkit-linear-gradient(#71c1d8, #49afcd);
background-image: linear-gradient(#71c1d8, #49afcd);
}
.btn-info:hover {
background-image: -moz-linear-gradient(#99d2e3, #49afcd);
background-image: -webkit-linear-gradient(#99d2e3, #49afcd);
background-image: linear-gradient(#99d2e3, #49afcd);
}
.btn-success {
border-bottom: 3px #2d662d solid;
background-image: -moz-linear-gradient(#7ec77e, #5bb75b);
background-image: -webkit-linear-gradient(#7ec77e, #5bb75b);
background-image: linear-gradient(#7ec77e, #5bb75b);
}
.btn-success:hover {
background-image: -moz-linear-gradient(#a2d6a2, #5bb75b);
background-image: -webkit-linear-gradient(#a2d6a2, #5bb75b);
background-image: linear-gradient(#a2d6a2, #5bb75b);
}
.btn-warning {
border-bottom: 3px #a86404 solid;
background-image: -moz-linear-gradient(#fbbc64, #faa732);
background-image: -webkit-linear-gradient(#fbbc64, #faa732);
background-image: linear-gradient(#fbbc64, #faa732);
}
.btn-warning:hover {
background-image: -moz-linear-gradient(#fcd296, #faa732);
background-image: -webkit-linear-gradient(#fcd296, #faa732);
background-image: linear-gradient(#fcd296, #faa732);
}
.btn-danger {
border-bottom: 3px #88201c solid;
background-image: -moz-linear-gradient(#e37873, #da4f49);
background-image: -webkit-linear-gradient(#e37873, #da4f49);
background-image: linear-gradient(#e37873, #da4f49);
}
.btn-danger:hover {
background-image: -moz-linear-gradient(#eba19e, #da4f49);
background-image: -webkit-linear-gradient(#eba19e, #da4f49);
background-image: linear-gradient(#eba19e, #da4f49);
}
.btn-inverse {
border-bottom: 3px black solid;
background-image: -moz-linear-gradient(#505050, #363636);
background-image: -webkit-linear-gradient(#505050, #363636);
background-image: linear-gradient(#505050, #363636);
}
.btn-inverse:hover {
background-image: -moz-linear-gradient(#696969, #363636);
background-image: -webkit-linear-gradient(#696969, #363636);
background-image: linear-gradient(#696969, #363636);
}
.btn-large {
font-size: 18px;
padding: 12px 22px 10px;
}
.btn-small {
font-size: 11px;
padding: 8px 16px 6px;
}
.btn-mini {
font-size: 9px;
padding: 7px 12px 5px;
}
.accordion__item {
padding: 20px;
margin-bottom: 20px;
border-radius: 4px;
background: #fff;
}
.accordion__body {
display: none;
padding-top: 10px;
}
.accordion__body p {
margin-bottom: 0;
}
.accordion__title {
font-size: 18px;
cursor: pointer;
margin-bottom: 0;
position: relative;
}
.accordion__title:after {
content: \"\";
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 0;
background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC\") no-repeat;
background-size: 20px;
}
.accordion__title.active {
color: #2B9FDF;
}
.accordion__title.active:after {
transform: rotate(-180deg);
}
.breadcrumb_{
padding: 0px;
}
.breadcrumb_ li {
display: inline-block;
font-size: 1.5em;
list-style: none;
padding-right: 0.5em;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb_ li:before {
content: \"/\";
padding-right: 0.5em;
}
.breadcrumb_ li:first-of-type:before {
display: none;
}
.breadcrumb_ li:last-of-type {
max-width: 100%;
}
.breadcrumb_ li h1 {
display: inline-block;
font-size: 1em;
margin: 0;
}
.navbar {
\tborder-bottom: 1px solid #ddd!important;
}
.box {
\twidth: 100%;
\tmin-height: 325px;
\tborder-radius: 8px;
\tbox-shadow: 0 0 0 #fff,0 0 0 #fff,0 0 0 #fff;
background: #fff;
\tbox-sizing: border-box;
\tfont-family: open sans;
\tpadding: 20px;
\tcursor: pointer;
\tdisplay: inline-block;
\ttransition: .3s;
border-bottom: 1px dashed #ddd;
}
.box:hover {
\tbox-shadow: 5px 5px 10px #ddd,-5px -5px 10px #ddd;
\ttransform: scale(1.1);
\tz-index: 999;
}
.box .title {
\tfont-family: Roboto;
\tfont-size: 16px;
\tfont-weight: 500;
}
.box .subtitle {
\tfont-family: Roboto;
\tfont-size: 15px;
\tfont-weight: 500;
\tcolor: #555;
}
.box .number {
\tfont-family: Roboto;
\tfont-size: 15px;
\tfont-weight: 500;
\tcolor: #555;
\tright: 7px;
\ttop: 10px;
\tposition: absolute;
}
.box .text {
\tfont-size: 30px;
\tline-height: 1.10909;
\tfont-family: Roboto;
\tfont-weight: 400;
\tfont-style: normal;
}
.SheetTitle {
\tfont-family: Roboto;
\tfont-size: 40px;
\tfont-weight: 300;
}
.SheetSubtitle {
\tfont-family: Roboto;
\tfont-size: 20px;
\tfont-weight: 600;
\tcolor: #888;
}
.line {
\theight: 2px;
\tbackground-color: #ccc;
\tmargin: 10px;
\twidth: 70%;
}
@media (min-width: 989px){
#sidebar{
position: fixed; top: 62px; left: 0px; z-index: 999;
}
#sidebar2{
opacity: 0;
}
}
@media (max-width: 989px){
#sidebar{
}
#sidebar2{
display: none;
}
}
figure {
\tdisplay: block;
\tbackground-color: #fff;
\t-ms-interpolation-mode: bicubic;
}
figure img {
\tdisplay: block;
\twidth: auto;
\tmax-width: 100%;
}
/**
* Variables
*/
:root {
\t--master-color: #005888;
\t--master-color-partner-dark: #005888;
\t
\t--headings-color: #263358;\t
\t
\t--main-bg-color: #fff;
\t--secondary1-bg-color: #f6f6f6;
\t--secondary2-bg-color: #fff0ec;
\t
\t--main-txt-color: #333;
\t--secondary-txt-color: #757575;
\t
\t--sub-color: #b4b4b4;
}
.post__header h1, .post__header h2 {
\tdisplay: block;
\tfont-family: 'Oswald', sans-serif;
\tfont-style: normal;
\tfont-weight: 300;
\tline-height: 1.4em;
\tcolor: var(--headings-color);
}
.post__header h1 a,
.post__header h2 a {
\tfont-weight: 300;
\ttext-decoration: none;
\tcolor: var(--headings-color);
\tbackground-color: transparent;
\toutline: none;
}
.post__header a:hover {
\tcolor: var(--master-color-partner-dark);
}
.post__header a:focus {
\tcolor: var(--headings-color);
\tbackground-color: var(--secondary2-bg-color);
}
/**
* Post List Layout
*/
.post-list_grid {
\tdisplay: grid;
\tgrid-template-columns: repeat(3, 1fr);
\talign-items: stretch;
}
.post-list__post {
\tdisplay: grid;
\tgrid-template-areas:
\t\t\"header\"
\t\t\"footer\"
\t\t\"pr_img\";
\tgrid-auto-rows: 1fr auto auto;
\talign-items: start;
\tgrid-gap: 1em 0;
}
.post-list__post:nth-child(2n+1) {
\tbackground-color: var(--secondary1-bg-color);
}
.post-list__post:nth-child(3n+2) {
\tgrid-template-areas:
\t\t\"pr_img\"
\t\t\"header\"
\t\t\"footer\";
\tgrid-auto-rows: auto 1fr auto;\t
}
.post__preview-img {
\tgrid-area: pr_img;
}
.post__header {
\tgrid-area: header;
}
.post__meta {
\tgrid-area: footer;
\talign-self: start;
\tdisplay: flex;
\tjustify-content: space-between;
\talign-items: flex-start;
}
/**
* Post List Design
*/
.post-list {
\tmargin-bottom: 4em;
}
.post {
\tposition: relative;
\tpadding: 1.6em;
}
.post:after {
\tcontent: '';
\tdisplay: block;
\tposition: absolute;
\ttop: 0;
\tright: 0;
\tbottom: 0;
\tleft: 0;
\tborder: 3px var(--master-color) solid;
\tborder-image: linear-gradient(110deg, #c19f63, #c6972b, #f5cd87, #c6972b, #c19f63) 1;
\tz-index: 2;
\topacity: 0;
\t-webkit-transition: all .25s ease-out;\t\t\t
\t\t\ttransition: all .25s ease-out;
}
.post:hover:after {
\topacity: 1;
}
.post > * {
\tz-index: 4;
\tposition: relative;
}
.post__preview-img {
\twidth: 100%;
\theight: 0;
\tpadding-bottom: 56.25%;
\tposition: relative;
\toverflow: hidden;
}
.post__preview-img img {
\twidth: 100%;
height: auto;
position: absolute;
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
margin: auto;
}
.post__time {
\tcolor: var(--sub-color);
}
.post__meta a {
\tcolor: var(--sub-color);
\ttext-decoration: none;
\tborder-bottom: 1px var(--sub-color) solid;
}
.post__meta a:hover {
\tcolor: var(--master-color-partner-dark);
}
.post__comments {
\tposition: relative;
\tpadding-left: 24px;
}
.post__comments:before,
.post__comments:after {
\tcontent: '';
\tdisplay: block;
\tposition: absolute;
\tborder: 1px var(--sub-color) solid;
}
.post__comments:before {
\twidth: 16px;
\theight: 11px;
\tborder-radius: 50%;
\tleft: 0;
\ttop: calc(50% - 8px);
\tz-index: 1;
}
.post__comments:after {
\twidth: 3px;
height: 6px;
border-width: 0 1px 1px 0;
transform: rotate(31deg);
top: 50%;
left: 11px;
\tz-index: 2;
\tbackground-color: var(--secondary1-bg-color);
}
/**
* Breakpoint 900px
*/
@media all and (max-width: 900px) {
\t.post-list_grid {
\t\tgrid-template-columns: repeat(2, 1fr);
\t}
\t
\t.post-list__post:nth-child(n) {
\t\tbackground-color: transparent;
\t\tgrid-template-areas:
\t\t\t\"header\"
\t\t\t\"footer\"
\t\t\t\"pr_img\";
\t\tgrid-auto-rows: 1fr auto auto;
\t}
\t
\t.post-list__post:nth-child(4n),
\t.post-list__post:nth-child(4n+1) {
\t\tbackground-color: var(--secondary1-bg-color);
\t}
\t
\t.post-list__post:nth-child(even) {
\t\tgrid-template-areas:
\t\t\t\"pr_img\"
\t\t\t\"header\"
\t\t\t\"footer\";
\t\tgrid-auto-rows: auto 1fr auto;\t
\t}
}
/**
* Breakpoint 670px
*/
@media all and (max-width: 670px) {
\t.post-list_grid {
\t\tgrid-template-columns: 1fr;
\t}
\t
\t.post-list__post:nth-child(n) {
\t\tbackground-color: var(--secondary1-bg-color);
\t\tgrid-template-areas:
\t\t\t\"header\"
\t\t\t\"footer\"
\t\t\t\"pr_img\";
\t\tgrid-auto-rows: 1fr auto auto;
\t}
\t
\t.post-list__post:nth-child(even) {
\t\tbackground-color: transparent;
\t}
}
</style>
</head>
<body>
<div class=\"container-scroller\">
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:menubare\", {'position': 'dash'})) }}
<div class=\"container-fluid page-body-wrapper\">
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:menuleft\", {'position': 'dash'})) }}
<div class=\"main-panel\" style=\"background: #e8eff9;\">
{% block body %}
{% endblock %}
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:footer\", {'position': 'dash'})) }}
</div>
</div>
</div>
<!-- inject:js -->
\t<script src=\"{{ asset('templatedash/js/off-canvas.js') }}\"></script>
\t<script src=\"{{ asset('templatedash/js/hoverable-collapse.js') }}\"></script>
\t<script src=\"{{ asset('templatedash/js/template.js') }}\"></script>
\t<script src=\"{{ asset('templatedash/js/settings.js') }}\"></script>
\t<script src=\"{{ asset('templatedash/js/todolist.js') }}\"></script>
<!-- endinject -->
<script type=\"text/javascript\">
{% block javascript %}
{% endblock %}
</script>
</body>
</html>", "Theme/layoutbaseadmin.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/layoutbaseadmin.html.twig");
}
}