source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 2 echo _gettext("Output:"); echo "

"); // line 53 echo "
"; } public function getTemplateName() { return "display/export/options_output.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 144 => 53, 142 => 51, 136 => 47, 131 => 44, 125 => 42, 123 => 41, 118 => 39, 115 => 38, 109 => 36, 107 => 35, 102 => 33, 99 => 32, 93 => 30, 91 => 29, 87 => 27, 85 => 26, 80 => 24, 76 => 21, 69 => 17, 64 => 15, 60 => 12, 58 => 11, 53 => 8, 51 => 7, 46 => 5, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/options_output.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_output.twig"); } }