{% endif %}
{% if userAllowedToUpload == true %}
{% if fileManagerPluginTabs|length > 0 %}
{% for k,fileManagerPluginTab in fileManagerPluginTabs %}
{% for k,tab in fileManagerPluginTab %}
{% endif %}
{% if userAllowedToRemoteUpload == true %}
{% if SITE_CONFIG_REMOTE_URL_DOWNLOAD_IN_BACKGROUND == 'yes' and Auth.loggedIn() %}
{% endif %}
{{ t('file_upload_completed', 'File uploads completed.') }} {{ t('index_upload_more_files', 'Click here to upload more files.', {'WEB_ROOT': '#" onclick="resetUploader(); return false;'})|raw }}
{% endif %}
{% if userAllowedToUpload == true %}
{% if fileManagerPluginTabContents|length > 0 %}
{% for k,fileManagerPluginTabContent in fileManagerPluginTabContents %}
{{ fileManagerPluginTabContent['response_html']|raw }}
{% endfor %}
{% endif %}
{% endif %}
{{ t('send_via_email', 'send via email:')|upper }}
{{ t("enter_an_email_address_below_to_send_the_list_of_files", "Enter an email address below to send the list of files via email once they're uploaded.") }}
{{ t('store_in_folder', 'store in folder:')|upper }}
{{ t('select_folder_below_to_store_intro_text_files', 'Select an folder below to store these files in. All current uploads will be available within these folders.') }}
{{ t('set_password', 'set password:')|upper }}
{{ t('enter_a_password_below_to_secure_your_files', 'When downloading these files, users will be prompted for a password, if set. Download managers will not work if a password is set.') }}