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

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