source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
env, ($context["filename_template"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/export/options_output_format.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 60 => 12, 58 => 11, 53 => 9, 49 => 7, 43 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_format.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_output_format.twig");
}
}