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

        
"; } public function getTemplateName() { return "modals/preview_sql_confirmation.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 15, 59 => 14, 48 => 6, 44 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "modals/preview_sql_confirmation.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/modals/preview_sql_confirmation.twig"); } }