<?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 259
yield "
";
// line 260
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 331
yield "
<div id=\"divModals\" class=\"clearfix\">
";
// line 333
yield from $this->unwrap()->yieldBlock('modals', $context, $blocks);
// line 335
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_05_07/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_05_07/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_05_07/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 "
<div id=\"divAlerts\">
";
// line 66
$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.', 66, $this->source); })()), "session", [], "any", false, false, false, 66), "flashbag", [], "any", false, false, false, 66), "get", ["notice_success"], "method", false, false, false, 66));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 67
yield " <div class=\"alert alert-dismissible alert-success notice\">
<i class=\"icon-thumbs-up\"></i><strong>Congratulazioni! </strong> ";
// line 68
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 72
yield "
";
// line 73
$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.', 73, $this->source); })()), "session", [], "any", false, false, false, 73), "flashbag", [], "any", false, false, false, 73), "get", ["notice_info"], "method", false, false, false, 73));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 74
yield " <div class=\"alert alert-dismissible alert-info notice\">
<i class=\"icon-warning-sign\"></i><strong>Informazioni importanti! </strong> ";
// line 75
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 79
yield "
";
// line 80
$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.', 80, $this->source); })()), "session", [], "any", false, false, false, 80), "flashbag", [], "any", false, false, false, 80), "get", ["notice_warning"], "method", false, false, false, 80));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 81
yield " <div class=\"alert alert-dismissible alert-warning notice\">
<i class=\"icon-warning-sign\"></i><strong>Attenzione!!!</strong> ";
// line 82
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 86
yield "
";
// line 87
$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.', 87, $this->source); })()), "session", [], "any", false, false, false, 87), "flashbag", [], "any", false, false, false, 87), "get", ["notice_danger"], "method", false, false, false, 87));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 88
yield " <div class=\"alert alert-dismissible alert-danger notice\">
<i class=\"icon-remove\"></i><strong>Attenzione!!!</strong> ";
// line 89
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 93
yield " </div>
";
// line 96
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 104
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 124
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 125
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 131
yield from $this->unwrap()->yieldBlock('headJavascripts', $context, $blocks);
// line 132
yield " \t<div id=\"wrapper\" class=\"clearfix\">
\t<div id=\"divContent\" class=\"clearfix\">
";
// line 135
yield " ";
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 175
yield "
";
// line 176
yield from $this->unwrap()->yieldBlock('pageTitle', $context, $blocks);
// line 196
yield "
";
// line 197
yield from $this->unwrap()->yieldBlock('subMenu', $context, $blocks);
// line 217
yield "
";
// line 219
yield " ";
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 221
yield "
";
// line 223
yield " ";
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 225
yield " </div>
";
// line 227
yield from $this->unwrap()->yieldBlock('divHelp', $context, $blocks);
// line 235
yield "
";
// line 236
yield from $this->unwrap()->yieldBlock('divHelp2', $context, $blocks);
// line 256
yield "
<div id=\"gotoTop\" class=\"icon-angle-up\"></div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 131
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 135
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 136
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 140
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.', 140, $this->source); })()), "user", [], "any", false, false, false, 140))) {
// line 141
yield " ";
$context["homePath"] = "homepage";
// line 142
yield " ";
} elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
// line 143
yield " ";
$context["homePath"] = "admin_index";
// line 144
yield " ";
} elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 145
yield " ";
$context["homePath"] = "user_index";
// line 146
yield " ";
}
// line 147
yield " <div id=\"logo\">
<a href=\"";
// line 148
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.', 148, $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.', 148, $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.', 148, $this->source); })()) . "/logo.png")), "html", null, true);
yield "\" class=\"p_5p\" alt=\"EPOSManager\"></a>
<a href=\"";
// line 149
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.', 149, $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.', 149, $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.', 149, $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 156
yield from $this->unwrap()->yieldBlock('menu', $context, $blocks);
// line 167
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 156
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 157
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 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=\"#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 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=\"#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 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=\"#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 162
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.', 162, $this->source); })()), "request", [], "any", false, false, false, 162), "get", ["_route"], "method", false, false, false, 162) == "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 163
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.', 163, $this->source); })()), "request", [], "any", false, false, false, 163), "get", ["_route"], "method", false, false, false, 163) == "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 165
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 176
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 177
yield " ";
if (((isset($context["menuExternal"]) || array_key_exists("menuExternal", $context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.', 177, $this->source); })()) == false)) {
// line 178
yield " <section id=\"page-title\" class=\"page-title-dark bg_th\">
<div class=\"container\">
<h1>";
// line 180
yield from $this->unwrap()->yieldBlock('pageTitleH1', $context, $blocks);
yield "</h1>
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
";
// line 183
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.', 183, $this->source); })()), "request", [], "any", false, false, false, 183), "attributes", [], "any", false, false, false, 183), "get", ["_route"], "method", false, false, false, 183))) {
// line 184
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_index");
yield "\">Amministratore</a>
";
} else {
// line 186
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_index");
yield "\">Scrivania</a>
";
}
// line 188
yield " </li>
";
// line 189
yield from $this->unwrap()->yieldBlock('pageTitleBreadcrumb', $context, $blocks);
// line 191
yield " </ol>
</div>
</section>
";
}
// line 195
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 180
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 189
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 190
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 197
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 198
yield " ";
if (((isset($context["menuExternal"]) || array_key_exists("menuExternal", $context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.', 198, $this->source); })()) == false)) {
// line 199
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 204
yield from $this->unwrap()->yieldBlock('subMenuLeft', $context, $blocks);
// line 206
yield " </ul>
<ul class=\"navbar-nav\">
";
// line 208
yield from $this->unwrap()->yieldBlock('subMenuRight', $context, $blocks);
// line 210
yield " </ul>
</div>
</div>
</nav>
</section>
";
}
// line 216
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 204
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 205
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 208
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 209
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 219
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 220
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 223
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 224
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 227
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 228
yield " <div id=\"divHelp\" class=\"divHelp hide_print\">
<img id=\"helpImage\" src=\"";
// line 229
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.', 229, $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 236
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 237
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 240
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 245
yield from $this->unwrap()->yieldBlock('innerDivHelp2', $context, $blocks);
// line 246
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 240
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 245
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 260
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 261
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 262
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 263
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 264
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/personal_2025_05_07/utilities.js"), "html", null, true);
yield "\"></script>
<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/moment.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/datepicker-it.js"), "html", null, true);
yield "\"></script>
\t<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/daterangepicker.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/timepicker.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/jquery.timepicker.js"), "html", null, true);
yield "\"></script>
<script type=\"text/javascript\" src=\"";
// line 270
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 271
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 273
yield from $this->loadTemplate("components/js/update_tab_filters.html.twig", "base.html.twig", 273)->unwrap()->yield($context);
// line 274
yield "
";
// line 275
yield from $this->unwrap()->yieldBlock('innerJavascripts', $context, $blocks);
// line 330
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 275
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 276
yield " <script>
\$('input[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
\$('button[type=\"submit\"]').on(\"mousepress\", function(){
this.setAttribute(\"disabled\", true)});
</script>
";
// line 283
yield " <script>
function divHelp(slug){
\$.post('";
// line 285
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 304
yield " <script>
window.addEventListener(\"load\", () => {
if (\"serviceWorker\" in navigator) {
navigator.serviceWorker.register(\"";
// line 307
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 310
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", true, true, false, 310) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
// line 311
yield " ";
}
// line 313
yield " }
});
}
});
</script>
<script>
";
// line 319
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.', 319, $this->source); })()), "request", [], "any", false, false, false, 319), "cookies", [], "any", false, false, false, 319), "get", ["cookieconsent_dismissed"], "method", false, false, false, 319) == "yes")) {
// line 320
yield " \$(document).ready(function(){
modalCookie();
});
";
}
// line 324
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 333
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 334
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 ( 1255 => 334, 1245 => 333, 1229 => 324, 1223 => 320, 1221 => 319, 1213 => 313, 1210 => 311, 1208 => 310, 1202 => 307, 1197 => 304, 1176 => 285, 1172 => 283, 1164 => 276, 1154 => 275, 1143 => 330, 1141 => 275, 1138 => 274, 1136 => 273, 1131 => 271, 1127 => 270, 1123 => 269, 1119 => 268, 1115 => 267, 1111 => 266, 1107 => 265, 1103 => 264, 1099 => 263, 1095 => 262, 1090 => 261, 1080 => 260, 1061 => 245, 1042 => 240, 1022 => 246, 1020 => 245, 1012 => 240, 1007 => 237, 997 => 236, 980 => 229, 977 => 228, 967 => 227, 956 => 224, 946 => 223, 935 => 220, 925 => 219, 914 => 209, 904 => 208, 893 => 205, 883 => 204, 872 => 216, 864 => 210, 862 => 208, 858 => 206, 856 => 204, 849 => 199, 846 => 198, 836 => 197, 825 => 190, 815 => 189, 795 => 180, 784 => 195, 778 => 191, 776 => 189, 773 => 188, 767 => 186, 761 => 184, 759 => 183, 753 => 180, 749 => 178, 746 => 177, 736 => 176, 723 => 165, 712 => 163, 702 => 162, 692 => 161, 682 => 160, 672 => 159, 666 => 157, 656 => 156, 638 => 167, 636 => 156, 622 => 149, 614 => 148, 611 => 147, 608 => 146, 605 => 145, 602 => 144, 599 => 143, 596 => 142, 593 => 141, 591 => 140, 585 => 136, 575 => 135, 556 => 131, 543 => 256, 541 => 236, 538 => 235, 536 => 227, 532 => 225, 529 => 223, 526 => 221, 523 => 219, 520 => 217, 518 => 197, 515 => 196, 513 => 176, 510 => 175, 507 => 135, 503 => 132, 501 => 131, 492 => 125, 488 => 124, 465 => 104, 455 => 96, 451 => 93, 441 => 89, 438 => 88, 434 => 87, 431 => 86, 421 => 82, 418 => 81, 414 => 80, 411 => 79, 401 => 75, 398 => 74, 394 => 73, 391 => 72, 381 => 68, 378 => 67, 374 => 66, 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 => 335, 116 => 333, 112 => 331, 110 => 260, 107 => 259, 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_05_07/classes.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_05_07/custom.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_05_07/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 %}
<div id=\"divAlerts\">
{% 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 %}
</div>
{# 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_2025_05_07/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");
}
}