source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 4
echo _gettext("Select all");
// line 5
echo "
/
";
// line 8
echo _gettext("Unselect all");
// line 9
echo "
";
}
public function getTemplateName()
{
return "display/export/select_options.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 18, 68 => 15, 61 => 14, 57 => 13, 51 => 9, 49 => 8, 44 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/export/select_options.twig", "/usr/local/www/phpMyAdmin/templates/display/export/select_options.twig");
}
}