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