var/cache/dev/twig/f6/f603c2c0fe20356edb0c6a57bc6bb226.php line 348

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* base.html.twig */
  15. class __TwigTemplate_4d2b603328986e308bc97aebb07cb925 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.             'title' => [$this'block_title'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'printStylesheet' => [$this'block_printStylesheet'],
  28.             'revoSliderCss' => [$this'block_revoSliderCss'],
  29.             'pwa' => [$this'block_pwa'],
  30.             'recaptcha' => [$this'block_recaptcha'],
  31.             'body' => [$this'block_body'],
  32.             'headJavascripts' => [$this'block_headJavascripts'],
  33.             'header' => [$this'block_header'],
  34.             'menu' => [$this'block_menu'],
  35.             'pageTitle' => [$this'block_pageTitle'],
  36.             'pageTitleH1' => [$this'block_pageTitleH1'],
  37.             'pageTitleBreadcrumb' => [$this'block_pageTitleBreadcrumb'],
  38.             'subMenu' => [$this'block_subMenu'],
  39.             'subMenuLeft' => [$this'block_subMenuLeft'],
  40.             'subMenuRight' => [$this'block_subMenuRight'],
  41.             'content' => [$this'block_content'],
  42.             'footer' => [$this'block_footer'],
  43.             'divHelp' => [$this'block_divHelp'],
  44.             'divHelp2' => [$this'block_divHelp2'],
  45.             'titleDivHelp2' => [$this'block_titleDivHelp2'],
  46.             'innerDivHelp2' => [$this'block_innerDivHelp2'],
  47.             'javascripts' => [$this'block_javascripts'],
  48.             'innerJavascripts' => [$this'block_innerJavascripts'],
  49.             'modals' => [$this'block_modals'],
  50.         ];
  51.     }
  52.     protected function doDisplay(array $context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  59.         // line 2
  60.         yield "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
  61. <!DOCTYPE html>
  62. <html>
  63.     <head>
  64.         <meta contentType=\"text/html\" />
  65.         <meta charset=\"UTF-8\" />
  66.         <meta class=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  67.         <title>EPOSManager - ";
  68.         // line 9
  69.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  70.         yield "</title>
  71.         ";
  72.         // line 10
  73.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  74.         // line 37
  75.         yield "        <link rel=\"icon\" type=\"image/x-icon\" href=\"";
  76.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html"nulltrue);
  77.         yield "\" />
  78.         ";
  79.         // line 38
  80.         yield from $this->unwrap()->yieldBlock('pwa'$context$blocks);
  81.         // line 53
  82.         yield "
  83.         ";
  84.         // line 54
  85.         yield from $this->unwrap()->yieldBlock('recaptcha'$context$blocks);
  86.         // line 55
  87.         yield "    </head>
  88.     <body class=\"stretched\">
  89.         ";
  90.         // line 57
  91.         yield from         $this->loadTemplate("components/loading.html.twig""base.html.twig"57)->unwrap()->yield($context);
  92.         // line 58
  93.         yield "
  94.         ";
  95.         // line 59
  96.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  97.         // line 259
  98.         yield "
  99.         ";
  100.         // line 260
  101.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  102.         // line 331
  103.         yield "
  104.         <div id=\"divModals\" class=\"clearfix\">
  105.             ";
  106.         // line 333
  107.         yield from $this->unwrap()->yieldBlock('modals'$context$blocks);
  108.         // line 335
  109.         yield "        </div>
  110.     </body>
  111. </html>
  112. ";
  113.         
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  115.         
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  117.         return; yield '';
  118.     }
  119.     // line 9
  120.     public function block_title($context, array $blocks = [])
  121.     {
  122.         $macros $this->macros;
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  127.         yield "Il software per le società di manutenzione POS";
  128.         
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  130.         
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  132.         return; yield '';
  133.     }
  134.     // line 10
  135.     public function block_stylesheets($context, array $blocks = [])
  136.     {
  137.         $macros $this->macros;
  138.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  142.         // line 11
  143.         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\" />
  144.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  145.         // line 12
  146.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrap.css"), "html"nulltrue);
  147.         yield "\" />
  148.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  149.         // line 13
  150.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html"nulltrue);
  151.         yield "\" />
  152.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  153.         // line 14
  154.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/dark.css"), "html"nulltrue);
  155.         yield "\" />
  156.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  157.         // line 15
  158.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/font-icons.css"), "html"nulltrue);
  159.         yield "\" />
  160.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  161.         // line 16
  162.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/animate.css"), "html"nulltrue);
  163.         yield "\" />
  164.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  165.         // line 17
  166.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/magnific-popup.css"), "html"nulltrue);
  167.         yield "\" />
  168.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  169.         // line 18
  170.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/calendar.css"), "html"nulltrue);
  171.         yield "\" />
  172.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  173.         // line 19
  174.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/timepicker.css"), "html"nulltrue);
  175.         yield "\" />
  176.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  177.         // line 20
  178.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/jquery.timepicker.css"), "html"nulltrue);
  179.         yield "\" />
  180.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  181.         // line 21
  182.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/datepicker.css"), "html"nulltrue);
  183.         yield "\" />
  184.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  185.         // line 22
  186.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/daterangepicker.css"), "html"nulltrue);
  187.         yield "\" />
  188.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  189.         // line 23
  190.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/components/bs-switches.css"), "html"nulltrue);
  191.         yield "\" />
  192.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  193.         // line 25
  194.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_05_07/classes.css"), "html"nulltrue);
  195.         yield "\" />
  196.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  197.         // line 26
  198.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_05_07/custom.css"), "html"nulltrue);
  199.         yield "\" />
  200.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  201.         // line 27
  202.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/personal_2025_05_07/themeOverride.css"), "html"nulltrue);
  203.         yield "\" />
  204.             ";
  205.         // line 30
  206.         yield "            ";
  207.         // line 31
  208.         yield "            ";
  209.         // line 32
  210.         yield "            ";
  211.         // line 33
  212.         yield "
  213.             ";
  214.         // line 34
  215.         yield from $this->unwrap()->yieldBlock('printStylesheet'$context$blocks);
  216.         // line 35
  217.         yield "            ";
  218.         yield from $this->unwrap()->yieldBlock('revoSliderCss'$context$blocks);
  219.         // line 36
  220.         yield "        ";
  221.         
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  223.         
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  225.         return; yield '';
  226.     }
  227.     // line 34
  228.     public function block_printStylesheet($context, array $blocks = [])
  229.     {
  230.         $macros $this->macros;
  231.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""printStylesheet"));
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""printStylesheet"));
  235.         
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  237.         
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  239.         return; yield '';
  240.     }
  241.     // line 35
  242.     public function block_revoSliderCss($context, array $blocks = [])
  243.     {
  244.         $macros $this->macros;
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""revoSliderCss"));
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""revoSliderCss"));
  249.         
  250.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  251.         
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  253.         return; yield '';
  254.     }
  255.     // line 38
  256.     public function block_pwa($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pwa"));
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pwa"));
  263.         // line 39
  264.         yield "            <meta name=\"theme-color\" content=\"#cf6c02\"/>
  265.             <link rel=\"manifest\" href=\"";
  266.         // line 40
  267.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("manifest.json"), "html"nulltrue);
  268.         yield "\">
  269.             
  270.             ";
  271.         // line 43
  272.         yield "            <link rel=\"apple-touch-icon\" href=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-152.png\">
  273.             <meta name=\"apple-mobile-web-app-capable\" content=\"yes\"> 
  274.             <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">
  275.             <meta name=\"apple-mobile-web-app-title\" content=\"EPOS Manager\">
  276.             ";
  277.         // line 49
  278.         yield "            <meta name=\"application-name\" content=\"EPOS Manager\" />
  279.             <meta name=\"msapplication-TileImage\" content=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-144.png\"> 
  280.             <meta name=\"msapplication-TileColor\" content=\"#cf6c02\">
  281.         ";
  282.         
  283.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  284.         
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  286.         return; yield '';
  287.     }
  288.     // line 54
  289.     public function block_recaptcha($context, array $blocks = [])
  290.     {
  291.         $macros $this->macros;
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  293.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""recaptcha"));
  294.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""recaptcha"));
  296.         
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  298.         
  299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  300.         return; yield '';
  301.     }
  302.     // line 59
  303.     public function block_body($context, array $blocks = [])
  304.     {
  305.         $macros $this->macros;
  306.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  307.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  309.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  310.         // line 60
  311.         yield "            ";
  312.         $context["menuExternal"] = true;
  313.         // line 61
  314.         yield "            ";
  315.         if ((CoreExtension::inFilter("user_"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse61), "attributes", [], "any"falsefalsefalse61), "get", ["_route"], "method"falsefalsefalse61)) || CoreExtension::inFilter("admin_"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse61), "attributes", [], "any"falsefalsefalse61), "get", ["_route"], "method"falsefalsefalse61)))) {
  316.             // line 62
  317.             yield "                ";
  318.             $context["menuExternal"] = false;
  319.             // line 63
  320.             yield "            ";
  321.         }
  322.         // line 64
  323.         yield "
  324.             <div id=\"divAlerts\">
  325.                 ";
  326.         // line 66
  327.         $context['_parent'] = $context;
  328.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse66), "flashbag", [], "any"falsefalsefalse66), "get", ["notice_success"], "method"falsefalsefalse66));
  329.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  330.             // line 67
  331.             yield "                    <div class=\"alert alert-dismissible alert-success notice\">
  332.                         <i class=\"icon-thumbs-up\"></i><strong>Congratulazioni! </strong> ";
  333.             // line 68
  334.             yield $context["flash_message"];
  335.             yield "
  336.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  337.                     </div>
  338.                 ";
  339.         }
  340.         $_parent $context['_parent'];
  341.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  342.         $context array_intersect_key($context$_parent) + $_parent;
  343.         // line 72
  344.         yield "
  345.                 ";
  346.         // line 73
  347.         $context['_parent'] = $context;
  348.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse73), "flashbag", [], "any"falsefalsefalse73), "get", ["notice_info"], "method"falsefalsefalse73));
  349.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  350.             // line 74
  351.             yield "                    <div class=\"alert alert-dismissible alert-info notice\">
  352.                         <i class=\"icon-warning-sign\"></i><strong>Informazioni importanti! </strong> ";
  353.             // line 75
  354.             yield $context["flash_message"];
  355.             yield "
  356.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  357.                     </div>
  358.                 ";
  359.         }
  360.         $_parent $context['_parent'];
  361.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  362.         $context array_intersect_key($context$_parent) + $_parent;
  363.         // line 79
  364.         yield "                
  365.                 ";
  366.         // line 80
  367.         $context['_parent'] = $context;
  368.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse80), "flashbag", [], "any"falsefalsefalse80), "get", ["notice_warning"], "method"falsefalsefalse80));
  369.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  370.             // line 81
  371.             yield "                    <div class=\"alert alert-dismissible alert-warning notice\">
  372.                         <i class=\"icon-warning-sign\"></i><strong>Attenzione!!!</strong> ";
  373.             // line 82
  374.             yield $context["flash_message"];
  375.             yield "
  376.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  377.                     </div>
  378.                 ";
  379.         }
  380.         $_parent $context['_parent'];
  381.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  382.         $context array_intersect_key($context$_parent) + $_parent;
  383.         // line 86
  384.         yield "
  385.                 ";
  386.         // line 87
  387.         $context['_parent'] = $context;
  388.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse87), "flashbag", [], "any"falsefalsefalse87), "get", ["notice_danger"], "method"falsefalsefalse87));
  389.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  390.             // line 88
  391.             yield "                    <div class=\"alert alert-dismissible alert-danger notice\">
  392.                         <i class=\"icon-remove\"></i><strong>Attenzione!!!</strong> ";
  393.             // line 89
  394.             yield $context["flash_message"];
  395.             yield "
  396.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  397.                     </div>
  398.                 ";
  399.         }
  400.         $_parent $context['_parent'];
  401.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  402.         $context array_intersect_key($context$_parent) + $_parent;
  403.         // line 93
  404.         yield "            </div>
  405.             ";
  406.         // line 96
  407.         yield "            <div id=\"modalCookie\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
  408.                 <div class=\"modal-dialog modal-md\" role=\"document\">
  409.                     <div class=\"modal-content\">
  410.                         <div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">Preferenze cookie</h4></div>
  411.                         <div class=\"modal-body\">
  412.                             <div class=\"row\">
  413.                                 <div class=\"col-12 switch\">
  414.                                     <label>Centro preferenze sulla privacy</label>
  415.                                     <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='";
  416.         // line 104
  417.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies");
  418.         yield "'>la pagina dedicata</a> in qualsiasi momento.</p>
  419.                                     <label>Gestisci preferenze consenso</label>
  420.                                     <div class=\"toggle toggle-border bg_f8 m_b_5p\">
  421.                                         <div class=\"toggle-header font_12\">
  422.                                             <div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
  423.                                             <div class=\"toggle-title\">Cookie obbligatori<span class=\"f_right color_888\">Sempre attivi</span></div>
  424.                                         </div>
  425.                                         <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>
  426.                                     </div>
  427.                                     <div class=\"toggle toggle-border bg_f8 m_b_5p\">
  428.                                         <div class=\"toggle-header font_12\">
  429.                                             <div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
  430.                                             <div class=\"toggle-title\">Cookie di Analisi</div>
  431.                                         </div>
  432.                                         <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>
  433.                                     </div>
  434.                                 </div>
  435.                             </div>
  436.                         </div>
  437.                         <div class=\"modal-footer txt_a_c\">
  438.                             <a href=\"";
  439.         // line 124
  440.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookie_accept");
  441.         yield "\" class=\"button button-3d button-mini button-green width_100\">Consenti tutti</a>
  442.                             <a href=\"";
  443.         // line 125
  444.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookie_deny");
  445.         yield "\" class=\"button button-3d button-mini button-red width_100\">Rifiuta analisi</a>
  446.                         </div>
  447.                     </div>
  448.                 </div>
  449.             </div>
  450.             ";
  451.         // line 131
  452.         yield from $this->unwrap()->yieldBlock('headJavascripts'$context$blocks);
  453.         // line 132
  454.         yield "        \t<div id=\"wrapper\" class=\"clearfix\">
  455.             \t<div id=\"divContent\" class=\"clearfix\">
  456.                     ";
  457.         // line 135
  458.         yield "                    ";
  459.         yield from $this->unwrap()->yieldBlock('header'$context$blocks);
  460.         // line 175
  461.         yield "
  462.                     ";
  463.         // line 176
  464.         yield from $this->unwrap()->yieldBlock('pageTitle'$context$blocks);
  465.         // line 196
  466.         yield "
  467.                     ";
  468.         // line 197
  469.         yield from $this->unwrap()->yieldBlock('subMenu'$context$blocks);
  470.         // line 217
  471.         yield "
  472.                     ";
  473.         // line 219
  474.         yield "                    ";
  475.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  476.         // line 221
  477.         yield "
  478.                     ";
  479.         // line 223
  480.         yield "                    ";
  481.         yield from $this->unwrap()->yieldBlock('footer'$context$blocks);
  482.         // line 225
  483.         yield "                </div>
  484.                 ";
  485.         // line 227
  486.         yield from $this->unwrap()->yieldBlock('divHelp'$context$blocks);
  487.         // line 235
  488.         yield "
  489.                 ";
  490.         // line 236
  491.         yield from $this->unwrap()->yieldBlock('divHelp2'$context$blocks);
  492.         // line 256
  493.         yield "
  494.             <div id=\"gotoTop\" class=\"icon-angle-up\"></div>
  495.         ";
  496.         
  497.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  498.         
  499.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  500.         return; yield '';
  501.     }
  502.     // line 131
  503.     public function block_headJavascripts($context, array $blocks = [])
  504.     {
  505.         $macros $this->macros;
  506.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  507.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headJavascripts"));
  508.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  509.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headJavascripts"));
  510.         
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  512.         
  513.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  514.         return; yield '';
  515.     }
  516.     // line 135
  517.     public function block_header($context, array $blocks = [])
  518.     {
  519.         $macros $this->macros;
  520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  521.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  522.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  523.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  524.         // line 136
  525.         yield "                        <header id=\"header\" class=\"full-header dark\">
  526.                             <div id=\"header-wrap\" class=\"bg_sc z_ind_10\">
  527.                                 <div class=\"container\">
  528.                                     <div class=\"header-row\">
  529.                                         ";
  530.         // line 140
  531.         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"falsefalsefalse140))) {
  532.             // line 141
  533.             yield "                                            ";
  534.             $context["homePath"] = "homepage";
  535.             // line 142
  536.             yield "                                        ";
  537.         } elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  538.             // line 143
  539.             yield "                                            ";
  540.             $context["homePath"] = "admin_index";
  541.             // line 144
  542.             yield "                                        ";
  543.         } elseif ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  544.             // line 145
  545.             yield "                                            ";
  546.             $context["homePath"] = "user_index";
  547.             // line 146
  548.             yield "                                        ";
  549.         }
  550.         // line 147
  551.         yield "                                        <div id=\"logo\">
  552.                                             <a href=\"";
  553.         // line 148
  554.         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); })()));
  555.         yield "\" class=\"standard-logo\" data-dark-logo=\"";
  556.         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"nulltrue);
  557.         yield "\"><img src=\"";
  558.         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"nulltrue);
  559.         yield "\" class=\"p_5p\" alt=\"EPOSManager\"></a>
  560.                                             <a href=\"";
  561.         // line 149
  562.         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); })()));
  563.         yield "\" class=\"retina-logo\" data-dark-logo=\"";
  564.         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"nulltrue);
  565.         yield "\"><img src=\"";
  566.         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"nulltrue);
  567.         yield "\" class=\"p_5p\" alt=\"EPOSManager\"></a>
  568.                                         </div>
  569.                                         <div id=\"primary-menu-trigger\">
  570.                                             <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>
  571.                                         </div>
  572.                                         <nav class=\"primary-menu\">
  573.                                             <ul class=\"one-page-menu menu-container\" data-easing=\"easeInOutExpo\" data-speed=\"1250\" data-offset=\"100\">
  574.                                                 ";
  575.         // line 156
  576.         yield from $this->unwrap()->yieldBlock('menu'$context$blocks);
  577.         // line 167
  578.         yield "                                            </ul>
  579.                                         </nav>
  580.                                     </div>
  581.                                 </div>
  582.                             </div>
  583.                             <div class=\"header-wrap-clone\"></div>
  584.                         </header>
  585.                     ";
  586.         
  587.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  588.         
  589.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  590.         return; yield '';
  591.     }
  592.     // line 156
  593.     public function block_menu($context, array $blocks = [])
  594.     {
  595.         $macros $this->macros;
  596.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  597.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  598.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  599.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  600.         // line 157
  601.         yield "                                                    <li class=\"menu-item\"><a class=\"menu-link\" href=\"";
  602.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
  603.         yield "\"><div>Home</div></a></li>
  604.                                                    
  605.                                                     <li class=\"menu-item\"><a class=\"menu-link\" ";
  606.         // line 159
  607.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse159), "get", ["_route"], "method"falsefalsefalse159) == "homepage")) {
  608.             yield "data-href=\"#mission\" href=\"\"";
  609.         } else {
  610.             yield "href=\"";
  611.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "mission"]);
  612.             yield "\"";
  613.         }
  614.         yield "><div>Missione</div></a></li> 
  615.                                                     <li class=\"menu-item\"><a class=\"menu-link\" ";
  616.         // line 160
  617.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse160), "get", ["_route"], "method"falsefalsefalse160) == "homepage")) {
  618.             yield "data-href=\"#software\" href=\"\"";
  619.         } else {
  620.             yield "href=\"";
  621.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "software"]);
  622.             yield "\"";
  623.         }
  624.         yield "><div>Il software</div></a></li>
  625.                                                     <li class=\"menu-item\"><a class=\"menu-link\" ";
  626.         // line 161
  627.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse161), "get", ["_route"], "method"falsefalsefalse161) == "homepage")) {
  628.             yield "data-href=\"#features\" href=\"\"";
  629.         } else {
  630.             yield "href=\"";
  631.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "features"]);
  632.             yield "\"";
  633.         }
  634.         yield "><div>Caratteristiche</div></a></li>
  635.                                                     <li class=\"menu-item\"><a class=\"menu-link\" ";
  636.         // line 162
  637.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse162), "get", ["_route"], "method"falsefalsefalse162) == "homepage")) {
  638.             yield "data-href=\"#providers\" href=\"\"";
  639.         } else {
  640.             yield "href=\"";
  641.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "providers"]);
  642.             yield "\"";
  643.         }
  644.         yield "><div>Fornitori</div></a></li>
  645.                                                     <li class=\"menu-item\"><a class=\"menu-link\" ";
  646.         // line 163
  647.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse163), "get", ["_route"], "method"falsefalsefalse163) == "homepage")) {
  648.             yield "data-href=\"#contact\" href=\"\"";
  649.         } else {
  650.             yield "href=\"";
  651.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage_with_section", ["section" => "contact"]);
  652.             yield "\"";
  653.         }
  654.         yield "><div>Richiedi una demo</div></a></li>
  655.                                                     <li class=\"menu-item\"><a class=\"menu-link\" href=\"";
  656.         // line 165
  657.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login_redirect");
  658.         yield "\"><div>Accedi</div></a></li>
  659.                                                 ";
  660.         
  661.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  662.         
  663.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  664.         return; yield '';
  665.     }
  666.     // line 176
  667.     public function block_pageTitle($context, array $blocks = [])
  668.     {
  669.         $macros $this->macros;
  670.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  671.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitle"));
  672.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  673.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitle"));
  674.         // line 177
  675.         yield "                        ";
  676.         if (((isset($context["menuExternal"]) || array_key_exists("menuExternal"$context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.'177$this->source); })()) == false)) {
  677.             // line 178
  678.             yield "                            <section id=\"page-title\" class=\"page-title-dark bg_th\">
  679.                                 <div class=\"container\">
  680.                                     <h1>";
  681.             // line 180
  682.             yield from $this->unwrap()->yieldBlock('pageTitleH1'$context$blocks);
  683.             yield "</h1>
  684.                                     <ol class=\"breadcrumb\">
  685.                                         <li class=\"breadcrumb-item\">
  686.                                             ";
  687.             // line 183
  688.             if (CoreExtension::inFilter("admin_"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse183), "attributes", [], "any"falsefalsefalse183), "get", ["_route"], "method"falsefalsefalse183))) {
  689.                 // line 184
  690.                 yield "                                                <a href=\"";
  691.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_index");
  692.                 yield "\">Amministratore</a>
  693.                                             ";
  694.             } else {
  695.                 // line 186
  696.                 yield "                                                <a href=\"";
  697.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_index");
  698.                 yield "\">Scrivania</a>
  699.                                             ";
  700.             }
  701.             // line 188
  702.             yield "                                        </li>
  703.                                         ";
  704.             // line 189
  705.             yield from $this->unwrap()->yieldBlock('pageTitleBreadcrumb'$context$blocks);
  706.             // line 191
  707.             yield "                                    </ol>
  708.                                 </div>
  709.                             </section>
  710.                         ";
  711.         }
  712.         // line 195
  713.         yield "                    ";
  714.         
  715.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  716.         
  717.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  718.         return; yield '';
  719.     }
  720.     // line 180
  721.     public function block_pageTitleH1($context, array $blocks = [])
  722.     {
  723.         $macros $this->macros;
  724.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  725.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitleH1"));
  726.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  727.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitleH1"));
  728.         yield "Benvenuto amministratore";
  729.         
  730.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  731.         
  732.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  733.         return; yield '';
  734.     }
  735.     // line 189
  736.     public function block_pageTitleBreadcrumb($context, array $blocks = [])
  737.     {
  738.         $macros $this->macros;
  739.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  740.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitleBreadcrumb"));
  741.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  742.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageTitleBreadcrumb"));
  743.         // line 190
  744.         yield "                                        ";
  745.         
  746.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  747.         
  748.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  749.         return; yield '';
  750.     }
  751.     // line 197
  752.     public function block_subMenu($context, array $blocks = [])
  753.     {
  754.         $macros $this->macros;
  755.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  756.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenu"));
  757.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  758.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenu"));
  759.         // line 198
  760.         yield "                        ";
  761.         if (((isset($context["menuExternal"]) || array_key_exists("menuExternal"$context) ? $context["menuExternal"] : (function () { throw new RuntimeError('Variable "menuExternal" does not exist.'198$this->source); })()) == false)) {
  762.             // line 199
  763.             yield "                            <section>
  764.                                 <nav class=\"navbar navbar-expand-lg navbar-dark bg_sc\">
  765.                                     <div class=\"container\">
  766.                                         <div class=\"navbar-collapse\" id=\"navbarSupportedContent\">
  767.                                             <ul class=\"navbar-nav me-auto\">
  768.                                                 ";
  769.             // line 204
  770.             yield from $this->unwrap()->yieldBlock('subMenuLeft'$context$blocks);
  771.             // line 206
  772.             yield "                                            </ul>
  773.                                             <ul class=\"navbar-nav\">
  774.                                                 ";
  775.             // line 208
  776.             yield from $this->unwrap()->yieldBlock('subMenuRight'$context$blocks);
  777.             // line 210
  778.             yield "                                            </ul>
  779.                                         </div>
  780.                                     </div>
  781.                                 </nav>
  782.                             </section>
  783.                         ";
  784.         }
  785.         // line 216
  786.         yield "                    ";
  787.         
  788.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  789.         
  790.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  791.         return; yield '';
  792.     }
  793.     // line 204
  794.     public function block_subMenuLeft($context, array $blocks = [])
  795.     {
  796.         $macros $this->macros;
  797.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  798.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenuLeft"));
  799.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  800.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenuLeft"));
  801.         // line 205
  802.         yield "                                                ";
  803.         
  804.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  805.         
  806.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  807.         return; yield '';
  808.     }
  809.     // line 208
  810.     public function block_subMenuRight($context, array $blocks = [])
  811.     {
  812.         $macros $this->macros;
  813.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  814.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenuRight"));
  815.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  816.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subMenuRight"));
  817.         // line 209
  818.         yield "                                                ";
  819.         
  820.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  821.         
  822.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  823.         return; yield '';
  824.     }
  825.     // line 219
  826.     public function block_content($context, array $blocks = [])
  827.     {
  828.         $macros $this->macros;
  829.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  830.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  831.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  832.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  833.         // line 220
  834.         yield "                    ";
  835.         
  836.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  837.         
  838.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  839.         return; yield '';
  840.     }
  841.     // line 223
  842.     public function block_footer($context, array $blocks = [])
  843.     {
  844.         $macros $this->macros;
  845.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  846.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  847.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  848.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  849.         // line 224
  850.         yield "                    ";
  851.         
  852.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  853.         
  854.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  855.         return; yield '';
  856.     }
  857.     // line 227
  858.     public function block_divHelp($context, array $blocks = [])
  859.     {
  860.         $macros $this->macros;
  861.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  862.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""divHelp"));
  863.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  864.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""divHelp"));
  865.         // line 228
  866.         yield "                    <div id=\"divHelp\" class=\"divHelp hide_print\">
  867.                         <img id=\"helpImage\" src=\"";
  868.         // line 229
  869.         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"nulltrue);
  870.         yield "\">
  871.                         <a href=\"javascript:closeHelp()\"><i id=\"helpClose\" class=\"icon-times font_20 color_r\"></i></a>
  872.                         <h4 id=\"helpTitle\" class=\"uppercase m_b_10p b_b_pr\"></h4>
  873.                         <div class=\"overflow_a max_h_170p\"><p id=\"helpText\" class=\"txt_a_j\"></p></div>
  874.                     </div>
  875.                 ";
  876.         
  877.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  878.         
  879.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  880.         return; yield '';
  881.     }
  882.     // line 236
  883.     public function block_divHelp2($context, array $blocks = [])
  884.     {
  885.         $macros $this->macros;
  886.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  887.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""divHelp2"));
  888.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  889.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""divHelp2"));
  890.         // line 237
  891.         yield "                    <div id=\"divHelp2\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
  892.                         <div class=\"modal-dialog modal-lg\" role=\"document\">
  893.                             <div class=\"modal-content\">
  894.                                 <div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">";
  895.         // line 240
  896.         yield from $this->unwrap()->yieldBlock('titleDivHelp2'$context$blocks);
  897.         yield "</h4></div>
  898.                                 
  899.                                 <div class=\"modal-body\">
  900.                                     <div class=\"row\">
  901.                                         <div class=\"col-12 p_lr_30p\">
  902.                                             ";
  903.         // line 245
  904.         yield from $this->unwrap()->yieldBlock('innerDivHelp2'$context$blocks);
  905.         // line 246
  906.         yield "                                        </div>
  907.                                     </div>
  908.                                 </div>
  909.                                 <div class=\"modal-footer txt_a_c\">
  910.                                     <a href=\"javascript:void(0)\" class=\"button button-3d button-mini button-red\" data-bs-dismiss=\"modal\">Esci</a>
  911.                                 </div>
  912.                             </div>
  913.                         </div>
  914.                     </div>
  915.                 ";
  916.         
  917.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  918.         
  919.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  920.         return; yield '';
  921.     }
  922.     // line 240
  923.     public function block_titleDivHelp2($context, array $blocks = [])
  924.     {
  925.         $macros $this->macros;
  926.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  927.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titleDivHelp2"));
  928.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  929.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titleDivHelp2"));
  930.         
  931.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  932.         
  933.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  934.         return; yield '';
  935.     }
  936.     // line 245
  937.     public function block_innerDivHelp2($context, array $blocks = [])
  938.     {
  939.         $macros $this->macros;
  940.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  941.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""innerDivHelp2"));
  942.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  943.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""innerDivHelp2"));
  944.         
  945.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  946.         
  947.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  948.         return; yield '';
  949.     }
  950.     // line 260
  951.     public function block_javascripts($context, array $blocks = [])
  952.     {
  953.         $macros $this->macros;
  954.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  955.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  956.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  957.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  958.         // line 261
  959.         yield "        \t<script type=\"text/javascript\" src=\"";
  960.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.js"), "html"nulltrue);
  961.         yield "\"></script>
  962.             <script type=\"text/javascript\" src=\"";
  963.         // line 262
  964.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/plugins.js"), "html"nulltrue);
  965.         yield "\"></script>
  966.             <script type=\"text/javascript\" src=\"";
  967.         // line 263
  968.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/functions.js"), "html"nulltrue);
  969.         yield "\"></script>
  970.             <script type=\"text/javascript\" src=\"";
  971.         // line 264
  972.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/personal_2025_05_07/utilities.js"), "html"nulltrue);
  973.         yield "\"></script>
  974.             <script type=\"text/javascript\" src=\"";
  975.         // line 265
  976.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/moment.js"), "html"nulltrue);
  977.         yield "\"></script>
  978.             <script type=\"text/javascript\" src=\"";
  979.         // line 266
  980.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/datepicker-it.js"), "html"nulltrue);
  981.         yield "\"></script>
  982.         \t<script type=\"text/javascript\" src=\"";
  983.         // line 267
  984.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/daterangepicker.js"), "html"nulltrue);
  985.         yield "\"></script>
  986.             <script type=\"text/javascript\" src=\"";
  987.         // line 268
  988.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/timepicker.js"), "html"nulltrue);
  989.         yield "\"></script>
  990.             <script type=\"text/javascript\" src=\"";
  991.         // line 269
  992.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/jquery.timepicker.js"), "html"nulltrue);
  993.         yield "\"></script>
  994.             <script type=\"text/javascript\" src=\"";
  995.         // line 270
  996.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/moment.js"), "html"nulltrue);
  997.         yield "\"></script>
  998.             <script type=\"text/javascript\" src=\"";
  999.         // line 271
  1000.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/components/bs-switches.js"), "html"nulltrue);
  1001.         yield "\"></script>
  1002.             
  1003.             ";
  1004.         // line 273
  1005.         yield from         $this->loadTemplate("components/js/update_tab_filters.html.twig""base.html.twig"273)->unwrap()->yield($context);
  1006.         // line 274
  1007.         yield "            
  1008.             ";
  1009.         // line 275
  1010.         yield from $this->unwrap()->yieldBlock('innerJavascripts'$context$blocks);
  1011.         // line 330
  1012.         yield "        ";
  1013.         
  1014.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1015.         
  1016.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1017.         return; yield '';
  1018.     }
  1019.     // line 275
  1020.     public function block_innerJavascripts($context, array $blocks = [])
  1021.     {
  1022.         $macros $this->macros;
  1023.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1024.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""innerJavascripts"));
  1025.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1026.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""innerJavascripts"));
  1027.         // line 276
  1028.         yield "                <script>
  1029.                     \$('input[type=\"submit\"]').on(\"mousepress\", function(){
  1030.                         this.setAttribute(\"disabled\", true)});
  1031.                     \$('button[type=\"submit\"]').on(\"mousepress\", function(){
  1032.                         this.setAttribute(\"disabled\", true)});
  1033.                 </script>
  1034.                 ";
  1035.         // line 283
  1036.         yield "                <script>
  1037.                     function divHelp(slug){
  1038.                         \$.post('";
  1039.         // line 285
  1040.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("help");
  1041.         yield "', {slug: slug}, function(response){ 
  1042.                             if(response.code == 200 && response.success){
  1043.                                 document.getElementById('divHelp').style.visibility = \"visible\";
  1044.                                 document.getElementById('helpClose').style.visibility = \"visible\";
  1045.                                 document.getElementById('helpImage').style.visibility = \"visible\";
  1046.                                 document.getElementById('helpTitle').innerHTML = response.title;
  1047.                                 document.getElementById('helpText').innerHTML = response.text;
  1048.                                 \$(\"#helpButton\").click();
  1049.                             }
  1050.                         }, \"json\");
  1051.                     }
  1052.                     function closeHelp(){
  1053.                         document.getElementById('divHelp').style.visibility = \"hidden\";
  1054.                         document.getElementById('helpClose').style.visibility = \"hidden\";
  1055.                         document.getElementById('helpImage').style.visibility = \"hidden\";
  1056.                     }
  1057.                 </script>
  1058.                 ";
  1059.         // line 304
  1060.         yield "                <script>
  1061.                     window.addEventListener(\"load\", () => {
  1062.                         if (\"serviceWorker\" in navigator) {
  1063.                             navigator.serviceWorker.register(\"";
  1064.         // line 307
  1065.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("service-worker.js"), "html"nulltrue);
  1066.         yield "\");
  1067.                             Notification.requestPermission().then((result) => {
  1068.                                 if (result === \"granted\") {
  1069.                                     ";
  1070.         // line 310
  1071.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "user", [], "any"truetruefalse310) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
  1072.             // line 311
  1073.             yield "                                                                            ";
  1074.         }
  1075.         // line 313
  1076.         yield "                                }
  1077.                             });
  1078.                         }
  1079.                     });
  1080.                 </script>
  1081.                 <script>
  1082.                     ";
  1083.         // line 319
  1084.         if (( !CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse319), "cookies", [], "any"falsefalsefalse319), "get", ["cookieconsent_dismissed"], "method"falsefalsefalse319) == "yes")) {
  1085.             // line 320
  1086.             yield "                        \$(document).ready(function(){
  1087.                             modalCookie();
  1088.                         });
  1089.                     ";
  1090.         }
  1091.         // line 324
  1092.         yield "
  1093.                     function modalCookie(){
  1094.                         \$('#modalCookie').modal({backdrop: 'static', keyboard: false}).modal(\"show\");
  1095.                     }
  1096.                 </script>
  1097.             ";
  1098.         
  1099.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1100.         
  1101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1102.         return; yield '';
  1103.     }
  1104.     // line 333
  1105.     public function block_modals($context, array $blocks = [])
  1106.     {
  1107.         $macros $this->macros;
  1108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  1110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  1112.         // line 334
  1113.         yield "            ";
  1114.         
  1115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1116.         
  1117.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1118.         return; yield '';
  1119.     }
  1120.     /**
  1121.      * @codeCoverageIgnore
  1122.      */
  1123.     public function getTemplateName()
  1124.     {
  1125.         return "base.html.twig";
  1126.     }
  1127.     /**
  1128.      * @codeCoverageIgnore
  1129.      */
  1130.     public function isTraitable()
  1131.     {
  1132.         return false;
  1133.     }
  1134.     /**
  1135.      * @codeCoverageIgnore
  1136.      */
  1137.     public function getDebugInfo()
  1138.     {
  1139.         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,);
  1140.     }
  1141.     public function getSourceContext()
  1142.     {
  1143.         return new Source("{# Symfony Version 5.4 #}
  1144. <?xml version=\"1.0\" encoding=\"UTF-8\"?>
  1145. <!DOCTYPE html>
  1146. <html>
  1147.     <head>
  1148.         <meta contentType=\"text/html\" />
  1149.         <meta charset=\"UTF-8\" />
  1150.         <meta class=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  1151.         <title>EPOSManager - {% block title %}Il software per le società di manutenzione POS{% endblock %}</title>
  1152.         {% block stylesheets %}
  1153.         \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\" />
  1154.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/bootstrap.css') }}\" />
  1155.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/style.css') }}\" />
  1156.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/dark.css') }}\" />
  1157.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/font-icons.css') }}\" />
  1158.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/animate.css') }}\" />
  1159.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/magnific-popup.css') }}\" />
  1160.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/calendar.css') }}\" />
  1161.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/timepicker.css') }}\" />
  1162.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/jquery.timepicker.css') }}\" />
  1163.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/datepicker.css') }}\" />
  1164.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/daterangepicker.css') }}\" />
  1165.         \t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/components/bs-switches.css') }}\" />
  1166.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_05_07/classes.css') }}\" />
  1167.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_05_07/custom.css') }}\" />
  1168.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset ('css/personal_2025_05_07/themeOverride.css') }}\" />
  1169.             {# Colors #}
  1170.             {# Primary: #333 #}
  1171.             {# Secondary: #777 #}
  1172.             {# Tertiary: #ddd #}
  1173.             {% block printStylesheet %}{% endblock %}
  1174.             {% block revoSliderCss %}{% endblock %}
  1175.         {% endblock %}
  1176.         <link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\" />
  1177.         {% block pwa %}
  1178.             <meta name=\"theme-color\" content=\"#cf6c02\"/>
  1179.             <link rel=\"manifest\" href=\"{{ asset ('manifest.json') }}\">
  1180.             
  1181.             {# iOS #}
  1182.             <link rel=\"apple-touch-icon\" href=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-152.png\">
  1183.             <meta name=\"apple-mobile-web-app-capable\" content=\"yes\"> 
  1184.             <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">
  1185.             <meta name=\"apple-mobile-web-app-title\" content=\"EPOS Manager\">
  1186.             {# Windows #}
  1187.             <meta name=\"application-name\" content=\"EPOS Manager\" />
  1188.             <meta name=\"msapplication-TileImage\" content=\"https://www.eposmanager.software/images/graphics_2025_02_04/pwa/logo-144.png\"> 
  1189.             <meta name=\"msapplication-TileColor\" content=\"#cf6c02\">
  1190.         {% endblock %}
  1191.         {% block recaptcha %}{% endblock %}
  1192.     </head>
  1193.     <body class=\"stretched\">
  1194.         {% include \"components/loading.html.twig\" %}
  1195.         {% block body %}
  1196.             {% set menuExternal = true %}
  1197.             {% if ('user_' in app.request.attributes.get('_route')) or ('admin_' in app.request.attributes.get('_route')) %}
  1198.                 {% set menuExternal = false %}
  1199.             {% endif %}
  1200.             <div id=\"divAlerts\">
  1201.                 {% for flash_message in app.session.flashbag.get('notice_success') %}
  1202.                     <div class=\"alert alert-dismissible alert-success notice\">
  1203.                         <i class=\"icon-thumbs-up\"></i><strong>Congratulazioni! </strong> {{ flash_message|raw }}
  1204.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  1205.                     </div>
  1206.                 {% endfor %}
  1207.                 {% for flash_message in app.session.flashbag.get('notice_info') %}
  1208.                     <div class=\"alert alert-dismissible alert-info notice\">
  1209.                         <i class=\"icon-warning-sign\"></i><strong>Informazioni importanti! </strong> {{ flash_message|raw }}
  1210.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  1211.                     </div>
  1212.                 {% endfor %}
  1213.                 
  1214.                 {% for flash_message in app.session.flashbag.get('notice_warning') %}
  1215.                     <div class=\"alert alert-dismissible alert-warning notice\">
  1216.                         <i class=\"icon-warning-sign\"></i><strong>Attenzione!!!</strong> {{ flash_message|raw }}
  1217.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  1218.                     </div>
  1219.                 {% endfor %}
  1220.                 {% for flash_message in app.session.flashbag.get('notice_danger') %}
  1221.                     <div class=\"alert alert-dismissible alert-danger notice\">
  1222.                         <i class=\"icon-remove\"></i><strong>Attenzione!!!</strong> {{ flash_message|raw }}
  1223.                         <button type=\"button\" class=\"btn-close btn-sm\" data-bs-dismiss=\"alert\" aria-hidden=\"true\"></button>
  1224.                     </div>
  1225.                 {% endfor %}
  1226.             </div>
  1227.             {# Cookie Modal #}
  1228.             <div id=\"modalCookie\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
  1229.                 <div class=\"modal-dialog modal-md\" role=\"document\">
  1230.                     <div class=\"modal-content\">
  1231.                         <div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">Preferenze cookie</h4></div>
  1232.                         <div class=\"modal-body\">
  1233.                             <div class=\"row\">
  1234.                                 <div class=\"col-12 switch\">
  1235.                                     <label>Centro preferenze sulla privacy</label>
  1236.                                     <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>
  1237.                                     <label>Gestisci preferenze consenso</label>
  1238.                                     <div class=\"toggle toggle-border bg_f8 m_b_5p\">
  1239.                                         <div class=\"toggle-header font_12\">
  1240.                                             <div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
  1241.                                             <div class=\"toggle-title\">Cookie obbligatori<span class=\"f_right color_888\">Sempre attivi</span></div>
  1242.                                         </div>
  1243.                                         <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>
  1244.                                     </div>
  1245.                                     <div class=\"toggle toggle-border bg_f8 m_b_5p\">
  1246.                                         <div class=\"toggle-header font_12\">
  1247.                                             <div class=\"toggle-icon\"><i class=\"toggle-closed icon-plus\"></i><i class=\"toggle-open icon-minus\"></i></div>
  1248.                                             <div class=\"toggle-title\">Cookie di Analisi</div>
  1249.                                         </div>
  1250.                                         <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>
  1251.                                     </div>
  1252.                                 </div>
  1253.                             </div>
  1254.                         </div>
  1255.                         <div class=\"modal-footer txt_a_c\">
  1256.                             <a href=\"{{ path ('cookie_accept') }}\" class=\"button button-3d button-mini button-green width_100\">Consenti tutti</a>
  1257.                             <a href=\"{{ path ('cookie_deny') }}\" class=\"button button-3d button-mini button-red width_100\">Rifiuta analisi</a>
  1258.                         </div>
  1259.                     </div>
  1260.                 </div>
  1261.             </div>
  1262.             {% block headJavascripts %}{% endblock %}
  1263.         \t<div id=\"wrapper\" class=\"clearfix\">
  1264.             \t<div id=\"divContent\" class=\"clearfix\">
  1265.                     {# HEADER #}
  1266.                     {% block header %}
  1267.                         <header id=\"header\" class=\"full-header dark\">
  1268.                             <div id=\"header-wrap\" class=\"bg_sc z_ind_10\">
  1269.                                 <div class=\"container\">
  1270.                                     <div class=\"header-row\">
  1271.                                         {% if app.user is null %}
  1272.                                             {% set homePath = \"homepage\" %}
  1273.                                         {% elseif is_granted('ROLE_ADMIN') %}
  1274.                                             {% set homePath = \"admin_index\" %}
  1275.                                         {% elseif is_granted('ROLE_USER') %}
  1276.                                             {% set homePath = \"user_index\" %}
  1277.                                         {% endif %}
  1278.                                         <div id=\"logo\">
  1279.                                             <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>
  1280.                                             <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>
  1281.                                         </div>
  1282.                                         <div id=\"primary-menu-trigger\">
  1283.                                             <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>
  1284.                                         </div>
  1285.                                         <nav class=\"primary-menu\">
  1286.                                             <ul class=\"one-page-menu menu-container\" data-easing=\"easeInOutExpo\" data-speed=\"1250\" data-offset=\"100\">
  1287.                                                 {% block menu %}
  1288.                                                     <li class=\"menu-item\"><a class=\"menu-link\" href=\"{{ path ('homepage') }}\"><div>Home</div></a></li>
  1289.                                                    
  1290.                                                     <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> 
  1291.                                                     <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>
  1292.                                                     <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>
  1293.                                                     <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>
  1294.                                                     <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>
  1295.                                                     <li class=\"menu-item\"><a class=\"menu-link\" href=\"{{ path ('login_redirect') }}\"><div>Accedi</div></a></li>
  1296.                                                 {% endblock %}
  1297.                                             </ul>
  1298.                                         </nav>
  1299.                                     </div>
  1300.                                 </div>
  1301.                             </div>
  1302.                             <div class=\"header-wrap-clone\"></div>
  1303.                         </header>
  1304.                     {% endblock %}
  1305.                     {% block pageTitle %}
  1306.                         {% if menuExternal == false %}
  1307.                             <section id=\"page-title\" class=\"page-title-dark bg_th\">
  1308.                                 <div class=\"container\">
  1309.                                     <h1>{% block pageTitleH1 %}Benvenuto amministratore{% endblock %}</h1>
  1310.                                     <ol class=\"breadcrumb\">
  1311.                                         <li class=\"breadcrumb-item\">
  1312.                                             {% if 'admin_' in app.request.attributes.get('_route') %}
  1313.                                                 <a href=\"{{ path('admin_index') }}\">Amministratore</a>
  1314.                                             {% else %}
  1315.                                                 <a href=\"{{ path('user_index') }}\">Scrivania</a>
  1316.                                             {% endif %}
  1317.                                         </li>
  1318.                                         {% block pageTitleBreadcrumb %}
  1319.                                         {% endblock %}
  1320.                                     </ol>
  1321.                                 </div>
  1322.                             </section>
  1323.                         {% endif %}
  1324.                     {% endblock %}
  1325.                     {% block subMenu %}
  1326.                         {% if menuExternal == false %}
  1327.                             <section>
  1328.                                 <nav class=\"navbar navbar-expand-lg navbar-dark bg_sc\">
  1329.                                     <div class=\"container\">
  1330.                                         <div class=\"navbar-collapse\" id=\"navbarSupportedContent\">
  1331.                                             <ul class=\"navbar-nav me-auto\">
  1332.                                                 {% block subMenuLeft %}
  1333.                                                 {% endblock %}
  1334.                                             </ul>
  1335.                                             <ul class=\"navbar-nav\">
  1336.                                                 {% block subMenuRight %}
  1337.                                                 {% endblock %}
  1338.                                             </ul>
  1339.                                         </div>
  1340.                                     </div>
  1341.                                 </nav>
  1342.                             </section>
  1343.                         {% endif %}
  1344.                     {% endblock %}
  1345.                     {# CONTENT #}
  1346.                     {% block content %}
  1347.                     {% endblock %}
  1348.                     {# FOOTER #}
  1349.                     {% block footer %}
  1350.                     {% endblock %}
  1351.                 </div>
  1352.                 {% block divHelp %}
  1353.                     <div id=\"divHelp\" class=\"divHelp hide_print\">
  1354.                         <img id=\"helpImage\" src=\"{{ asset (icon_help)}}\">
  1355.                         <a href=\"javascript:closeHelp()\"><i id=\"helpClose\" class=\"icon-times font_20 color_r\"></i></a>
  1356.                         <h4 id=\"helpTitle\" class=\"uppercase m_b_10p b_b_pr\"></h4>
  1357.                         <div class=\"overflow_a max_h_170p\"><p id=\"helpText\" class=\"txt_a_j\"></p></div>
  1358.                     </div>
  1359.                 {% endblock %}
  1360.                 {% block divHelp2 %}
  1361.                     <div id=\"divHelp2\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\">
  1362.                         <div class=\"modal-dialog modal-lg\" role=\"document\">
  1363.                             <div class=\"modal-content\">
  1364.                                 <div class=\"modal-header\"><h4 class=\"modal-title text-uppercase txt_a_c\">{% block titleDivHelp2 %}{% endblock %}</h4></div>
  1365.                                 
  1366.                                 <div class=\"modal-body\">
  1367.                                     <div class=\"row\">
  1368.                                         <div class=\"col-12 p_lr_30p\">
  1369.                                             {% block innerDivHelp2 %}{% endblock %}
  1370.                                         </div>
  1371.                                     </div>
  1372.                                 </div>
  1373.                                 <div class=\"modal-footer txt_a_c\">
  1374.                                     <a href=\"javascript:void(0)\" class=\"button button-3d button-mini button-red\" data-bs-dismiss=\"modal\">Esci</a>
  1375.                                 </div>
  1376.                             </div>
  1377.                         </div>
  1378.                     </div>
  1379.                 {% endblock %}
  1380.             <div id=\"gotoTop\" class=\"icon-angle-up\"></div>
  1381.         {% endblock %}
  1382.         {% block javascripts %}
  1383.         \t<script type=\"text/javascript\" src=\"{{ asset ('js/jquery.js') }}\"></script>
  1384.             <script type=\"text/javascript\" src=\"{{ asset ('js/plugins.js') }}\"></script>
  1385.             <script type=\"text/javascript\" src=\"{{ asset ('js/functions.js') }}\"></script>
  1386.             <script type=\"text/javascript\" src=\"{{ asset ('js/personal_2025_05_07/utilities.js') }}\"></script>
  1387.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/moment.js') }}\"></script>
  1388.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/datepicker-it.js') }}\"></script>
  1389.         \t<script type=\"text/javascript\" src=\"{{ asset ('js/components/daterangepicker.js') }}\"></script>
  1390.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/timepicker.js') }}\"></script>
  1391.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/jquery.timepicker.js') }}\"></script>
  1392.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/moment.js') }}\"></script>
  1393.             <script type=\"text/javascript\" src=\"{{ asset ('js/components/bs-switches.js') }}\"></script>
  1394.             
  1395.             {% include 'components/js/update_tab_filters.html.twig' %}
  1396.             
  1397.             {% block innerJavascripts %}
  1398.                 <script>
  1399.                     \$('input[type=\"submit\"]').on(\"mousepress\", function(){
  1400.                         this.setAttribute(\"disabled\", true)});
  1401.                     \$('button[type=\"submit\"]').on(\"mousepress\", function(){
  1402.                         this.setAttribute(\"disabled\", true)});
  1403.                 </script>
  1404.                 {# HELP #}
  1405.                 <script>
  1406.                     function divHelp(slug){
  1407.                         \$.post('{{ path (\"help\") }}', {slug: slug}, function(response){ 
  1408.                             if(response.code == 200 && response.success){
  1409.                                 document.getElementById('divHelp').style.visibility = \"visible\";
  1410.                                 document.getElementById('helpClose').style.visibility = \"visible\";
  1411.                                 document.getElementById('helpImage').style.visibility = \"visible\";
  1412.                                 document.getElementById('helpTitle').innerHTML = response.title;
  1413.                                 document.getElementById('helpText').innerHTML = response.text;
  1414.                                 \$(\"#helpButton\").click();
  1415.                             }
  1416.                         }, \"json\");
  1417.                     }
  1418.                     function closeHelp(){
  1419.                         document.getElementById('divHelp').style.visibility = \"hidden\";
  1420.                         document.getElementById('helpClose').style.visibility = \"hidden\";
  1421.                         document.getElementById('helpImage').style.visibility = \"hidden\";
  1422.                     }
  1423.                 </script>
  1424.                 {# SERVICE WORKERS #}
  1425.                 <script>
  1426.                     window.addEventListener(\"load\", () => {
  1427.                         if (\"serviceWorker\" in navigator) {
  1428.                             navigator.serviceWorker.register(\"{{ asset('service-worker.js') }}\");
  1429.                             Notification.requestPermission().then((result) => {
  1430.                                 if (result === \"granted\") {
  1431.                                     {% if app.user is defined and is_granted(\"ROLE_ADMIN\") %}
  1432.                                         {# notifications(); #}
  1433.                                     {% endif %}
  1434.                                 }
  1435.                             });
  1436.                         }
  1437.                     });
  1438.                 </script>
  1439.                 <script>
  1440.                     {% if not app.request.cookies.get('cookieconsent_dismissed') == \"yes\" %}
  1441.                         \$(document).ready(function(){
  1442.                             modalCookie();
  1443.                         });
  1444.                     {% endif %}
  1445.                     function modalCookie(){
  1446.                         \$('#modalCookie').modal({backdrop: 'static', keyboard: false}).modal(\"show\");
  1447.                     }
  1448.                 </script>
  1449.             {% endblock %}
  1450.         {% endblock %}
  1451.         <div id=\"divModals\" class=\"clearfix\">
  1452.             {% block modals %}
  1453.             {% endblock %}
  1454.         </div>
  1455.     </body>
  1456. </html>
  1457. ""base.html.twig""/var/www/vhosts/eposmanager.software/templates/base.html.twig");
  1458.     }
  1459. }