{# We don't have show anything about compression, when no supported #}
{% if compressions is not empty %}
{{ 'File may be compressed (%s) or uncompressed.'|trans|format(compressions|join(', ')) }}
{% trans 'A compressed file\'s name must end in .[format].[compression]. Example: .sql.zip' %}
{% endif %}
{% if is_upload and upload_dir is not empty %}
{% set use_local_file_import = timeout_passed_global is not empty and local_import_file is not empty %}
-
-
{% trans 'You may also drag and drop a file on any page.' %}
{% if local_files is same as(false) %}
{{ 'The directory you set for upload work cannot be reached.'|trans|error }}
{% elseif local_files is not empty %}
{% else %}
{% trans 'There are no files to import!' %}
{% endif %}
{% elseif is_upload %}
{% trans 'You may also drag and drop a file on any page.' %}
{% elseif upload_dir is not empty %}
{% if local_files is same as(false) %}
{{ 'The directory you set for upload work cannot be reached.'|trans|error }}
{% elseif local_files is not empty %}
{% else %}
{% trans 'There are no files to import!' %}
{% endif %}
{% else %}
{{ 'File uploads are not allowed on this server.'|trans|notice }}
{% endif %}
{% if is_encoding_supported %}
{% else %}
{% endif %}