source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "env, ($context["group"] ?? null), "html", null, true); echo "\"> env, ($context["colspan"] ?? null), "html", null, true); echo "\"> "; // line 3 echo twig_escape_filter($this->env, ($context["header_text"] ?? null), "html", null, true); echo " "; } public function getTemplateName() { return "config/form_display/group_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 46 => 3, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "config/form_display/group_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/group_header.twig"); } }