var/cache/dev/twig/4b/4bd75bec6307b3d7c4b89c8fd223fd81.php line 290

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_915bfd9a222c754498f121a82bcb430a 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter/Templates/layout.html.twig"));
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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.     ";
  236.         // line 83
  237.         if ((twig_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.'83$this->source); })()), "request", [], "any"falsefalsefalse83), "locale", [], "any"falsefalsefalse83) == "ar")) {
  238.             // line 84
  239.             echo "        ";
  240.             $context["bodyClass"] = "uv-rtl";
  241.             // line 85
  242.             echo "    ";
  243.         }
  244.         // line 86
  245.         echo "
  246.     <body class=\"";
  247.         // line 87
  248.         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.'87$this->source); })()) . " ") . (isset($context["bodyClass"]) || array_key_exists("bodyClass"$context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.'87$this->source); })())), "html"nulltrue);
  249.         echo "\">
  250.         ";
  251.         // line 88
  252.         $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.'88$this->source); })()), "getValidBroadcastMessage", [=> ((twig_get_attribute($this->env$this->source, ($context["websiteConfiguration"] ?? null), "broadcastMessage", [], "any"truetruefalse88)) ? (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.'88$this->source); })()), "broadcastMessage", [], "any"falsefalsefalse88)) : (""))], "method"falsefalsefalse88);
  253.         // line 89
  254.         echo "        ";
  255.         if ((isset($context["broadcastMessage"]) || array_key_exists("broadcastMessage"$context) ? $context["broadcastMessage"] : (function () { throw new RuntimeError('Variable "broadcastMessage" does not exist.'89$this->source); })())) {
  256.             // line 90
  257.             echo "            <div class=\"uv-kb-info\" id=\"uv-kb-info-broadcast\">
  258.                 <p>";
  259.             // line 91
  260.             ((twig_get_attribute($this->env$this->source, ($context["broadcastMessage"] ?? null), "message", [], "any"truetruefalse91)) ? (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.'91$this->source); })()), "message", [], "any"falsefalsefalse91), "html"nulltrue))) : (print ("")));
  261.             echo "</p>
  262.                 <span class=\"uv-kb-info-remove\" onclick=\"document.getElementById('uv-kb-info-broadcast').remove()\"></span>
  263.             </div>
  264.         ";
  265.         }
  266.         // line 95
  267.         echo "
  268.         <div class=\"uv-notifications-wrapper\">
  269.             ";
  270.         // line 97
  271.         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.'97$this->source); })()), "requestHeadersSent", [], "method"falsefalsefalse97) == false)) {
  272.             // line 98
  273.             echo "                ";
  274.             $context['_parent'] = $context;
  275.             $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.'98$this->source); })()), "session", [], "any"falsefalsefalse98), "flashbag", [], "any"falsefalsefalse98), "get", [=> "success"], "method"falsefalsefalse98));
  276.             foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  277.                 // line 99
  278.                 echo "                    <div class=\"uv-notification page-load uv-success\">
  279.                         <span class=\"uv-notification-close\"></span>
  280.                         <p>";
  281.                 // line 101
  282.                 echo $context["flashMessage"];
  283.                 echo "</p>
  284.                     </div>
  285.                 ";
  286.             }
  287.             $_parent $context['_parent'];
  288.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  289.             $context array_intersect_key($context$_parent) + $_parent;
  290.             // line 104
  291.             echo "                ";
  292.             $context['_parent'] = $context;
  293.             $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.'104$this->source); })()), "session", [], "any"falsefalsefalse104), "flashbag", [], "any"falsefalsefalse104), "get", [=> "warning"], "method"falsefalsefalse104));
  294.             foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  295.                 // line 105
  296.                 echo "                    <div class=\"uv-notification page-load uv-error\">
  297.                         <span class=\"uv-notification-close\"></span>
  298.                         <p>";
  299.                 // line 107
  300.                 echo $context["flashMessage"];
  301.                 echo "</p>
  302.                     </div>
  303.                 ";
  304.             }
  305.             $_parent $context['_parent'];
  306.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  307.             $context array_intersect_key($context$_parent) + $_parent;
  308.             // line 110
  309.             echo "            ";
  310.         }
  311.         // line 111
  312.         echo "            
  313.             <noscript>
  314.                 <div class=\"uv-notification uv-error\">
  315.                     <p>";
  316.         // line 114
  317.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Your browser does not support JavaScript or You disabled JavaScript, Please enable those !", [], "messages");
  318.         echo "</p>
  319.                 </div>
  320.                 <style>.uv-loader-view {display: none;}</style>
  321.             </noscript>
  322.         </div>
  323.         ";
  324.         // line 121
  325.         $this->displayBlock('header'$context$blocks);
  326.         // line 125
  327.         echo "
  328.         ";
  329.         // line 126
  330.         $this->loadTemplate("@UVDeskSupportCenter/Templates/breadcrumbs.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"126)->display($context);
  331.         // line 127
  332.         echo "
  333.         ";
  334.         // line 128
  335.         $this->displayBlock('tabHeader'$context$blocks);
  336.         // line 130
  337.         echo "        ";
  338.         $this->displayBlock('wrapper'$context$blocks);
  339.         // line 158
  340.         echo "
  341.         ";
  342.         // line 159
  343.         $this->displayBlock('footer'$context$blocks);
  344.         // line 202
  345.         echo "    </body>
  346. </html>
  347. ";
  348.         
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  350.         
  351.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  352.     }
  353.     // line 25
  354.     public function block_canonical($context, array $blocks = [])
  355.     {
  356.         $macros $this->macros;
  357.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  358.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  359.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  360.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  361.         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);
  362.         
  363.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  364.         
  365.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  366.     }
  367.     // line 34
  368.     public function block_title($context, array $blocks = [])
  369.     {
  370.         $macros $this->macros;
  371.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  372.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  373.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  374.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  375.         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);
  376.         echo " ";
  377.         
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  379.         
  380.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  381.     }
  382.     // line 36
  383.     public function block_metaDescription($context, array $blocks = [])
  384.     {
  385.         $macros $this->macros;
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  388.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  390.         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);
  391.         
  392.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  393.         
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  395.     }
  396.     // line 39
  397.     public function block_metaKeywords($context, array $blocks = [])
  398.     {
  399.         $macros $this->macros;
  400.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  401.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaKeywords"));
  402.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  403.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaKeywords"));
  404.         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);
  405.         
  406.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  407.         
  408.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  409.     }
  410.     // line 48
  411.     public function block_ogtitle($context, array $blocks = [])
  412.     {
  413.         $macros $this->macros;
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  415.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogtitle"));
  416.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  417.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogtitle"));
  418.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("HelpDesk", [], "messages");
  419.         echo " ";
  420.         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);
  421.         
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  423.         
  424.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  425.     }
  426.     // line 49
  427.     public function block_ogcanonical($context, array $blocks = [])
  428.     {
  429.         $macros $this->macros;
  430.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  431.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogcanonical"));
  432.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  433.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogcanonical"));
  434.         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);
  435.         
  436.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  437.         
  438.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  439.     }
  440.     // line 55
  441.     public function block_twtitle($context, array $blocks = [])
  442.     {
  443.         $macros $this->macros;
  444.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  445.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""twtitle"));
  446.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  447.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""twtitle"));
  448.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("HelpDesk", [], "messages");
  449.         echo " ";
  450.         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);
  451.         
  452.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  453.         
  454.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  455.     }
  456.     // line 64
  457.     public function block_head($context, array $blocks = [])
  458.     {
  459.         $macros $this->macros;
  460.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  462.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  463.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  464.         // line 65
  465.         echo "                ";
  466.         $this->loadTemplate("@UVDeskSupportCenter/Knowledgebase/websiteSettings.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"65)->display($context);
  467.         // line 66
  468.         echo "            ";
  469.         
  470.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  471.         
  472.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  473.     }
  474.     // line 77
  475.     public function block_templateCSS($context, array $blocks = [])
  476.     {
  477.         $macros $this->macros;
  478.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  479.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""templateCSS"));
  480.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  481.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""templateCSS"));
  482.         
  483.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  484.         
  485.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  486.     }
  487.     // line 121
  488.     public function block_header($context, array $blocks = [])
  489.     {
  490.         $macros $this->macros;
  491.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  492.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  493.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  494.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  495.         // line 122
  496.         echo "         
  497.             ";
  498.         // line 123
  499.         $this->loadTemplate("@UVDeskSupportCenter/Templates/header.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"123)->display($context);
  500.         // line 124
  501.         echo "        ";
  502.         
  503.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  504.         
  505.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  506.     }
  507.     // line 128
  508.     public function block_tabHeader($context, array $blocks = [])
  509.     {
  510.         $macros $this->macros;
  511.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  512.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabHeader"));
  513.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  514.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tabHeader"));
  515.         // line 129
  516.         echo "        ";
  517.         
  518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  519.         
  520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  521.     }
  522.     // line 130
  523.     public function block_wrapper($context, array $blocks = [])
  524.     {
  525.         $macros $this->macros;
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  527.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  528.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  529.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  530.         // line 131
  531.         echo "            <div class=\"uv-body\">
  532.                 <div class=\"uv-container\">
  533.                     ";
  534.         // line 133
  535.         $this->displayBlock('body'$context$blocks);
  536.         // line 155
  537.         echo "                </div>   
  538.             </div>
  539.         ";
  540.         
  541.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  542.         
  543.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  544.     }
  545.     // line 133
  546.     public function block_body($context, array $blocks = [])
  547.     {
  548.         $macros $this->macros;
  549.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  550.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  551.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  552.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  553.         // line 134
  554.         echo "                        ";
  555.         if ((array_key_exists("websiteConfiguration"$context) && 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.'134$this->source); })()), "ticketCreateOption", [], "any"falsefalsefalse134))) {
  556.             // line 135
  557.             echo "                            ";
  558.             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.'135$this->source); })()), "loginRequiredToCreate", [], "any"falsefalsefalse135) || twig_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.'135$this->source); })()), "user", [], "any"falsefalsefalse135))) {
  559.                 // line 136
  560.                 echo "                                <div class=\"uv-cta-wrapper\">
  561.                                     <div class=\"uv-cta-lt\">
  562.                                         <svg
  563.                                         xmlns=\"http://www.w3.org/2000/svg\"
  564.                                         xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  565.                                         width=\"60px\" height=\"60px\">
  566.                                         <path fill-rule=\"evenodd\"  fill=\"rgb(124, 116, 241)\"
  567.                                         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\"/>
  568.                                         </svg>
  569.                                     </div>
  570.                                     <div class=\"uv-cta-rt\">
  571.                                         <h2>";
  572.                 // line 147
  573.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Unable to find an answer?"), "html"nulltrue);
  574.                 echo "</h2>
  575.                                         <p>";
  576.                 // line 148
  577.                 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);
  578.                 echo "</p>
  579.                                         <a href=\"";
  580.                 // line 149
  581.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("helpdesk_customer_create_ticket");
  582.                 echo "\" class=\"uv-btn uv-margin-top-15\">";
  583.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Contact Us"), "html"nulltrue);
  584.                 echo "</a>
  585.                                     </div>
  586.                                 </div>
  587.                             ";
  588.             }
  589.             // line 153
  590.             echo "                        ";
  591.         }
  592.         echo 
  593.                     ";
  594.         
  595.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  596.         
  597.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  598.     }
  599.     // line 159
  600.     public function block_footer($context, array $blocks = [])
  601.     {
  602.         $macros $this->macros;
  603.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  604.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  605.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  606.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  607.         // line 160
  608.         echo "            ";
  609.         $this->loadTemplate("@UVDeskSupportCenter/Templates/footer.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"160)->display($context);
  610.         // line 161
  611.         echo "
  612.             ";
  613.         // line 162
  614.         $this->loadTemplate("@UVDeskSupportCenter/Templates/pagination.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"162)->display($context);
  615.         // line 163
  616.         echo "
  617.             <!-- Loader Template-->
  618.             <script type=\"text/template\" id=\"loader-tmp\">
  619.                 <div class=\"uv-loader\">
  620.                     <span></span>
  621.                     <span></span>
  622.                     <span></span>
  623.                 </div>
  624.             </script>
  625.             <!-- Loader Template-->
  626.             <!-- Full View Loader Template-->
  627.             <script type=\"text/template\" id=\"full-view-loader\">
  628.                 <div class=\"uv-loader-view\">
  629.                     <div class=\"uv-loader\">
  630.                         <span></span>
  631.                         <span></span>
  632.                         <span></span>
  633.                     </div>
  634.                 </div>
  635.             </script>
  636.             <!-- //Full View Loader Template-->
  637.             <!-- Notification Template -->
  638.             <script type=\"text/template\" id=\"notification-template\">
  639.                 <div class=\"uv-notification <% if(alertClass == 'danger') { %>uv-error<% } else { %> <%= 'uv-' + alertClass %> <% } %>\">
  640.                     <span class=\"uv-notification-close\"></span>
  641.                     <p><%= alertMessage %> </p>
  642.                 </div>
  643.             </script>
  644.             <script type=\"text/javascript\">
  645.                 var warningResponse = {
  646.                     'alertClass' : 'danger',
  647.                     'alertMessage' : '";
  648.         // line 196
  649.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Error : Something went wrong, please try again later"), "html"nulltrue);
  650.         echo "',
  651.                 };
  652.             </script>
  653.             ";
  654.         // line 200
  655.         $this->loadTemplate("@UVDeskSupportCenter/Themes/cookiePolicy.html.twig""@UVDeskSupportCenter/Templates/layout.html.twig"200)->display($context);
  656.         // line 201
  657.         echo "        ";
  658.         
  659.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  660.         
  661.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  662.     }
  663.     public function getTemplateName()
  664.     {
  665.         return "@UVDeskSupportCenter/Templates/layout.html.twig";
  666.     }
  667.     public function isTraitable()
  668.     {
  669.         return false;
  670.     }
  671.     public function getDebugInfo()
  672.     {
  673.         return array (  747 => 201,  745 => 200,  738 => 196,  703 => 163,  701 => 162,  698 => 161,  695 => 160,  685 => 159,  672 => 153,  663 => 149,  659 => 148,  655 => 147,  642 => 136,  639 => 135,  636 => 134,  626 => 133,  614 => 155,  612 => 133,  608 => 131,  598 => 130,  588 => 129,  578 => 128,  568 => 124,  566 => 123,  563 => 122,  553 => 121,  535 => 77,  525 => 66,  522 => 65,  512 => 64,  491 => 55,  472 => 49,  451 => 48,  432 => 39,  413 => 36,  393 => 34,  374 => 25,  362 => 202,  360 => 159,  357 => 158,  354 => 130,  352 => 128,  349 => 127,  347 => 126,  344 => 125,  342 => 121,  332 => 114,  327 => 111,  324 => 110,  315 => 107,  311 => 105,  306 => 104,  297 => 101,  293 => 99,  288 => 98,  286 => 97,  282 => 95,  275 => 91,  272 => 90,  269 => 89,  267 => 88,  263 => 87,  260 => 86,  257 => 85,  254 => 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,);
  674.     }
  675.     public function getSourceContext()
  676.     {
  677.         return new Source("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
  678. <html lang=\"{{app.request.getLocale()}}\">
  679.     <head>
  680.         <link rel=\"stylesheet\" href=\"{{ asset('bundles/uvdesksupportcenter/css/knowledgebase.css') }}\">
  681.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/css/bootstrap-datetimepicker.min.css\">
  682.         
  683.         <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js\"></script>
  684.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js\"></script>
  685.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.4.0/backbone-min.js\"></script>
  686.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.validation/0.11.5/backbone-validation-min.js\"></script>
  687.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/backbone.paginator/2.0.8/backbone.paginator.min.js\"></script>
  688.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js\"></script>\t
  689.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js\"></script>
  690.         
  691.         <script src=\"{{ asset('bundles/uvdesksupportcenter/js/_common.js') }}\"></script>
  692.         <script src = \"{{ asset('bundles/uvdesksupportcenter/js/uikit.front.js') }}\"></script>
  693.         <script src = \"{{ asset('bundles/uvdeskcoreframework/js/dropdown.js') }}\"></script>
  694.         {% set websiteDetails = user_service.getWebsiteDetails('knowledgebase') %}
  695.         {% set websiteConfiguration = user_service.getWebsiteConfiguration('knowledgebase') %}
  696.         {% set themeTemplate = user_service.getWebsiteView() %}
  697.         {% set canonical = app.request.server.get('REQUEST_SCHEME')~'://'~app.request.server.get('HTTP_HOST')~app.request.server.get('PATH_INFO') %}
  698.         <link rel=\"canonical\" href=\"{% block canonical %}{{canonical}}{% endblock %}\">
  699.         {% if websiteDetails and (websiteDetails.favicon) %}
  700.             <link rel=\"icon\" sizes=\"16x16\" href=\"{{websiteDetails.favicon ? websiteDetails.favicon : null}}\" />
  701.         {% else %}
  702.             <link rel=\"icon\" sizes=\"16x16\" href=\"{{ asset('favicon.ico') }}\" />
  703.         {% endif %}
  704.         {% if websiteDetails %}
  705.             <title>{% block title %}{{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }} {% endblock %}</title>
  706.             {% if websiteConfiguration.metaDescription %}
  707.                 <meta name=\"description\" content=\"{% block metaDescription %}{{ websiteConfiguration.metaDescription }}{% endblock %}\"/>
  708.             {% endif %}
  709.             {% if websiteConfiguration.metaKeywords %}
  710.                 <meta name=\"keywords\" content=\"{% block metaKeywords %}{{ websiteConfiguration.metaKeywords }}{% endblock %}\"/>
  711.             {% endif %}
  712.             <meta http-equiv=\"Content-Type\" content=\"text/html;\" charset=\"{{ _charset }}\"/>
  713.             <meta name=\"robots\" content=\"INDEX,FOLLOW\" />
  714.             <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  715.             <meta property=\"og:locale\" content=\"{{app.request.getLocale()}}\" />
  716.             <meta property=\"og:type\" content=\"article\" />
  717.             <meta property=\"og:title\" content=\"{% block ogtitle %}{% trans %}HelpDesk{% endtrans %} {{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}{% endblock %}\" />
  718.             <meta property=\"og:url\" content=\"{% block ogcanonical %}{{canonical}}{% endblock %}\" />
  719.             <meta property=\"og:site_name\" content=\"{{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}\" />
  720.             {% if websiteDetails.logo %}
  721.                 <meta property=\"og:image\" content=\"{{ websiteDetails.logo }}\" />
  722.             {% endif %}
  723.             <meta name=\"twitter:card\" content=\"summary\" />
  724.             <meta name=\"twitter:title\" content=\"{% block twtitle %}{% trans %}HelpDesk{% endtrans %} {{ websiteDetails.name ? websiteDetails.name : 'Knowledge Base'|trans }}{% endblock %}\" />
  725.             <link rel='dns-prefetch' href='//www.google.com' />
  726.             <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  727.             <link rel='dns-prefetch' href='//fonts.gstatic.com' />
  728.             <link rel='dns-prefetch' href='//cdn.uvdesk.com' />
  729.         {% endif %}
  730.         {% if websiteConfiguration %}
  731.             {% block head %}
  732.                 {% include \"@UVDeskSupportCenter/Knowledgebase/websiteSettings.html.twig\" %}
  733.             {% endblock %}
  734.         {% endif %}
  735.         {% if websiteConfiguration %}
  736.             {% if uvdesk_service.isDarkSkin(websiteConfiguration.brandColor) %}
  737.                 {% include '@UVDeskSupportCenter/Knowledgebase/darkSkin.html.twig' %}
  738.             {% else %}
  739.                 {% include '@UVDeskSupportCenter/Knowledgebase/lightSkin.html.twig' %}
  740.             {% endif %}
  741.         {% endif %}
  742.         {% block templateCSS %}{% endblock %}
  743.     </head>
  744.     {% set bodyClass = '' %}
  745.     {% set bodySkinClass = '' %}
  746.     {% if app.request.locale == \"ar\" %}
  747.         {% set bodyClass = 'uv-rtl' %}
  748.     {% endif %}
  749.     <body class=\"{{ bodySkinClass ~ ' ' ~ bodyClass }}\">
  750.         {% set broadcastMessage = uvdesk_service.getValidBroadcastMessage(websiteConfiguration.broadcastMessage is defined ? websiteConfiguration.broadcastMessage : '') %}
  751.         {% if broadcastMessage %}
  752.             <div class=\"uv-kb-info\" id=\"uv-kb-info-broadcast\">
  753.                 <p>{{ broadcastMessage.message is defined ? broadcastMessage.message : '' }}</p>
  754.                 <span class=\"uv-kb-info-remove\" onclick=\"document.getElementById('uv-kb-info-broadcast').remove()\"></span>
  755.             </div>
  756.         {% endif %}
  757.         <div class=\"uv-notifications-wrapper\">
  758.             {% if uvdesk_service.requestHeadersSent() == false %}
  759.                 {% for flashMessage in app.session.flashbag.get('success') %}
  760.                     <div class=\"uv-notification page-load uv-success\">
  761.                         <span class=\"uv-notification-close\"></span>
  762.                         <p>{{ flashMessage|raw }}</p>
  763.                     </div>
  764.                 {% endfor %}
  765.                 {% for flashMessage in app.session.flashbag.get('warning') %}
  766.                     <div class=\"uv-notification page-load uv-error\">
  767.                         <span class=\"uv-notification-close\"></span>
  768.                         <p>{{ flashMessage|raw }}</p>
  769.                     </div>
  770.                 {% endfor %}
  771.             {% endif %}
  772.             
  773.             <noscript>
  774.                 <div class=\"uv-notification uv-error\">
  775.                     <p>{% trans %}Your browser does not support JavaScript or You disabled JavaScript, Please enable those !{% endtrans %}</p>
  776.                 </div>
  777.                 <style>.uv-loader-view {display: none;}</style>
  778.             </noscript>
  779.         </div>
  780.         {% block header %}
  781.          
  782.             {% include \"@UVDeskSupportCenter/Templates/header.html.twig\" %}
  783.         {% endblock %}
  784.         {% include \"@UVDeskSupportCenter/Templates/breadcrumbs.html.twig\" %}
  785.         {% block tabHeader %}
  786.         {% endblock %}
  787.         {% block wrapper %}
  788.             <div class=\"uv-body\">
  789.                 <div class=\"uv-container\">
  790.                     {% block body %}
  791.                         {% if websiteConfiguration is defined and websiteConfiguration.ticketCreateOption %}
  792.                             {% if not websiteConfiguration.loginRequiredToCreate or app.user %}
  793.                                 <div class=\"uv-cta-wrapper\">
  794.                                     <div class=\"uv-cta-lt\">
  795.                                         <svg
  796.                                         xmlns=\"http://www.w3.org/2000/svg\"
  797.                                         xmlns:xlink=\"http://www.w3.org/1999/xlink\"
  798.                                         width=\"60px\" height=\"60px\">
  799.                                         <path fill-rule=\"evenodd\"  fill=\"rgb(124, 116, 241)\"
  800.                                         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\"/>
  801.                                         </svg>
  802.                                     </div>
  803.                                     <div class=\"uv-cta-rt\">
  804.                                         <h2>{{\"Unable to find an answer?\"|trans}}</h2>
  805.                                         <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}}</p>
  806.                                         <a href=\"{{ path('helpdesk_customer_create_ticket') }}\" class=\"uv-btn uv-margin-top-15\">{{'Contact Us'|trans}}</a>
  807.                                     </div>
  808.                                 </div>
  809.                             {% endif %}
  810.                         {% endif %} 
  811.                     {% endblock %}
  812.                 </div>   
  813.             </div>
  814.         {% endblock %}
  815.         {% block footer %}
  816.             {% include \"@UVDeskSupportCenter/Templates/footer.html.twig\" %}
  817.             {% include \"@UVDeskSupportCenter/Templates/pagination.html.twig\" %}
  818.             <!-- Loader Template-->
  819.             <script type=\"text/template\" id=\"loader-tmp\">
  820.                 <div class=\"uv-loader\">
  821.                     <span></span>
  822.                     <span></span>
  823.                     <span></span>
  824.                 </div>
  825.             </script>
  826.             <!-- Loader Template-->
  827.             <!-- Full View Loader Template-->
  828.             <script type=\"text/template\" id=\"full-view-loader\">
  829.                 <div class=\"uv-loader-view\">
  830.                     <div class=\"uv-loader\">
  831.                         <span></span>
  832.                         <span></span>
  833.                         <span></span>
  834.                     </div>
  835.                 </div>
  836.             </script>
  837.             <!-- //Full View Loader Template-->
  838.             <!-- Notification Template -->
  839.             <script type=\"text/template\" id=\"notification-template\">
  840.                 <div class=\"uv-notification <% if(alertClass == 'danger') { %>uv-error<% } else { %> <%= 'uv-' + alertClass %> <% } %>\">
  841.                     <span class=\"uv-notification-close\"></span>
  842.                     <p><%= alertMessage %> </p>
  843.                 </div>
  844.             </script>
  845.             <script type=\"text/javascript\">
  846.                 var warningResponse = {
  847.                     'alertClass' : 'danger',
  848.                     'alertMessage' : '{{ \"Error : Something went wrong, please try again later\"|trans }}',
  849.                 };
  850.             </script>
  851.             {% include('@UVDeskSupportCenter/Themes/cookiePolicy.html.twig') %}
  852.         {% endblock %}
  853.     </body>
  854. </html>
  855. ""@UVDeskSupportCenter/Templates/layout.html.twig""/var/www/vhosts/kuckuck.app/support.kuckuck.app/vendor/uvdesk/support-center-bundle/Resources/views/Templates/layout.html.twig");
  856.     }
  857. }