/home/suroeste/tmp/pma_template_compiles_suroeste/twig/ed
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/ed/edcc3a6107a715254a8b50194efa6915.php (3183B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
(( !Twig\Extension\CoreExtension::testEmpty(($context["dropdown_question"] ?? null))) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["dropdown_question"] ?? null), "html", null, true)) : (yield ""));
// line 2
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "table/relation/dropdown_generate.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 68 => 9, 59 => 6, 53 => 5, 49 => 4, 45 => 3, 40 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/relation/dropdown_generate.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/relation/dropdown_generate.twig");
}
}