source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; echo _gettext("Filters"); // line 2 echo "
env, ($context["filter_value"] ?? null), "html", null, true); echo "\">
"; } public function getTemplateName() { return "filter.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 50 => 6, 46 => 4, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig"); } }