var/cache/dev/twig/db/db430287f020795ea02676c72a4647ed.php line 44

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @UVDeskSupportCenter//Knowledgebase//index.html.twig */
  16. class __TwigTemplate_56e33b18877a0ae887906d6bc43b8029 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'body' => [$this'block_body'],
  29.             'footer' => [$this'block_footer'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "@UVDeskSupportCenter/Templates/layout.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter//Knowledgebase//index.html.twig"));
  42.         $this->parent $this->loadTemplate("@UVDeskSupportCenter/Templates/layout.html.twig""@UVDeskSupportCenter//Knowledgebase//index.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.     }
  47.     // line 3
  48.     /**
  49.      * @return iterable<null|scalar|\Stringable>
  50.      */
  51.     public function block_body(array $context, array $blocks = []): iterable
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  56.         // line 4
  57.         yield "\t<style>
  58. \t\t.uv-kb-info {
  59. \t\t\tword-break: break-all;
  60. \t\t}
  61. \t</style>
  62. \t
  63. \t";
  64.         // line 10
  65.         $context["themeTemplate"] = ((($context["themeTemplate"] ?? null)) ? (($context["themeTemplate"] ?? null)) : ("masonryView"));
  66.         // line 11
  67.         yield "\t";
  68.         yield from         $this->loadTemplate((("@UVDeskSupportCenter/Themes/" . ($context["themeTemplate"] ?? null)) . ".html.twig"), "@UVDeskSupportCenter//Knowledgebase//index.html.twig"11)->unwrap()->yield($context);
  69.         // line 12
  70.         yield "\t";
  71.         yield from $this->yieldParentBlock("body"$context$blocks);
  72.         yield "
  73. ";
  74.         
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  76.         yield from [];
  77.     }
  78.     // line 15
  79.     /**
  80.      * @return iterable<null|scalar|\Stringable>
  81.      */
  82.     public function block_footer(array $context, array $blocks = []): iterable
  83.     {
  84.         $macros $this->macros;
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  87.         // line 16
  88.         yield "\t";
  89.         yield from $this->yieldParentBlock("footer"$context$blocks);
  90.         yield "
  91. ";
  92.         
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  94.         yield from [];
  95.     }
  96.     /**
  97.      * @codeCoverageIgnore
  98.      */
  99.     public function getTemplateName(): string
  100.     {
  101.         return "@UVDeskSupportCenter//Knowledgebase//index.html.twig";
  102.     }
  103.     /**
  104.      * @codeCoverageIgnore
  105.      */
  106.     public function isTraitable(): bool
  107.     {
  108.         return false;
  109.     }
  110.     /**
  111.      * @codeCoverageIgnore
  112.      */
  113.     public function getDebugInfo(): array
  114.     {
  115.         return array (  102 => 16,  92 => 15,  81 => 12,  78 => 11,  76 => 10,  68 => 4,  58 => 3,  41 => 1,);
  116.     }
  117.     public function getSourceContext(): Source
  118.     {
  119.         return new Source("""@UVDeskSupportCenter//Knowledgebase//index.html.twig""/home/supportdranzo/public_html/vendor/uvdesk/support-center-bundle/Resources/views/Knowledgebase/index.html.twig");
  120.     }
  121. }