{% if uploadAction != null %}
{% if currentBrowserIsIE == true %}
{{ t('click_here_to_browse_your_files', 'Click here to browse your files...') }}
{% else %}
{{ t('drag_and_drop_files_here_or_click_to_browse', 'Drag & drop files here or click to browse...')|raw }}
{% endif %}
{% else %}
{{ t('index_uploading_uploading_unavailable_no_active_storage_servers_found', 'Uploading unavailable, no active storage servers found') }}
{% endif %}