source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
}
public function getTemplateName()
{
return "display/export/options_output_charset.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 72 => 15, 65 => 13, 63 => 12, 61 => 11, 58 => 10, 56 => 9, 55 => 8, 51 => 7, 47 => 6, 43 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_charset.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_output_charset.twig");
}
}