source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((($context["export_method"] ?? null) != "custom-no-form")) { // line 2 echo "
"; } } public function getTemplateName() { return "display/export/method.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 68 => 18, 66 => 17, 61 => 15, 55 => 10, 53 => 9, 48 => 7, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/method.twig", "/usr/local/www/phpMyAdmin/templates/display/export/method.twig"); } }