-
- {# 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 %}
-
-
-
- {{ Util_getBrowseUploadFileBlock(max_upload_size) }}
- {% trans 'You may also drag and drop a file on any page.' %}
-
+
+ {# 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 %}
+
+
+
+ {{ Util_getBrowseUploadFileBlock(max_upload_size) }}
+ {% trans 'You may also drag and drop a file on any page.' %}
+