source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((($context["is_zip"] ?? null) || ($context["is_gzip"] ?? null))) {
// line 2
echo "
";
} else {
// line 23
echo " env, ($context["selected_compression"] ?? null), "html", null, true);
echo "\">
";
}
}
public function getTemplateName()
{
return "display/export/options_output_compression.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 23, 82 => 20, 78 => 18, 76 => 17, 72 => 16, 70 => 15, 67 => 14, 63 => 12, 61 => 11, 57 => 10, 55 => 9, 53 => 8, 49 => 7, 45 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_compression.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_output_compression.twig");
}
}