source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 4 echo _gettext("Define new aliases"); echo "
"; } public function getTemplateName() { return "export/alias_add.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 111 => 46, 105 => 43, 96 => 37, 88 => 32, 82 => 29, 73 => 23, 65 => 18, 59 => 15, 50 => 9, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "export/alias_add.twig", "/usr/local/www/phpMyAdmin/templates/export/alias_add.twig"); } }