source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 (( !twig_test_empty(($context["dropdown_question"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["dropdown_question"] ?? null), "html", null, true))) : (print (""))); // line 2 echo " "; } public function getTemplateName() { return "table/relation/dropdown_generate.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 9, 58 => 6, 52 => 5, 48 => 4, 44 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/relation/dropdown_generate.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/relation/dropdown_generate.twig"); } }