<?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;
/* base.html.twig */
class __TwigTemplate_4d2b603328986e308bc97aebb07cb925 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'],
'stylesheets' => [$this, 'block_stylesheets'],
'printStylesheet' => [$this, 'block_printStylesheet'],
'revoSliderCss' => [$this, 'block_revoSliderCss'],
'pwa' => [$this, 'block_pwa'],
'recaptcha' => [$this, 'block_recaptcha'],
'body' => [$this, 'block_body'],
'headJavascripts' => [$this, 'block_headJavascripts'],
'header' => [$this, 'block_header'],
'menu' => [$this, 'block_menu'],
'pageTitle' => [$this, 'block_pageTitle'],
'pageTitleH1' => [$this, 'block_pageTitleH1'],
'pageTitleBreadcrumb' => [$this, 'block_pageTitleBreadcrumb'],
'subMenu' => [$this, 'block_subMenu'],
'subMenuLeft' => [$this, 'block_subMenuLeft'],
'subMenuRight' => [$this, 'block_subMenuRight'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'divHelp' => [$this, 'block_divHelp'],
'divHelp2' => [$this, 'block_divHelp2'],
'titleDivHelp2' => [$this, 'block_titleDivHelp2'],
'innerDivHelp2' => [$this, 'block_innerDivHelp2'],
'javascripts' => [$this, 'block_javascripts'],
'innerJavascripts' => [$this, 'block_innerJavascripts'],
'modals' => [$this, 'block_modals'],
];
}
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", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 2
yield "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE html>
<html>
<head>
<meta contentType=\"text/html\" />
<meta charset=\"UTF-8\" />
<meta class=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>EPOSManager - ";
// line 9
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
";
// line 10
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 37
yield " <link rel=\"icon\" type=\"image/x-icon\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html", null, true);
yield "\" />
";
// line 38
yield from $this->unwrap()->yieldBlock('pwa', $context, $blocks);
// line 53
yield "
";
// line 54
yield from $this->unwrap()->yieldBlock('recaptcha', $context, $blocks);
// line 55
yield " </head>
<body class=\"stretched\">
";
// line 57
yield from $this->loadTemplate("components/loading.html.twig", "base.html.twig", 57)->unwrap()->yield($context);
// line 58
yield "
";
// line 59
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 257
yield "
";
// line 258
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 329
yield "
<div id=\"divModals\" class=\"clearfix\">
";
// line 331
yield from $this->unwrap()->yieldBlock('modals', $context, $blocks);
// line 333
yield " </div>
</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 "Il software per le società di manutenzione POS";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 10
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 11
yield " \t<link rel=\"stylesheet\" type=\"text/css\" href=\"https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrap.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/dark.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 15
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-icons.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/animate.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/magnific-popup.css"), "html", null, true);
yield "\" />
\t<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("css/calendar.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 19
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/timepicker.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/jquery.timepicker.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/datepicker.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 22
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/daterangepicker.css"), "html", null, true);
yield "\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/bs-switches.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_02_21/classes.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_02_21/custom.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_02_21/themeOverride.css"), "html", null, true);
yield "\" />
";
// line 30
yield " ";
// line 31
yield " ";
// line 32
yield " ";
// line 33
yield "
";
// line 34
yield from $this->unwrap()->yieldBlock('printStylesheet', $context, $blocks);
// line 35
yield " ";
yield from $this->unwrap()->yieldBlock('revoSliderCss', $context, $blocks);
// line 36
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 34
public function block_printStylesheet($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", "printStylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "printStylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 35
public function block_revoSliderCss($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", "revoSliderCss"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "revoSliderCss"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 38
public function block_pwa($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", "pwa"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pwa"));
// line 39
yield " <meta name=\"theme-color\" content=\"#cf6c02\"/>
<link rel=\"manifest\" href=\"";
// line 40
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("manifest.json"), "html", null, true);
yield "\">
";
// line 43
yield " <link rel=\"apple-touch-icon\" href=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-152.png\">
<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">
<meta name=\"apple-mobile-web-app-title\" content=\"EPOS Manager\">
";
// line 49
yield " <meta name=\"application-name\" content=\"EPOS Manager\" />
<meta name=\"msapplication-TileImage\" content=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-144.png\">
<meta name=\"msapplication-TileColor\" content=\"#cf6c02\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 54
public function block_recaptcha($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", "recaptcha"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "recaptcha"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 59
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 60
yield " ";
$context["menuExternal"] = true;
// line 61
yield " ";
if ((CoreExtension::inFilter("user_", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 61, $this->source); })()), "request", [], "any", false, false, false, 61), "attributes", [], "any", false, false, false, 61), "get", ["_route"], "method", false, false, false, 61)) || CoreExtension::inFilter("admin_", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 61, $this->source); })()), "request", [], "any", false, false, false, 61), "attributes", [], "any", false, false, false, 61), "get", ["_route"], "method", false, false, false, 61)))) {
// line 62
yield " ";
$context["menuExternal"] = false;
// line 63
yield " ";
}
// line 64
yield "
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 65, $this->source); })()), "session", [], "any", false, false, false, 65), "flashbag", [], "any", false, false, false, 65), "get", ["notice_success"], "method", false, false, false, 65));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 66
yield " <div class=\"alert alert-dismissible alert-success notice\">
<i class=\"icon-thumbs-up\"></i><strong>Congratulazioni! </strong> ";
// line 67
yield $context["flash_message"];
yield "
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
yield "
";
// line 72
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 72, $this->source); })()), "session", [], "any", false, false, false, 72), "flashbag", [], "any", false, false, false, 72), "get", ["notice_info"], "method", false, false, false, 72));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 73
yield " <div class=\"alert alert-dismissible alert-info notice\">
<i class=\"icon-warning-sign\"></i><strong>Informazioni importanti! </strong> ";
// line 74
yield $context["flash_message"];
yield "
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 78
yield "
";
// line 79
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 79, $this->source); })()), "session", [], "any", false, false, false, 79), "flashbag", [], "any", false, false, false, 79), "get", ["notice_warning"], "method", false, false, false, 79));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 80
yield " <div class=\"alert alert-dismissible alert-warning notice\">
<i class=\"icon-warning-sign\"></i><strong>Attenzione!!!</strong> ";
// line 81
yield $context["flash_message"];
yield "
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 85
yield "
";
// line 86
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 86, $this->source); })()), "session", [], "any", false, false, false, 86), "flashbag", [], "any", false, false, false, 86), "get", ["notice_danger"], "method", false, false, false, 86));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 87
yield " <div class=\"alert alert-dismissible alert-danger notice\">
<i class=\"icon-remove\"></i><strong>Attenzione!!!</strong> ";
// line 88
yield $context["flash_message"];
yield "
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 92
yield "
";
// line 94
yield " <div id=\"modalCookie\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-md\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">Preferenze cookie</h4></div>
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-12 switch\">
<label>Centro preferenze sulla privacy</label>
<p class=\"font_14 m_b_10p txt_a_j\">Il sito utilizza i cookie per mostrarti contenuti personalizzati e gestire gli obiettivi aziendali. Di seguito puoi trovare ulteriori informazioni su come utilizziamo i cookie. Puoi accettare tutti i cookie, selezionarli singolarmente o rifiutarli tutti. Per saperne di più sulla nostra cookie policy puoi visitare <a href='";
// line 102
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies");
yield "'>la pagina dedicata</a> in qualsiasi momento.</p>
<label>Gestisci preferenze consenso</label>
<div class=\"toggle toggle-border bg_f8 m_b_5p\">
<div class=\"toggle-header font_12\">
<div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
<div class=\"toggle-title\">Cookie obbligatori<span class=\"f_right color_888\">Sempre attivi</span></div>
</div>
<div class=\"toggle-content font_12 txt_a_j\">Questi cookie sono necessari per le funzioni essenziali de sito, come la gestione della sicurezza della rete e la sua accessibilità . I cookie standard non possono essere disattivati.</div>
</div>
<div class=\"toggle toggle-border bg_f8 m_b_5p\">
<div class=\"toggle-header font_12\">
<div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
<div class=\"toggle-title\">Cookie di Analisi</div>
</div>
<div class=\"toggle-content font_12 txt_a_j\">Questi cookie raccolgono informazioni, come ad esempio il numero di utenti che sta utilizzando il nostro sito o le pagine più visitate, per aiutarci a migliorare l'esperienza dell'utente. La disattivazione di questi cookie comporta l'impossibilità da parte nostra di raccogliere informazioni per migliorare l'esperienza di navigazione.</div>
</div>
</div>
</div>
</div>
<div class=\"modal-footer txt_a_c\">
<a href=\"";
// line 122
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookie_accept");
yield "\" class=\"button button-3d button-mini button-green width_100\">Consenti tutti</a>
<a href=\"";
// line 123
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookie_deny");
yield "\" class=\"button button-3d button-mini button-red width_100\">Rifiuta analisi</a>
</div>
</div>
</div>
</div>
";
// line 129
yield from $this->unwrap()->yieldBlock('headJavascripts', $context, $blocks);
// line 130
yield " \t<div id=\"wrapper\" class=\"clearfix\">
\t<div id=\"divContent\" class=\"clearfix\">
";
// line 133
yield " ";
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 173
yield "
";
// line 174
yield from $this->unwrap()->yieldBlock('pageTitle', $context, $blocks);
// line 194
yield "
";
// line 195
yield from $this->unwrap()->yieldBlock('subMenu', $context, $blocks);
// line 215
yield "
";
// line 217
yield " ";
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 219
yield "
";
// line 221
yield " ";
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 223
yield " </div>
";
// line 225
yield from $this->unwrap()->yieldBlock('divHelp', $context, $blocks);
// line 233
yield "
";
// line 234
yield from $this->unwrap()->yieldBlock('divHelp2', $context, $blocks);
// line 254
yield "
<div id=\"gotoTop\" class=\"icon-angle-up\"></div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 129
public function block_headJavascripts($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", "headJavascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headJavascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 133
public function block_header($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", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 134
yield " <header id=\"header\" class=\"full-header dark\">
<div id=\"header-wrap\" class=\"bg_sc z_ind_10\">
<div class=\"container\">
<div class=\"header-row\">
";
// line 138
if ((null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 138, $this->source); })()), "user", [], "any", false, false, false, 138))) {
// line 139
yield " ";
$context["homePath"] = "homepage";
// line 140
yield " ";
} elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
// line 141
yield " ";
$context["homePath"] = "admin_index";
// line 142
yield " ";
} elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 143
yield " ";
$context["homePath"] = "user_index";
// line 144
yield " ";
}
// line 145
yield " <div id=\"logo\">
<a href=\"";
// line 146
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["homePath"]) || array_key_exists("homePath", $context) ? $context["homePath"] : (function () { throw new RuntimeError('Variable "homePath" does not exist.', 146, $this->source); })()));
yield "\" class=\"standard-logo\" data-dark-logo=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["asset_graphics"]) || array_key_exists("asset_graphics", $context) ? $context["asset_graphics"] : (function () { throw new RuntimeError('Variable "asset_graphics" does not exist.', 146, $this->source); })()) . "/logo.png")), "html", null, true);
yield "\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["asset_graphics"]) || array_key_exists("asset_graphics", $context) ? $context["asset_graphics"] : (function () { throw new RuntimeError('Variable "asset_graphics" does not exist.', 146, $this->source); })()) . "/logo.png")), "html", null, true);
yield "\" class=\"p_5p\" alt=\"EPOSManager\"></a>
<a href=\"";
// line 147
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath((isset($context["homePath"]) || array_key_exists("homePath", $context) ? $context["homePath"] : (function () { throw new RuntimeError('Variable "homePath" does not exist.', 147, $this->source); })()));
yield "\" class=\"retina-logo\" data-dark-logo=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["asset_graphics"]) || array_key_exists("asset_graphics", $context) ? $context["asset_graphics"] : (function () { throw new RuntimeError('Variable "asset_graphics" does not exist.', 147, $this->source); })()) . "/logo@2x.png")), "html", null, true);
yield "\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["asset_graphics"]) || array_key_exists("asset_graphics", $context) ? $context["asset_graphics"] : (function () { throw new RuntimeError('Variable "asset_graphics" does not exist.', 147, $this->source); })()) . "/logo@2x.png")), "html", null, true);
yield "\" class=\"p_5p\" alt=\"EPOSManager\"></a>
</div>
<div id=\"primary-menu-trigger\">
<svg class=\"svg-trigger\" viewBox=\"0 0 100 100\"><path d=\"m 30,33 h 40 c 3.722839,0 7.5,3.126468 7.5,8.578427 0,5.451959 -2.727029,8.421573 -7.5,8.421573 h -20\"></path><path d=\"m 30,50 h 40\"></path><path d=\"m 70,67 h -40 c 0,0 -7.5,-0.802118 -7.5,-8.365747 0,-7.563629 7.5,-8.634253 7.5,-8.634253 h 20\"></path></svg>
</div>
<nav class=\"primary-menu\">
<ul class=\"one-page-menu menu-container\" data-easing=\"easeInOutExpo\" data-speed=\"1250\" data-offset=\"100\">
";
// line 154
yield from $this->unwrap()->yieldBlock('menu', $context, $blocks);
// line 165
yield " </ul>
</nav>
</div>
</div>
</div>
<div class=\"header-wrap-clone\"></div>
</header>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 154
public function block_menu($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", "menu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 155
yield " <li class=\"menu-item\"><a class=\"menu-link\" href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
yield "\"><div>Home</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" ";
// line 157
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 157, $this->source); })()), "request", [], "any", false, false, false, 157), "get", ["_route"], "method", false, false, false, 157) == "homepage")) {
yield "data-href=\"#mission\" href=\"\"";
} else {
yield "href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "mission"]);
yield "\"";
}
yield "><div>Missione</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" ";
// line 158
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 158, $this->source); })()), "request", [], "any", false, false, false, 158), "get", ["_route"], "method", false, false, false, 158) == "homepage")) {
yield "data-href=\"#software\" href=\"\"";
} else {
yield "href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "software"]);
yield "\"";
}
yield "><div>Il software</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" ";
// line 159
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 159, $this->source); })()), "request", [], "any", false, false, false, 159), "get", ["_route"], "method", false, false, false, 159) == "homepage")) {
yield "data-href=\"#features\" href=\"\"";
} else {
yield "href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "features"]);
yield "\"";
}
yield "><div>Caratteristiche</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" ";
// line 160
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 160, $this->source); })()), "request", [], "any", false, false, false, 160), "get", ["_route"], "method", false, false, false, 160) == "homepage")) {
yield "data-href=\"#providers\" href=\"\"";
} else {
yield "href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "providers"]);
yield "\"";
}
yield "><div>Fornitori</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" ";
// line 161
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 161, $this->source); })()), "request", [], "any", false, false, false, 161), "get", ["_route"], "method", false, false, false, 161) == "homepage")) {
yield "data-href=\"#contact\" href=\"\"";
} else {
yield "href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "contact"]);
yield "\"";
}
yield "><div>Richiedi una demo</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" href=\"";
// line 163
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login_redirect");
yield "\"><div>Accedi</div></a></li>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 174
public function block_pageTitle($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", "pageTitle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageTitle"));
// line 175
yield " ";
if (((isset($context["menuExternal"]) || array_key_exists("menuExternal", $context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.', 175, $this->source); })()) == false)) {
// line 176
yield " <section id=\"page-title\" class=\"page-title-dark bg_th\">
<div class=\"container\">
<h1>";
// line 178
yield from $this->unwrap()->yieldBlock('pageTitleH1', $context, $blocks);
yield "</h1>
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
";
// line 181
if (CoreExtension::inFilter("admin_", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 181, $this->source); })()), "request", [], "any", false, false, false, 181), "attributes", [], "any", false, false, false, 181), "get", ["_route"], "method", false, false, false, 181))) {
// line 182
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_index");
yield "\">Amministratore</a>
";
} else {
// line 184
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_index");
yield "\">Scrivania</a>
";
}
// line 186
yield " </li>
";
// line 187
yield from $this->unwrap()->yieldBlock('pageTitleBreadcrumb', $context, $blocks);
// line 189
yield " </ol>
</div>
</section>
";
}
// line 193
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 178
public function block_pageTitleH1($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", "pageTitleH1"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageTitleH1"));
yield "Benvenuto amministratore";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 187
public function block_pageTitleBreadcrumb($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", "pageTitleBreadcrumb"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageTitleBreadcrumb"));
// line 188
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 195
public function block_subMenu($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", "subMenu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "subMenu"));
// line 196
yield " ";
if (((isset($context["menuExternal"]) || array_key_exists("menuExternal", $context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.', 196, $this->source); })()) == false)) {
// line 197
yield " <section>
<nav class=\"navbar navbar-expand-lg navbar-dark bg_sc\">
<div class=\"container\">
<div class=\"navbar-collapse\" id=\"navbarSupportedContent\">
<ul class=\"navbar-nav me-auto\">
";
// line 202
yield from $this->unwrap()->yieldBlock('subMenuLeft', $context, $blocks);
// line 204
yield " </ul>
<ul class=\"navbar-nav\">
";
// line 206
yield from $this->unwrap()->yieldBlock('subMenuRight', $context, $blocks);
// line 208
yield " </ul>
</div>
</div>
</nav>
</section>
";
}
// line 214
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 202
public function block_subMenuLeft($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", "subMenuLeft"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "subMenuLeft"));
// line 203
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 206
public function block_subMenuRight($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", "subMenuRight"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "subMenuRight"));
// line 207
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 217
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 218
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 221
public function block_footer($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", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 222
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 225
public function block_divHelp($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", "divHelp"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "divHelp"));
// line 226
yield " <div id=\"divHelp\" class=\"divHelp hide_print\">
<img id=\"helpImage\" src=\"";
// line 227
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["icon_help"]) || array_key_exists("icon_help", $context) ? $context["icon_help"] : (function () { throw new RuntimeError('Variable "icon_help" does not exist.', 227, $this->source); })())), "html", null, true);
yield "\">
<a href=\"javascript:closeHelp()\"><i id=\"helpClose\" class=\"icon-times font_20 color_r\"></i></a>
<h4 id=\"helpTitle\" class=\"uppercase m_b_10p b_b_pr\"></h4>
<div class=\"overflow_a max_h_170p\"><p id=\"helpText\" class=\"txt_a_j\"></p></div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 234
public function block_divHelp2($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", "divHelp2"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "divHelp2"));
// line 235
yield " <div id=\"divHelp2\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">";
// line 238
yield from $this->unwrap()->yieldBlock('titleDivHelp2', $context, $blocks);
yield "</h4></div>
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-12 p_lr_30p\">
";
// line 243
yield from $this->unwrap()->yieldBlock('innerDivHelp2', $context, $blocks);
// line 244
yield " </div>
</div>
</div>
<div class=\"modal-footer txt_a_c\">
<a href=\"javascript:void(0)\" class=\"button button-3d button-mini button-red\" data-bs-dismiss=\"modal\">Esci</a>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 238
public function block_titleDivHelp2($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", "titleDivHelp2"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titleDivHelp2"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 243
public function block_innerDivHelp2($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", "innerDivHelp2"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "innerDivHelp2"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 258
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 259
yield " \t<script type=\"text/javascript\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 260
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/plugins.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 261
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/functions.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 262
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/personal/utilities.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 263
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/moment.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 264
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/datepicker-it.js"), "html", null, true);
yield "\"></script>
\t<script type=\"text/javascript\" src=\"";
// line 265
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/daterangepicker.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 266
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/timepicker.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 267
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/jquery.timepicker.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 268
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/moment.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 269
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/bs-switches.js"), "html", null, true);
yield "\"></script>
";
// line 271
yield from $this->loadTemplate("components/js/update_tab_filters.html.twig", "base.html.twig", 271)->unwrap()->yield($context);
// line 272
yield "
";
// line 273
yield from $this->unwrap()->yieldBlock('innerJavascripts', $context, $blocks);
// line 328
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 273
public function block_innerJavascripts($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", "innerJavascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "innerJavascripts"));
// line 274
yield " <script>
\$('input[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
\$('button[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
</script>
";
// line 281
yield " <script>
function divHelp(slug){
\$.post('";
// line 283
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("help");
yield "', {slug: slug}, function(response){
if(response.code == 200 && response.success){
document.getElementById('divHelp').style.visibility = \"visible\";
document.getElementById('helpClose').style.visibility = \"visible\";
document.getElementById('helpImage').style.visibility = \"visible\";
document.getElementById('helpTitle').innerHTML = response.title;
document.getElementById('helpText').innerHTML = response.text;
\$(\"#helpButton\").click();
}
}, \"json\");
}
function closeHelp(){
document.getElementById('divHelp').style.visibility = \"hidden\";
document.getElementById('helpClose').style.visibility = \"hidden\";
document.getElementById('helpImage').style.visibility = \"hidden\";
}
</script>
";
// line 302
yield " <script>
window.addEventListener(\"load\", () => {
if (\"serviceWorker\" in navigator) {
navigator.serviceWorker.register(\"";
// line 305
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("service-worker.js"), "html", null, true);
yield "\");
Notification.requestPermission().then((result) => {
if (result === \"granted\") {
";
// line 308
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", true, true, false, 308) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
// line 309
yield " ";
}
// line 311
yield " }
});
}
});
</script>
<script>
";
// line 317
if (( !CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 317, $this->source); })()), "request", [], "any", false, false, false, 317), "cookies", [], "any", false, false, false, 317), "get", ["cookieconsent_dismissed"], "method", false, false, false, 317) == "yes")) {
// line 318
yield " \$(document).ready(function(){
modalCookie();
});
";
}
// line 322
yield "
function modalCookie(){
\$('#modalCookie').modal({backdrop: 'static', keyboard: false}).modal(\"show\");
}
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 331
public function block_modals($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", "modals"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
// line 332
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 1253 => 332, 1243 => 331, 1227 => 322, 1221 => 318, 1219 => 317, 1211 => 311, 1208 => 309, 1206 => 308, 1200 => 305, 1195 => 302, 1174 => 283, 1170 => 281, 1162 => 274, 1152 => 273, 1141 => 328, 1139 => 273, 1136 => 272, 1134 => 271, 1129 => 269, 1125 => 268, 1121 => 267, 1117 => 266, 1113 => 265, 1109 => 264, 1105 => 263, 1101 => 262, 1097 => 261, 1093 => 260, 1088 => 259, 1078 => 258, 1059 => 243, 1040 => 238, 1020 => 244, 1018 => 243, 1010 => 238, 1005 => 235, 995 => 234, 978 => 227, 975 => 226, 965 => 225, 954 => 222, 944 => 221, 933 => 218, 923 => 217, 912 => 207, 902 => 206, 891 => 203, 881 => 202, 870 => 214, 862 => 208, 860 => 206, 856 => 204, 854 => 202, 847 => 197, 844 => 196, 834 => 195, 823 => 188, 813 => 187, 793 => 178, 782 => 193, 776 => 189, 774 => 187, 771 => 186, 765 => 184, 759 => 182, 757 => 181, 751 => 178, 747 => 176, 744 => 175, 734 => 174, 721 => 163, 710 => 161, 700 => 160, 690 => 159, 680 => 158, 670 => 157, 664 => 155, 654 => 154, 636 => 165, 634 => 154, 620 => 147, 612 => 146, 609 => 145, 606 => 144, 603 => 143, 600 => 142, 597 => 141, 594 => 140, 591 => 139, 589 => 138, 583 => 134, 573 => 133, 554 => 129, 541 => 254, 539 => 234, 536 => 233, 534 => 225, 530 => 223, 527 => 221, 524 => 219, 521 => 217, 518 => 215, 516 => 195, 513 => 194, 511 => 174, 508 => 173, 505 => 133, 501 => 130, 499 => 129, 490 => 123, 486 => 122, 463 => 102, 453 => 94, 450 => 92, 440 => 88, 437 => 87, 433 => 86, 430 => 85, 420 => 81, 417 => 80, 413 => 79, 410 => 78, 400 => 74, 397 => 73, 393 => 72, 390 => 71, 380 => 67, 377 => 66, 373 => 65, 370 => 64, 367 => 63, 364 => 62, 361 => 61, 358 => 60, 348 => 59, 329 => 54, 315 => 49, 308 => 43, 303 => 40, 300 => 39, 290 => 38, 271 => 35, 252 => 34, 241 => 36, 238 => 35, 236 => 34, 233 => 33, 231 => 32, 229 => 31, 227 => 30, 222 => 27, 218 => 26, 214 => 25, 209 => 23, 205 => 22, 201 => 21, 197 => 20, 193 => 19, 189 => 18, 185 => 17, 181 => 16, 177 => 15, 173 => 14, 169 => 13, 165 => 12, 162 => 11, 152 => 10, 132 => 9, 118 => 333, 116 => 331, 112 => 329, 110 => 258, 107 => 257, 105 => 59, 102 => 58, 100 => 57, 96 => 55, 94 => 54, 91 => 53, 89 => 38, 84 => 37, 82 => 10, 78 => 9, 69 => 2,);
}
public function getSourceContext()
{
return new Source("{# Symfony Version 5.4 #}
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE html>
<html>
<head>
<meta contentType=\"text/html\" />
<meta charset=\"UTF-8\" />
<meta class=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>EPOSManager - {% block title %}Il software per le società di manutenzione POS{% endblock %}</title>
{% block stylesheets %}
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/bootstrap.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/style.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/dark.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/font-icons.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/animate.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/magnific-popup.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/calendar.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/timepicker.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/jquery.timepicker.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/datepicker.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/daterangepicker.css') }}\" />
\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/bs-switches.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_02_21/classes.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_02_21/custom.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_02_21/themeOverride.css') }}\" />
{# Colors #}
{# Primary: #333 #}
{# Secondary: #777 #}
{# Tertiary: #ddd #}
{% block printStylesheet %}{% endblock %}
{% block revoSliderCss %}{% endblock %}
{% endblock %}
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\" />
{% block pwa %}
<meta name=\"theme-color\" content=\"#cf6c02\"/>
<link rel=\"manifest\" href=\"{{ asset ('manifest.json') }}\">
{# iOS #}
<link rel=\"apple-touch-icon\" href=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-152.png\">
<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">
<meta name=\"apple-mobile-web-app-title\" content=\"EPOS Manager\">
{# Windows #}
<meta name=\"application-name\" content=\"EPOS Manager\" />
<meta name=\"msapplication-TileImage\" content=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-144.png\">
<meta name=\"msapplication-TileColor\" content=\"#cf6c02\">
{% endblock %}
{% block recaptcha %}{% endblock %}
</head>
<body class=\"stretched\">
{% include \"components/loading.html.twig\" %}
{% block body %}
{% set menuExternal = true %}
{% if ('user_' in app.request.attributes.get('_route')) or ('admin_' in app.request.attributes.get('_route')) %}
{% set menuExternal = false %}
{% endif %}
{% for flash_message in app.session.flashbag.get('notice_success') %}
<div class=\"alert alert-dismissible alert-success notice\">
<i class=\"icon-thumbs-up\"></i><strong>Congratulazioni! </strong> {{ flash_message|raw }}
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
{% endfor %}
{% for flash_message in app.session.flashbag.get('notice_info') %}
<div class=\"alert alert-dismissible alert-info notice\">
<i class=\"icon-warning-sign\"></i><strong>Informazioni importanti! </strong> {{ flash_message|raw }}
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
{% endfor %}
{% for flash_message in app.session.flashbag.get('notice_warning') %}
<div class=\"alert alert-dismissible alert-warning notice\">
<i class=\"icon-warning-sign\"></i><strong>Attenzione!!!</strong> {{ flash_message|raw }}
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
{% endfor %}
{% for flash_message in app.session.flashbag.get('notice_danger') %}
<div class=\"alert alert-dismissible alert-danger notice\">
<i class=\"icon-remove\"></i><strong>Attenzione!!!</strong> {{ flash_message|raw }}
<button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
</div>
{% endfor %}
{# Cookie Modal #}
<div id=\"modalCookie\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-md\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">Preferenze cookie</h4></div>
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-12 switch\">
<label>Centro preferenze sulla privacy</label>
<p class=\"font_14 m_b_10p txt_a_j\">Il sito utilizza i cookie per mostrarti contenuti personalizzati e gestire gli obiettivi aziendali. Di seguito puoi trovare ulteriori informazioni su come utilizziamo i cookie. Puoi accettare tutti i cookie, selezionarli singolarmente o rifiutarli tutti. Per saperne di più sulla nostra cookie policy puoi visitare <a href='{{ path (\"cookies\" ) }}'>la pagina dedicata</a> in qualsiasi momento.</p>
<label>Gestisci preferenze consenso</label>
<div class=\"toggle toggle-border bg_f8 m_b_5p\">
<div class=\"toggle-header font_12\">
<div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
<div class=\"toggle-title\">Cookie obbligatori<span class=\"f_right color_888\">Sempre attivi</span></div>
</div>
<div class=\"toggle-content font_12 txt_a_j\">Questi cookie sono necessari per le funzioni essenziali de sito, come la gestione della sicurezza della rete e la sua accessibilità . I cookie standard non possono essere disattivati.</div>
</div>
<div class=\"toggle toggle-border bg_f8 m_b_5p\">
<div class=\"toggle-header font_12\">
<div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
<div class=\"toggle-title\">Cookie di Analisi</div>
</div>
<div class=\"toggle-content font_12 txt_a_j\">Questi cookie raccolgono informazioni, come ad esempio il numero di utenti che sta utilizzando il nostro sito o le pagine più visitate, per aiutarci a migliorare l'esperienza dell'utente. La disattivazione di questi cookie comporta l'impossibilità da parte nostra di raccogliere informazioni per migliorare l'esperienza di navigazione.</div>
</div>
</div>
</div>
</div>
<div class=\"modal-footer txt_a_c\">
<a href=\"{{ path ('cookie_accept') }}\" class=\"button button-3d button-mini button-green width_100\">Consenti tutti</a>
<a href=\"{{ path ('cookie_deny') }}\" class=\"button button-3d button-mini button-red width_100\">Rifiuta analisi</a>
</div>
</div>
</div>
</div>
{% block headJavascripts %}{% endblock %}
\t<div id=\"wrapper\" class=\"clearfix\">
\t<div id=\"divContent\" class=\"clearfix\">
{# HEADER #}
{% block header %}
<header id=\"header\" class=\"full-header dark\">
<div id=\"header-wrap\" class=\"bg_sc z_ind_10\">
<div class=\"container\">
<div class=\"header-row\">
{% if app.user is null %}
{% set homePath = \"homepage\" %}
{% elseif is_granted('ROLE_ADMIN') %}
{% set homePath = \"admin_index\" %}
{% elseif is_granted('ROLE_USER') %}
{% set homePath = \"user_index\" %}
{% endif %}
<div id=\"logo\">
<a href=\"{{ path (homePath) }}\" class=\"standard-logo\" data-dark-logo=\"{{ asset (asset_graphics ~ '/logo.png') }}\"><img src=\"{{ asset (asset_graphics ~ '/logo.png') }}\" class=\"p_5p\" alt=\"EPOSManager\"></a>
<a href=\"{{ path (homePath) }}\" class=\"retina-logo\" data-dark-logo=\"{{ asset (asset_graphics ~ '/logo@2x.png') }}\"><img src=\"{{ asset (asset_graphics ~ '/logo@2x.png') }}\" class=\"p_5p\" alt=\"EPOSManager\"></a>
</div>
<div id=\"primary-menu-trigger\">
<svg class=\"svg-trigger\" viewBox=\"0 0 100 100\"><path d=\"m 30,33 h 40 c 3.722839,0 7.5,3.126468 7.5,8.578427 0,5.451959 -2.727029,8.421573 -7.5,8.421573 h -20\"></path><path d=\"m 30,50 h 40\"></path><path d=\"m 70,67 h -40 c 0,0 -7.5,-0.802118 -7.5,-8.365747 0,-7.563629 7.5,-8.634253 7.5,-8.634253 h 20\"></path></svg>
</div>
<nav class=\"primary-menu\">
<ul class=\"one-page-menu menu-container\" data-easing=\"easeInOutExpo\" data-speed=\"1250\" data-offset=\"100\">
{% block menu %}
<li class=\"menu-item\"><a class=\"menu-link\" href=\"{{ path ('homepage') }}\"><div>Home</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" {% if app.request.get(\"_route\") == 'homepage' %}data-href=\"#mission\" href=\"\"{% else %}href=\"{{ path ('homepage_with_section', {'section': 'mission'}) }}\"{% endif %}><div>Missione</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" {% if app.request.get(\"_route\") == 'homepage' %}data-href=\"#software\" href=\"\"{% else %}href=\"{{ path ('homepage_with_section', {'section': 'software'}) }}\"{% endif %}><div>Il software</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" {% if app.request.get(\"_route\") == 'homepage' %}data-href=\"#features\" href=\"\"{% else %}href=\"{{ path ('homepage_with_section', {'section': 'features'}) }}\"{% endif %}><div>Caratteristiche</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" {% if app.request.get(\"_route\") == 'homepage' %}data-href=\"#providers\" href=\"\"{% else %}href=\"{{ path ('homepage_with_section', {'section': 'providers'}) }}\"{% endif %}><div>Fornitori</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" {% if app.request.get(\"_route\") == 'homepage' %}data-href=\"#contact\" href=\"\"{% else %}href=\"{{ path ('homepage_with_section', {'section': 'contact'}) }}\"{% endif %}><div>Richiedi una demo</div></a></li>
<li class=\"menu-item\"><a class=\"menu-link\" href=\"{{ path ('login_redirect') }}\"><div>Accedi</div></a></li>
{% endblock %}
</ul>
</nav>
</div>
</div>
</div>
<div class=\"header-wrap-clone\"></div>
</header>
{% endblock %}
{% block pageTitle %}
{% if menuExternal == false %}
<section id=\"page-title\" class=\"page-title-dark bg_th\">
<div class=\"container\">
<h1>{% block pageTitleH1 %}Benvenuto amministratore{% endblock %}</h1>
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
{% if 'admin_' in app.request.attributes.get('_route') %}
<a href=\"{{ path('admin_index') }}\">Amministratore</a>
{% else %}
<a href=\"{{ path('user_index') }}\">Scrivania</a>
{% endif %}
</li>
{% block pageTitleBreadcrumb %}
{% endblock %}
</ol>
</div>
</section>
{% endif %}
{% endblock %}
{% block subMenu %}
{% if menuExternal == false %}
<section>
<nav class=\"navbar navbar-expand-lg navbar-dark bg_sc\">
<div class=\"container\">
<div class=\"navbar-collapse\" id=\"navbarSupportedContent\">
<ul class=\"navbar-nav me-auto\">
{% block subMenuLeft %}
{% endblock %}
</ul>
<ul class=\"navbar-nav\">
{% block subMenuRight %}
{% endblock %}
</ul>
</div>
</div>
</nav>
</section>
{% endif %}
{% endblock %}
{# CONTENT #}
{% block content %}
{% endblock %}
{# FOOTER #}
{% block footer %}
{% endblock %}
</div>
{% block divHelp %}
<div id=\"divHelp\" class=\"divHelp hide_print\">
<img id=\"helpImage\" src=\"{{ asset (icon_help)}}\">
<a href=\"javascript:closeHelp()\"><i id=\"helpClose\" class=\"icon-times font_20 color_r\"></i></a>
<h4 id=\"helpTitle\" class=\"uppercase m_b_10p b_b_pr\"></h4>
<div class=\"overflow_a max_h_170p\"><p id=\"helpText\" class=\"txt_a_j\"></p></div>
</div>
{% endblock %}
{% block divHelp2 %}
<div id=\"divHelp2\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">{% block titleDivHelp2 %}{% endblock %}</h4></div>
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-12 p_lr_30p\">
{% block innerDivHelp2 %}{% endblock %}
</div>
</div>
</div>
<div class=\"modal-footer txt_a_c\">
<a href=\"javascript:void(0)\" class=\"button button-3d button-mini button-red\" data-bs-dismiss=\"modal\">Esci</a>
</div>
</div>
</div>
</div>
{% endblock %}
<div id=\"gotoTop\" class=\"icon-angle-up\"></div>
{% endblock %}
{% block javascripts %}
\t<script type=\"text/javascript\" src=\"{{ asset ('js/jquery.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/plugins.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/functions.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/personal/utilities.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/moment.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/datepicker-it.js') }}\"></script>
\t<script type=\"text/javascript\" src=\"{{ asset ('js/components/daterangepicker.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/timepicker.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/jquery.timepicker.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/moment.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset ('js/components/bs-switches.js') }}\"></script>
{% include 'components/js/update_tab_filters.html.twig' %}
{% block innerJavascripts %}
<script>
\$('input[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
\$('button[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
</script>
{# HELP #}
<script>
function divHelp(slug){
\$.post('{{ path (\"help\") }}', {slug: slug}, function(response){
if(response.code == 200 && response.success){
document.getElementById('divHelp').style.visibility = \"visible\";
document.getElementById('helpClose').style.visibility = \"visible\";
document.getElementById('helpImage').style.visibility = \"visible\";
document.getElementById('helpTitle').innerHTML = response.title;
document.getElementById('helpText').innerHTML = response.text;
\$(\"#helpButton\").click();
}
}, \"json\");
}
function closeHelp(){
document.getElementById('divHelp').style.visibility = \"hidden\";
document.getElementById('helpClose').style.visibility = \"hidden\";
document.getElementById('helpImage').style.visibility = \"hidden\";
}
</script>
{# SERVICE WORKERS #}
<script>
window.addEventListener(\"load\", () => {
if (\"serviceWorker\" in navigator) {
navigator.serviceWorker.register(\"{{ asset('service-worker.js') }}\");
Notification.requestPermission().then((result) => {
if (result === \"granted\") {
{% if app.user is defined and is_granted(\"ROLE_ADMIN\") %}
{# notifications(); #}
{% endif %}
}
});
}
});
</script>
<script>
{% if not app.request.cookies.get('cookieconsent_dismissed') == \"yes\" %}
\$(document).ready(function(){
modalCookie();
});
{% endif %}
function modalCookie(){
\$('#modalCookie').modal({backdrop: 'static', keyboard: false}).modal(\"show\");
}
</script>
{% endblock %}
{% endblock %}
<div id=\"divModals\" class=\"clearfix\">
{% block modals %}
{% endblock %}
</div>
</body>
</html>
", "base.html.twig", "/var/www/vhosts/eposmanager.software/templates/base.html.twig");
}
}