source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 if ((($context["type"] ?? null) == "row")) { // line 3 echo " "; echo _gettext("Add/Delete criteria rows"); echo ": "; } else { // line 5 echo " "; echo _gettext("Add/Delete columns"); echo ": "; } // line 7 echo "
"; } public function getTemplateName() { return "database/qbe/footer_options.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 54 => 7, 48 => 5, 42 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/qbe/footer_options.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/qbe/footer_options.twig"); } }