";
// line 29
echo " ";
if ( !twig_test_empty(($context["compressions"] ?? null))) {
// line 30
echo "
";
// line 31
echo twig_escape_filter($this->env, twig_sprintf(_gettext("File may be compressed (%s) or uncompressed."), twig_join_filter(($context["compressions"] ?? null), ", ")), "html", null, true);
echo "
";
echo _gettext("A compressed file's name must end in .[format].[compression]. Example: .sql.zip");
// line 33
echo "
";
}
// line 35
echo "
";
// line 36
if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) {
// line 37
echo " ";
$context["use_local_file_import"] = ( !twig_test_empty(($context["timeout_passed_global"] ?? null)) && !twig_test_empty(($context["local_import_file"] ?? null)));
// line 38
echo "
-
-
";
// line 59
if ((($context["local_files"] ?? null) === false)) {
// line 60
echo " ";
echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached."));
echo "
";
} elseif ( !twig_test_empty( // line 61
($context["local_files"] ?? null))) {
// line 62
echo "
";
} else {
// line 68
echo "
";
echo _gettext("There are no files to import!");
// line 70
echo "
";
}
// line 72
echo "
";
} elseif ( // line 74
($context["is_upload"] ?? null)) {
// line 75
echo "
env, ($context["max_upload_size"] ?? null), "html", null, true);
echo "\">
";
echo _gettext("You may also drag and drop a file on any page.");
// line 82
echo "
";
} elseif ( !twig_test_empty( // line 83
($context["upload_dir"] ?? null))) {
// line 84
echo " ";
if ((($context["local_files"] ?? null) === false)) {
// line 85
echo " ";
echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached."));
echo "
";
} elseif ( !twig_test_empty( // line 86
($context["local_files"] ?? null))) {
// line 87
echo "
";
} else {
// line 95
echo "
";
echo _gettext("There are no files to import!");
// line 97
echo "
";
}
// line 99
echo " ";
} else {
// line 100
echo " ";
echo $this->env->getFilter('notice')->getCallable()(_gettext("File uploads are not allowed on this server."));
echo "
";
}
// line 102
echo "
";
// line 104
if (($context["is_encoding_supported"] ?? null)) {
// line 105
echo "
";
} else {
// line 113
echo "
";
}
// line 122
echo "