var/cache/dev/twig/98/9892fc114ba68da877ee77e24d7a101c69ebce016232516114e7c61494447e0e.php line 279

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @UVDeskSupportCenter/Templates/layout.html.twig */
  14. class __TwigTemplate_54906ab45126efa2972bc0c2803d4201cd321ca8bf0489e71bea20716ecb3b6d extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'canonical' => [$this'block_canonical'],
  25.             'title' => [$this'block_title'],
  26.             'metaDescription' => [$this'block_metaDescription'],
  27.             'metaKeywords' => [$this'block_metaKeywords'],
  28.             'ogtitle' => [$this'block_ogtitle'],
  29.             'ogcanonical' => [$this'block_ogcanonical'],
  30.             'twtitle' => [$this'block_twtitle'],
  31.             'head' => [$this'block_head'],
  32.             'templateCSS' => [$this'block_templateCSS'],
  33.             'header' => [$this'block_header'],
  34.             'tabHeader' => [$this'block_tabHeader'],
  35.             'wrapper' => [$this'block_wrapper'],
  36.             'body' => [$this'block_body'],
  37.             'footer' => [$this'block_footer'],
  38.         ];
  39.     }
  40.     protected function doDisplay(array $context, array $blocks = [])
  41.     {
  42.         $macros $this->macros;
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter/Templates/layout.html.twig"));
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter/Templates/layout.html.twig"));
  47.         // line 1
  48.         echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
  49. <html lang=\"";
  50.         // line 2
  51.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "getLocale", [], "method"falsefalsefalse2), "html"nulltrue);
  52.         echo "\">
  53.     <head>
  54.         <link rel=\"stylesheet\" href=\"";
  55.         // line 4
  56.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdesksupportcenter/css/knowledgebase.css"), "html"nulltrue);
  57.         echo "\">
  58.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/css/bootstrap-datetimepicker.min.css\">
  59.         
  60.         <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js\"></script>
  61.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js\"></script>
  62.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.4.0/backbone-min.js\"></script>
  63.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.validation/0.11.5/backbone-validation-min.js\"></script>
  64.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.paginator/2.0.8/backbone.paginator.min.js\"></script>
  65.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js\"></script>\t
  66.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js\"></script>
  67.         
  68.         <script src=\"";
  69.         // line 16
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdesksupportcenter/js/_common.js"), "html"nulltrue);
  71.         echo "\"></script>
  72.         <script src = \"";
  73.         // line 17
  74.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdesksupportcenter/js/uikit.front.js"), "html"nulltrue);
  75.         echo "\"></script>
  76.         <script src = \"";
  77.         // line 18
  78.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/uvdeskcoreframework/js/dropdown.js"), "html"nulltrue);
  79.         echo "\"></script>
  80.         ";
  81.         // line 20
  82.         $context["websiteDetails"] = twig_get_attribute($this->env$this->source, (isset($context["user_service"]) || array_key_exists("user_service"$context) ? $context["user_service"] : (function () { throw new RuntimeError('Variable "user_service" does not exist.'20$this->source); })()), "getWebsiteDetails", [=> "knowledgebase"], "method"falsefalsefalse20);
  83.         // line 21
  84.         echo "        ";
  85.         $context["websiteConfiguration"] = twig_get_attribute($this->env$this->source, (isset($context["user_service"]) || array_key_exists("user_service"$context) ? $context["user_service"] : (function () { throw new RuntimeError('Variable "user_service" does not exist.'21$this->source); })()), "getWebsiteConfiguration", [=> "knowledgebase"], "method"falsefalsefalse21);
  86.         // line 22
  87.         echo "        ";
  88.         $context["themeTemplate"] = twig_get_attribute($this->env$this->source, (isset($context["user_service"]) || array_key_exists("user_service"$context) ? $context["user_service"] : (function () { throw new RuntimeError('Variable "user_service" does not exist.'22$this->source); })()), "getWebsiteView", [], "method"falsefalsefalse22);
  89.         // line 23
  90.         echo "
  91.         ";
  92.         // line 24
  93.         $context["canonical"] = (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'24$this->source); })()), "request", [], "any"falsefalsefalse24), "server", [], "any"falsefalsefalse24), "get", [=> "REQUEST_SCHEME"], "method"falsefalsefalse24) . "://") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'24$this->source); })()), "request", [], "any"falsefalsefalse24), "server", [], "any"falsefalsefalse24), "get", [=> "HTTP_HOST"], "method"falsefalsefalse24)) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'24$this->source); })()), "request", [], "any"falsefalsefalse24), "server", [], "any"falsefalsefalse24), "get", [=> "PATH_INFO"], "method"falsefalsefalse24));
  94.         // line 25
  95.         echo "        <link rel=\"canonical\" href=\"";
  96.         $this->displayBlock('canonical'$context$blocks);
  97.         echo "\">
  98.         ";
  99.         // line 27
  100.         if (((isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'27$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'27$this->source); })()), "favicon", [], "any"falsefalsefalse27))) {
  101.             // line 28
  102.             echo "            <link rel=\"icon\" sizes=\"16x16\" href=\"";
  103.             ((twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'28$this->source); })()), "favicon", [], "any"falsefalsefalse28)) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'28$this->source); })()), "favicon", [], "any"falsefalsefalse28), "html"nulltrue))) : (print (null)));
  104.             echo "\" />
  105.         ";
  106.         } else {
  107.             // line 30
  108.             echo "            <link rel=\"icon\" sizes=\"16x16\" href=\"";
  109.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html"nulltrue);
  110.             echo "\" />
  111.         ";
  112.         }
  113.         // line 32
  114.         echo "
  115.         ";
  116.         // line 33
  117.         if ((isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'33$this->source); })())) {
  118.             // line 34
  119.             echo "            <title>";
  120.             $this->displayBlock('title'$context$blocks);
  121.             echo "</title>
  122.             ";
  123.             // line 35
  124.             if (twig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'35$this->source); })()), "metaDescription", [], "any"falsefalsefalse35)) {
  125.                 // line 36
  126.                 echo "                <meta name=\"description\" content=\"";
  127.                 $this->displayBlock('metaDescription'$context$blocks);
  128.                 echo "\"/>
  129.             ";
  130.             }
  131.             // line 38
  132.             echo "            ";
  133.             if (twig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'38$this->source); })()), "metaKeywords", [], "any"falsefalsefalse38)) {
  134.                 // line 39
  135.                 echo "                <meta name=\"keywords\" content=\"";
  136.                 $this->displayBlock('metaKeywords'$context$blocks);
  137.                 echo "\"/>
  138.             ";
  139.             }
  140.             // line 41
  141.             echo "
  142.             <meta http-equiv=\"Content-Type\" content=\"text/html;\" charset=\"";
  143.             // line 42
  144.             echo twig_escape_filter($this->env$this->env->getCharset(), "html"nulltrue);
  145.             echo "\"/>
  146.             <meta name=\"robots\" content=\"INDEX,FOLLOW\" />
  147.             <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  148.             <meta property=\"og:locale\" content=\"";
  149.             // line 46
  150.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'46$this->source); })()), "request", [], "any"falsefalsefalse46), "getLocale", [], "method"falsefalsefalse46), "html"nulltrue);
  151.             echo "\" />
  152.             <meta property=\"og:type\" content=\"article\" />
  153.             <meta property=\"og:title\" content=\"";
  154.             // line 48
  155.             $this->displayBlock('ogtitle'$context$blocks);
  156.             echo "\" />
  157.             <meta property=\"og:url\" content=\"";
  158.             // line 49
  159.             $this->displayBlock('ogcanonical'$context$blocks);
  160.             echo "\" />
  161.             <meta property=\"og:site_name\" content=\"";
  162.             // line 50
  163.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'50$this->source); })()), "name", [], "any"falsefalsefalse50)) ? (twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'50$this->source); })()), "name", [], "any"falsefalsefalse50)) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Knowledge Base"))), "html"nulltrue);
  164.             echo "\" />
  165.             ";
  166.             // line 51
  167.             if (twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'51$this->source); })()), "logo", [], "any"falsefalsefalse51)) {
  168.                 // line 52
  169.                 echo "                <meta property=\"og:image\" content=\"";
  170.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'52$this->source); })()), "logo", [], "any"falsefalsefalse52), "html"nulltrue);
  171.                 echo "\" />
  172.             ";
  173.             }
  174.             // line 54
  175.             echo "            <meta name=\"twitter:card\" content=\"summary\" />
  176.             <meta name=\"twitter:title\" content=\"";
  177.             // line 55
  178.             $this->displayBlock('twtitle'$context$blocks);
  179.             echo "\" />
  180.             <link rel='dns-prefetch' href='//www.google.com' />
  181.             <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  182.             <link rel='dns-prefetch' href='//fonts.gstatic.com' />
  183.             <link rel='dns-prefetch' href='//cdn.uvdesk.com' />
  184.         ";
  185.         }
  186.         // line 62
  187.         echo "
  188.         ";
  189.         // line 63
  190.         if ((isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'63$this->source); })())) {
  191.             // line 64
  192.             echo "            ";
  193.             $this->displayBlock('head'$context$blocks);
  194.             // line 67
  195.             echo "        ";
  196.         }
  197.         // line 68
  198.         echo "
  199.         ";
  200.         // line 69
  201.         if ((isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'69$this->source); })())) {
  202.             // line 70
  203.             echo "            ";
  204.             if (twig_get_attribute($this->env$this->source, (isset($context["uvdesk_service"]) || array_key_exists("uvdesk_service"$context) ? $context["uvdesk_service"] : (function () { throw new RuntimeError('Variable "uvdesk_service" does not exist.'70$this->source); })()), "isDarkSkin", [=> twig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'70$this->source); })()), "brandColor", [], "any"falsefalsefalse70)], "method"falsefalsefalse70)) {
  205.                 // line 71
  206.                 echo "                ";
  207.                 $this->loadTemplate("@UVDeskSupportCenter/Knowledgebase/darkSkin.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"71)->display($context);
  208.                 // line 72
  209.                 echo "            ";
  210.             } else {
  211.                 // line 73
  212.                 echo "                ";
  213.                 $this->loadTemplate("@UVDeskSupportCenter/Knowledgebase/lightSkin.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"73)->display($context);
  214.                 // line 74
  215.                 echo "            ";
  216.             }
  217.             // line 75
  218.             echo "        ";
  219.         }
  220.         // line 76
  221.         echo "
  222.         ";
  223.         // line 77
  224.         $this->displayBlock('templateCSS'$context$blocks);
  225.         // line 78
  226.         echo "    </head>
  227.     ";
  228.         // line 80
  229.         $context["bodyClass"] = "";
  230.         // line 81
  231.         echo "    ";
  232.         $context["bodySkinClass"] = "";
  233.         // line 82
  234.         echo "   
  235.     <body class=\"";
  236.         // line 83
  237.         echo twig_escape_filter($this->env, (((isset($context["bodySkinClass"]) || array_key_exists("bodySkinClass"$context) ? $context["bodySkinClass"] : (function () { throw new RuntimeError('Variable "bodySkinClass" does not exist.'83$this->source); })()) . " ") . (isset($context["bodyClass"]) || array_key_exists("bodyClass"$context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.'83$this->source); })())), "html"nulltrue);
  238.         echo "\">
  239.         ";
  240.         // line 84
  241.         $context["broadcastMessage"] = twig_get_attribute($this->env$this->source, (isset($context["uvdesk_service"]) || array_key_exists("uvdesk_service"$context) ? $context["uvdesk_service"] : (function () { throw new RuntimeError('Variable "uvdesk_service" does not exist.'84$this->source); })()), "getValidBroadcastMessage", [=> ((twig_get_attribute($this->env$this->source, ($context["websiteConfiguration"] ?? null), "broadcastMessage", [], "any"truetruefalse84)) ? (twig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'84$this->source); })()), "broadcastMessage", [], "any"falsefalsefalse84)) : (""))], "method"falsefalsefalse84);
  242.         // line 85
  243.         echo "        ";
  244.         if ((isset($context["broadcastMessage"]) || array_key_exists("broadcastMessage"$context) ? $context["broadcastMessage"] : (function () { throw new RuntimeError('Variable "broadcastMessage" does not exist.'85$this->source); })())) {
  245.             // line 86
  246.             echo "            <div class=\"uv-kb-info\" id=\"uv-kb-info-broadcast\">
  247.                 <p>";
  248.             // line 87
  249.             ((twig_get_attribute($this->env$this->source, ($context["broadcastMessage"] ?? null), "message", [], "any"truetruefalse87)) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["broadcastMessage"]) || array_key_exists("broadcastMessage"$context) ? $context["broadcastMessage"] : (function () { throw new RuntimeError('Variable "broadcastMessage" does not exist.'87$this->source); })()), "message", [], "any"falsefalsefalse87), "html"nulltrue))) : (print ("")));
  250.             echo "</p>
  251.                 <span class=\"uv-kb-info-remove\" onclick=\"document.getElementById('uv-kb-info-broadcast').remove()\"></span>
  252.             </div>
  253.         ";
  254.         }
  255.         // line 91
  256.         echo "
  257.         <div class=\"uv-notifications-wrapper\">
  258.             ";
  259.         // line 93
  260.         if ((=== twig_compare(twig_get_attribute($this->env$this->source, (isset($context["uvdesk_service"]) || array_key_exists("uvdesk_service"$context) ? $context["uvdesk_service"] : (function () { throw new RuntimeError('Variable "uvdesk_service" does not exist.'93$this->source); })()), "requestHeadersSent", [], "method"falsefalsefalse93), false))) {
  261.             // line 94
  262.             echo "                ";
  263.             $context['_parent'] = $context;
  264.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'94$this->source); })()), "session", [], "any"falsefalsefalse94), "flashbag", [], "any"falsefalsefalse94), "get", [=> "success"], "method"falsefalsefalse94));
  265.             foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  266.                 // line 95
  267.                 echo "                    <div class=\"uv-notification page-load uv-success\">
  268.                         <span class=\"uv-notification-close\"></span>
  269.                         <p>";
  270.                 // line 97
  271.                 echo $context["flashMessage"];
  272.                 echo "</p>
  273.                     </div>
  274.                 ";
  275.             }
  276.             $_parent $context['_parent'];
  277.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  278.             $context array_intersect_key($context$_parent) + $_parent;
  279.             // line 100
  280.             echo "                ";
  281.             $context['_parent'] = $context;
  282.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'100$this->source); })()), "session", [], "any"falsefalsefalse100), "flashbag", [], "any"falsefalsefalse100), "get", [=> "warning"], "method"falsefalsefalse100));
  283.             foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  284.                 // line 101
  285.                 echo "                    <div class=\"uv-notification page-load uv-error\">
  286.                         <span class=\"uv-notification-close\"></span>
  287.                         <p>";
  288.                 // line 103
  289.                 echo $context["flashMessage"];
  290.                 echo "</p>
  291.                     </div>
  292.                 ";
  293.             }
  294.             $_parent $context['_parent'];
  295.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  296.             $context array_intersect_key($context$_parent) + $_parent;
  297.             // line 106
  298.             echo "            ";
  299.         }
  300.         // line 107
  301.         echo "            
  302.             <noscript>
  303.                 <div class=\"uv-notification uv-error\">
  304.                     <p>";
  305.         // line 110
  306.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Your browser does not support JavaScript or You disabled JavaScript, Please enable those !", [], "messages");
  307.         echo "</p>
  308.                 </div>
  309.                 <style>.uv-loader-view {display: none;}</style>
  310.             </noscript>
  311.         </div>
  312.         ";
  313.         // line 117
  314.         $this->displayBlock('header'$context$blocks);
  315.         // line 121
  316.         echo "
  317.         ";
  318.         // line 122
  319.         $this->loadTemplate("@UVDeskSupportCenter/Templates/breadcrumbs.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"122)->display($context);
  320.         // line 123
  321.         echo "
  322.         ";
  323.         // line 124
  324.         $this->displayBlock('tabHeader'$context$blocks);
  325.         // line 126
  326.         echo "        ";
  327.         $this->displayBlock('wrapper'$context$blocks);
  328.         // line 153
  329.         echo "
  330.         ";
  331.         // line 154
  332.         $this->displayBlock('footer'$context$blocks);
  333.         // line 197
  334.         echo "    </body>
  335. </html>
  336. ";
  337.         
  338.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  339.         
  340.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  341.     }
  342.     // line 25
  343.     public function block_canonical($context, array $blocks = [])
  344.     {
  345.         $macros $this->macros;
  346.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  347.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  348.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  349.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  350.         echo twig_escape_filter($this->env, (isset($context["canonical"]) || array_key_exists("canonical"$context) ? $context["canonical"] : (function () { throw new RuntimeError('Variable "canonical" does not exist.'25$this->source); })()), "html"nulltrue);
  351.         
  352.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  353.         
  354.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  355.     }
  356.     // line 34
  357.     public function block_title($context, array $blocks = [])
  358.     {
  359.         $macros $this->macros;
  360.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  361.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  362.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  363.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  364.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'34$this->source); })()), "name", [], "any"falsefalsefalse34)) ? (twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'34$this->source); })()), "name", [], "any"falsefalsefalse34)) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Knowledge Base"))), "html"nulltrue);
  365.         echo " ";
  366.         
  367.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  368.         
  369.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  370.     }
  371.     // line 36
  372.     public function block_metaDescription($context, array $blocks = [])
  373.     {
  374.         $macros $this->macros;
  375.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  377.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  379.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'36$this->source); })()), "metaDescription", [], "any"falsefalsefalse36), "html"nulltrue);
  380.         
  381.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  382.         
  383.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  384.     }
  385.     // line 39
  386.     public function block_metaKeywords($context, array $blocks = [])
  387.     {
  388.         $macros $this->macros;
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  390.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaKeywords"));
  391.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  392.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaKeywords"));
  393.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context) ? $context["websiteConfiguration"] : (function () { throw new RuntimeError('Variable "websiteConfiguration" does not exist.'39$this->source); })()), "metaKeywords", [], "any"falsefalsefalse39), "html"nulltrue);
  394.         
  395.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  396.         
  397.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  398.     }
  399.     // line 48
  400.     public function block_ogtitle($context, array $blocks = [])
  401.     {
  402.         $macros $this->macros;
  403.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  404.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogtitle"));
  405.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  406.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogtitle"));
  407.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("HelpDesk", [], "messages");
  408.         echo " ";
  409.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'48$this->source); })()), "name", [], "any"falsefalsefalse48)) ? (twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'48$this->source); })()), "name", [], "any"falsefalsefalse48)) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Knowledge Base"))), "html"nulltrue);
  410.         
  411.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  412.         
  413.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  414.     }
  415.     // line 49
  416.     public function block_ogcanonical($context, array $blocks = [])
  417.     {
  418.         $macros $this->macros;
  419.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  420.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogcanonical"));
  421.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  422.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogcanonical"));
  423.         echo twig_escape_filter($this->env, (isset($context["canonical"]) || array_key_exists("canonical"$context) ? $context["canonical"] : (function () { throw new RuntimeError('Variable "canonical" does not exist.'49$this->source); })()), "html"nulltrue);
  424.         
  425.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  426.         
  427.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  428.     }
  429.     // line 55
  430.     public function block_twtitle($context, array $blocks = [])
  431.     {
  432.         $macros $this->macros;
  433.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  434.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""twtitle"));
  435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  436.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""twtitle"));
  437.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("HelpDesk", [], "messages");
  438.         echo " ";
  439.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'55$this->source); })()), "name", [], "any"falsefalsefalse55)) ? (twig_get_attribute($this->env$this->source, (isset($context["websiteDetails"]) || array_key_exists("websiteDetails"$context) ? $context["websiteDetails"] : (function () { throw new RuntimeError('Variable "websiteDetails" does not exist.'55$this->source); })()), "name", [], "any"falsefalsefalse55)) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Knowledge Base"))), "html"nulltrue);
  440.         
  441.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  442.         
  443.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  444.     }
  445.     // line 64
  446.     public function block_head($context, array $blocks = [])
  447.     {
  448.         $macros $this->macros;
  449.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  450.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  451.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  452.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  453.         // line 65
  454.         echo "                ";
  455.         $this->loadTemplate("@UVDeskSupportCenter/Knowledgebase/websiteSettings.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"65)->display($context);
  456.         // line 66
  457.         echo "            ";
  458.         
  459.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  460.         
  461.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  462.     }
  463.     // line 77
  464.     public function block_templateCSS($context, array $blocks = [])
  465.     {
  466.         $macros $this->macros;
  467.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  468.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""templateCSS"));
  469.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  470.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""templateCSS"));
  471.         
  472.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  473.         
  474.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  475.     }
  476.     // line 117
  477.     public function block_header($context, array $blocks = [])
  478.     {
  479.         $macros $this->macros;
  480.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  481.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  482.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  483.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  484.         // line 118
  485.         echo "         
  486.             ";
  487.         // line 119
  488.         $this->loadTemplate("@UVDeskSupportCenter/Templates/header.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"119)->display($context);
  489.         // line 120
  490.         echo "        ";
  491.         
  492.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  493.         
  494.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  495.     }
  496.     // line 124
  497.     public function block_tabHeader($context, array $blocks = [])
  498.     {
  499.         $macros $this->macros;
  500.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  501.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabHeader"));
  502.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  503.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabHeader"));
  504.         // line 125
  505.         echo "        ";
  506.         
  507.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  508.         
  509.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  510.     }
  511.     // line 126
  512.     public function block_wrapper($context, array $blocks = [])
  513.     {
  514.         $macros $this->macros;
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  517.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  518.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  519.         // line 127
  520.         echo "            <div class=\"uv-body\">
  521.                 <div class=\"uv-container\">
  522.                     ";
  523.         // line 129
  524.         $this->displayBlock('body'$context$blocks);
  525.         // line 151
  526.         echo "            </div>
  527.         ";
  528.         
  529.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  530.         
  531.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  532.     }
  533.     // line 129
  534.     public function block_body($context, array $blocks = [])
  535.     {
  536.         $macros $this->macros;
  537.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  538.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  539.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  540.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  541.         // line 130
  542.         echo "                        <div class=\"uv-cta-wrapper\">
  543.                             <div class=\"uv-cta-lt\">
  544.                                 <svg
  545.                                 xmlns=\"http://www.w3.org/2000/svg\"
  546.                                 xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  547.                                 width=\"60px\" height=\"60px\">
  548.                                 <path fill-rule=\"evenodd\"  fill=\"rgb(124, 116, 241)\"
  549.                                 d=\"M57.000,12.000 L51.000,12.000 L50.984,38.993 L12.000,39.000 L12.000,45.000 C12.000,46.649 13.351,48.000 15.000,48.000 L48.000,48.000 L60.000,60.000 L60.000,15.000 C60.000,13.351 58.649,12.000 57.000,12.000 ZM45.000,30.000 L45.000,3.000 C45.000,1.351 43.649,0.000 42.000,0.000 L3.000,0.000 C1.351,0.000 -0.000,1.351 -0.000,3.000 L-0.000,45.000 L12.000,33.000 L42.000,33.000 C43.649,33.000 45.000,31.649 45.000,30.000 Z\"/>
  550.                                 </svg>
  551.                             </div>
  552.                             <div class=\"uv-cta-rt\">
  553.                                 <h2>";
  554.         // line 141
  555.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Unable to find an answer?"), "html"nulltrue);
  556.         echo "</h2>
  557.                                 <p>";
  558.         // line 142
  559.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Looking for anything specific article which resides in general queries? Just browse the various relevant folders and categories and then you will find the desired article."), "html"nulltrue);
  560.         echo "
  561.                                 </p>
  562.             \t\t\t\t\t";
  563.         // line 144
  564.         if (((isset($context["websiteConfiguration"]) || array_key_exists("websiteConfiguration"$context)) && twig_get_attribute($this->env$this->source, ($context["websiteConfiguration"] ?? null), "ticketCreateOption", [], "any"truetruefalse144))) {
  565.             // line 145
  566.             echo "                                    <a href=\"";
  567.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("helpdesk_customer_create_ticket");
  568.             echo "\" class=\"uv-btn uv-margin-top-15\">";
  569.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Contact Us"), "html"nulltrue);
  570.             echo "</a>
  571.                                 ";
  572.         }
  573.         // line 147
  574.         echo "                            </div>
  575.                         </div>
  576.                     </div>
  577.                 ";
  578.         
  579.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  580.         
  581.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  582.     }
  583.     // line 154
  584.     public function block_footer($context, array $blocks = [])
  585.     {
  586.         $macros $this->macros;
  587.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  588.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  589.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  590.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  591.         // line 155
  592.         echo "            ";
  593.         $this->loadTemplate("@UVDeskSupportCenter/Templates/footer.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"155)->display($context);
  594.         // line 156
  595.         echo "
  596.             ";
  597.         // line 157
  598.         $this->loadTemplate("@UVDeskSupportCenter/Templates/pagination.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"157)->display($context);
  599.         // line 158
  600.         echo "
  601.             <!-- Loader Template-->
  602.             <script type=\"text/template\" id=\"loader-tmp\">
  603.                 <div class=\"uv-loader\">
  604.                     <span></span>
  605.                     <span></span>
  606.                     <span></span>
  607.                 </div>
  608.             </script>
  609.             <!-- Loader Template-->
  610.             <!-- Full View Loader Template-->
  611.             <script type=\"text/template\" id=\"full-view-loader\">
  612.                 <div class=\"uv-loader-view\">
  613.                     <div class=\"uv-loader\">
  614.                         <span></span>
  615.                         <span></span>
  616.                         <span></span>
  617.                     </div>
  618.                 </div>
  619.             </script>
  620.             <!-- //Full View Loader Template-->
  621.             <!-- Notification Template -->
  622.             <script type=\"text/template\" id=\"notification-template\">
  623.                 <div class=\"uv-notification <% if(alertClass == 'danger') { %>uv-error<% } else { %> <%= 'uv-' + alertClass %> <% } %>\">
  624.                     <span class=\"uv-notification-close\"></span>
  625.                     <p><%= alertMessage %> </p>
  626.                 </div>
  627.             </script>
  628.             <script type=\"text/javascript\">
  629.                 var warningResponse = {
  630.                     'alertClass' : 'danger',
  631.                     'alertMessage' : '";
  632.         // line 191
  633.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Error : Something went wrong, please try again later"), "html"nulltrue);
  634.         echo "',
  635.                 };
  636.             </script>
  637.             ";
  638.         // line 195
  639.         $this->loadTemplate("@UVDeskSupportCenter/Themes/cookiePolicy.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"195)->display($context);
  640.         // line 196
  641.         echo "        ";
  642.         
  643.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  644.         
  645.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  646.     }
  647.     public function getTemplateName()
  648.     {
  649.         return "@UVDeskSupportCenter/Templates/layout.html.twig";
  650.     }
  651.     public function isTraitable()
  652.     {
  653.         return false;
  654.     }
  655.     public function getDebugInfo()
  656.     {
  657.         return array (  731 => 196,  729 => 195,  722 => 191,  687 => 158,  685 => 157,  682 => 156,  679 => 155,  669 => 154,  656 => 147,  648 => 145,  646 => 144,  641 => 142,  637 => 141,  624 => 130,  614 => 129,  603 => 151,  601 => 129,  597 => 127,  587 => 126,  577 => 125,  567 => 124,  557 => 120,  555 => 119,  552 => 118,  542 => 117,  524 => 77,  514 => 66,  511 => 65,  501 => 64,  480 => 55,  461 => 49,  440 => 48,  421 => 39,  402 => 36,  382 => 34,  363 => 25,  351 => 197,  349 => 154,  346 => 153,  343 => 126,  341 => 124,  338 => 123,  336 => 122,  333 => 121,  331 => 117,  321 => 110,  316 => 107,  313 => 106,  304 => 103,  300 => 101,  295 => 100,  286 => 97,  282 => 95,  277 => 94,  275 => 93,  271 => 91,  264 => 87,  261 => 86,  258 => 85,  256 => 84,  252 => 83,  249 => 82,  246 => 81,  244 => 80,  240 => 78,  238 => 77,  235 => 76,  232 => 75,  229 => 74,  226 => 73,  223 => 72,  220 => 71,  217 => 70,  215 => 69,  212 => 68,  209 => 67,  206 => 64,  204 => 63,  201 => 62,  191 => 55,  188 => 54,  182 => 52,  180 => 51,  176 => 50,  172 => 49,  168 => 48,  163 => 46,  156 => 42,  153 => 41,  147 => 39,  144 => 38,  138 => 36,  136 => 35,  131 => 34,  129 => 33,  126 => 32,  120 => 30,  114 => 28,  112 => 27,  106 => 25,  104 => 24,  101 => 23,  98 => 22,  95 => 21,  93 => 20,  88 => 18,  84 => 17,  80 => 16,  65 => 4,  60 => 2,  57 => 1,);
  658.     }
  659.     public function getSourceContext()
  660.     {
  661.         return new Source("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
  662. <html lang=\"{{app.request.getLocale()}}\">
  663.     <head>
  664.         <link rel=\"stylesheet\" href=\"{{ asset('bundles/uvdesksupportcenter/css/knowledgebase.css') }}\">
  665.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/css/bootstrap-datetimepicker.min.css\">
  666.         
  667.         <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js\"></script>
  668.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js\"></script>
  669.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.4.0/backbone-min.js\"></script>
  670.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.validation/0.11.5/backbone-validation-min.js\"></script>
  671.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.paginator/2.0.8/backbone.paginator.min.js\"></script>
  672.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js\"></script>\t
  673.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js\"></script>
  674.         
  675.         <script src=\"{{ asset('bundles/uvdesksupportcenter/js/_common.js') }}\"></script>
  676.         <script src = \"{{ asset('bundles/uvdesksupportcenter/js/uikit.front.js') }}\"></script>
  677.         <script src = \"{{ asset('bundles/uvdeskcoreframework/js/dropdown.js') }}\"></script>
  678.         {% set websiteDetails = user_service.getWebsiteDetails('knowledgebase') %}
  679.         {% set websiteConfiguration = user_service.getWebsiteConfiguration('knowledgebase') %}
  680.         {% set themeTemplate = user_service.getWebsiteView() %}
  681.         {% set canonical = app.request.server.get('REQUEST_SCHEME')~'://'~app.request.server.get('HTTP_HOST')~app.request.server.get('PATH_INFO') %}
  682.         <link rel=\"canonical\" href=\"{% block canonical %}{{canonical}}{% endblock %}\">
  683.         {% if websiteDetails and (websiteDetails.favicon) %}
  684.             <link rel=\"icon\" sizes=\"16x16\" href=\"{{websiteDetails.favicon ? websiteDetails.favicon : null}}\" />
  685.         {% else %}
  686.             <link rel=\"icon\" sizes=\"16x16\" href=\"{{ asset('favicon.ico') }}\" />
  687.         {% endif %}
  688.         {% if websiteDetails %}
  689.             <title>{% block title %}{{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }} {% endblock %}</title>
  690.             {% if websiteConfiguration.metaDescription %}
  691.                 <meta name=\"description\" content=\"{% block metaDescription %}{{ websiteConfiguration.metaDescription }}{% endblock %}\"/>
  692.             {% endif %}
  693.             {% if websiteConfiguration.metaKeywords %}
  694.                 <meta name=\"keywords\" content=\"{% block metaKeywords %}{{ websiteConfiguration.metaKeywords }}{% endblock %}\"/>
  695.             {% endif %}
  696.             <meta http-equiv=\"Content-Type\" content=\"text/html;\" charset=\"{{ _charset }}\"/>
  697.             <meta name=\"robots\" content=\"INDEX,FOLLOW\" />
  698.             <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  699.             <meta property=\"og:locale\" content=\"{{app.request.getLocale()}}\" />
  700.             <meta property=\"og:type\" content=\"article\" />
  701.             <meta property=\"og:title\" content=\"{% block ogtitle %}{% trans %}HelpDesk{% endtrans %} {{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}{% endblock %}\" />
  702.             <meta property=\"og:url\" content=\"{% block ogcanonical %}{{canonical}}{% endblock %}\" />
  703.             <meta property=\"og:site_name\" content=\"{{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}\" />
  704.             {% if websiteDetails.logo %}
  705.                 <meta property=\"og:image\" content=\"{{ websiteDetails.logo }}\" />
  706.             {% endif %}
  707.             <meta name=\"twitter:card\" content=\"summary\" />
  708.             <meta name=\"twitter:title\" content=\"{% block twtitle %}{% trans %}HelpDesk{% endtrans %} {{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}{% endblock %}\" />
  709.             <link rel='dns-prefetch' href='//www.google.com' />
  710.             <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  711.             <link rel='dns-prefetch' href='//fonts.gstatic.com' />
  712.             <link rel='dns-prefetch' href='//cdn.uvdesk.com' />
  713.         {% endif %}
  714.         {% if websiteConfiguration %}
  715.             {% block head %}
  716.                 {% include \"@UVDeskSupportCenter/Knowledgebase/websiteSettings.html.twig\" %}
  717.             {% endblock %}
  718.         {% endif %}
  719.         {% if websiteConfiguration %}
  720.             {% if uvdesk_service.isDarkSkin(websiteConfiguration.brandColor) %}
  721.                 {% include '@UVDeskSupportCenter/Knowledgebase/darkSkin.html.twig' %}
  722.             {% else %}
  723.                 {% include '@UVDeskSupportCenter/Knowledgebase/lightSkin.html.twig' %}
  724.             {% endif %}
  725.         {% endif %}
  726.         {% block templateCSS %}{% endblock %}
  727.     </head>
  728.     {% set bodyClass = '' %}
  729.     {% set bodySkinClass = '' %}
  730.    
  731.     <body class=\"{{ bodySkinClass ~ ' ' ~ bodyClass }}\">
  732.         {% set broadcastMessage = uvdesk_service.getValidBroadcastMessage(websiteConfiguration.broadcastMessage is defined ? websiteConfiguration.broadcastMessage : '') %}
  733.         {% if broadcastMessage %}
  734.             <div class=\"uv-kb-info\" id=\"uv-kb-info-broadcast\">
  735.                 <p>{{ broadcastMessage.message is defined ? broadcastMessage.message : '' }}</p>
  736.                 <span class=\"uv-kb-info-remove\" onclick=\"document.getElementById('uv-kb-info-broadcast').remove()\"></span>
  737.             </div>
  738.         {% endif %}
  739.         <div class=\"uv-notifications-wrapper\">
  740.             {% if uvdesk_service.requestHeadersSent() == false %}
  741.                 {% for flashMessage in app.session.flashbag.get('success') %}
  742.                     <div class=\"uv-notification page-load uv-success\">
  743.                         <span class=\"uv-notification-close\"></span>
  744.                         <p>{{ flashMessage|raw }}</p>
  745.                     </div>
  746.                 {% endfor %}
  747.                 {% for flashMessage in app.session.flashbag.get('warning') %}
  748.                     <div class=\"uv-notification page-load uv-error\">
  749.                         <span class=\"uv-notification-close\"></span>
  750.                         <p>{{ flashMessage|raw }}</p>
  751.                     </div>
  752.                 {% endfor %}
  753.             {% endif %}
  754.             
  755.             <noscript>
  756.                 <div class=\"uv-notification uv-error\">
  757.                     <p>{% trans %}Your browser does not support JavaScript or You disabled JavaScript, Please enable those !{% endtrans %}</p>
  758.                 </div>
  759.                 <style>.uv-loader-view {display: none;}</style>
  760.             </noscript>
  761.         </div>
  762.         {% block header %}
  763.          
  764.             {% include \"@UVDeskSupportCenter/Templates/header.html.twig\" %}
  765.         {% endblock %}
  766.         {% include \"@UVDeskSupportCenter/Templates/breadcrumbs.html.twig\" %}
  767.         {% block tabHeader %}
  768.         {% endblock %}
  769.         {% block wrapper %}
  770.             <div class=\"uv-body\">
  771.                 <div class=\"uv-container\">
  772.                     {% block body %}
  773.                         <div class=\"uv-cta-wrapper\">
  774.                             <div class=\"uv-cta-lt\">
  775.                                 <svg
  776.                                 xmlns=\"http://www.w3.org/2000/svg\"
  777.                                 xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  778.                                 width=\"60px\" height=\"60px\">
  779.                                 <path fill-rule=\"evenodd\"  fill=\"rgb(124, 116, 241)\"
  780.                                 d=\"M57.000,12.000 L51.000,12.000 L50.984,38.993 L12.000,39.000 L12.000,45.000 C12.000,46.649 13.351,48.000 15.000,48.000 L48.000,48.000 L60.000,60.000 L60.000,15.000 C60.000,13.351 58.649,12.000 57.000,12.000 ZM45.000,30.000 L45.000,3.000 C45.000,1.351 43.649,0.000 42.000,0.000 L3.000,0.000 C1.351,0.000 -0.000,1.351 -0.000,3.000 L-0.000,45.000 L12.000,33.000 L42.000,33.000 C43.649,33.000 45.000,31.649 45.000,30.000 Z\"/>
  781.                                 </svg>
  782.                             </div>
  783.                             <div class=\"uv-cta-rt\">
  784.                                 <h2>{{\"Unable to find an answer?\"|trans}}</h2>
  785.                                 <p>{{\"Looking for anything specific article which resides in general queries? Just browse the various relevant folders and categories and then you will find the desired article.\"|trans}}
  786.                                 </p>
  787.             \t\t\t\t\t{% if websiteConfiguration is defined and websiteConfiguration.ticketCreateOption is defined %}
  788.                                     <a href=\"{{ path('helpdesk_customer_create_ticket') }}\" class=\"uv-btn uv-margin-top-15\">{{'Contact Us'|trans}}</a>
  789.                                 {% endif %}
  790.                             </div>
  791.                         </div>
  792.                     </div>
  793.                 {% endblock %}
  794.             </div>
  795.         {% endblock %}
  796.         {% block footer %}
  797.             {% include \"@UVDeskSupportCenter/Templates/footer.html.twig\" %}
  798.             {% include \"@UVDeskSupportCenter/Templates/pagination.html.twig\" %}
  799.             <!-- Loader Template-->
  800.             <script type=\"text/template\" id=\"loader-tmp\">
  801.                 <div class=\"uv-loader\">
  802.                     <span></span>
  803.                     <span></span>
  804.                     <span></span>
  805.                 </div>
  806.             </script>
  807.             <!-- Loader Template-->
  808.             <!-- Full View Loader Template-->
  809.             <script type=\"text/template\" id=\"full-view-loader\">
  810.                 <div class=\"uv-loader-view\">
  811.                     <div class=\"uv-loader\">
  812.                         <span></span>
  813.                         <span></span>
  814.                         <span></span>
  815.                     </div>
  816.                 </div>
  817.             </script>
  818.             <!-- //Full View Loader Template-->
  819.             <!-- Notification Template -->
  820.             <script type=\"text/template\" id=\"notification-template\">
  821.                 <div class=\"uv-notification <% if(alertClass == 'danger') { %>uv-error<% } else { %> <%= 'uv-' + alertClass %> <% } %>\">
  822.                     <span class=\"uv-notification-close\"></span>
  823.                     <p><%= alertMessage %> </p>
  824.                 </div>
  825.             </script>
  826.             <script type=\"text/javascript\">
  827.                 var warningResponse = {
  828.                     'alertClass' : 'danger',
  829.                     'alertMessage' : '{{ \"Error : Something went wrong, please try again later\"|trans }}',
  830.                 };
  831.             </script>
  832.             {% include('@UVDeskSupportCenter/Themes/cookiePolicy.html.twig') %}
  833.         {% endblock %}
  834.     </body>
  835. </html>
  836. ""@UVDeskSupportCenter/Templates/layout.html.twig""/var/www/uvdesk/vendor/uvdesk/support-center-bundle/Resources/views/Templates/layout.html.twig");
  837.     }
  838. }