source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 3 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["templates"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["template"]) { // line 4 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['template'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "display/export/template_options.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 54 => 5, 47 => 4, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/template_options.twig", "/usr/local/www/phpMyAdmin/templates/display/export/template_options.twig"); } }