{% if userAllowedToUpload == true %}
{% endif %} {% if userAllowedToRemoteUpload == true %}
{% if SITE_CONFIG_REMOTE_URL_DOWNLOAD_IN_BACKGROUND == 'yes' and Auth.loggedIn() %}
{% endif %}
{{ t('file_upload_remote_url_intro', 'Download files directly from other sites into your account. Note: If the files are on another file download site or password protected, this may not work.') }}

{{ t('options', 'options')|title }}  |  {{ t("enter_up_to_x_file_urls", "Enter up to [[[MAX_REMOTE_URL_FILES]]] file urls. Separate each url on it's own line.", {'MAX_REMOTE_URL_FILES': maxPermittedUrls}) }}
{% endif %} {% if userAllowedToUpload == true %} {% if fileManagerPluginTabContents|length > 0 %} {% for k,fileManagerPluginTabContent in fileManagerPluginTabContents %} {{ fileManagerPluginTabContent['response_html']|raw }} {% endfor %} {% endif %} {% endif %}