{% extends "workspace_base.html" %} {% block workspace_content %} {{ t('files.heading') }} {{ t('files.upload') }} {{ t('files.new') }} {{ t('common.file') }} {{ t('common.folder') }} {{ t('common.create') }} {{ t('files.current') }} {% for crumb in breadcrumbs %} {% if loop.first %}{{ workspace.display_name }}{% else %}{{ crumb.name }}{% endif %} {% if not loop.last %}/{% endif %} {% endfor %} {% if can_remote_run_source %} {{ t('remote_run.run_elsewhere') }} {% endif %} {% if show_noise %}{% endif %} {{ t('files.search') }} {{ t('files.search') }} {{ t('common.clear') }} {% if noise_count %} {% if query %}{% endif %} {% if show_noise %}{{ t('files.hide_noise') }}{% else %}{{ t('files.show_noise', count=noise_count) }}{% endif %} {% endif %} {% if error %}
{{ error }}
{{ t('files.uploaded', count=uploaded) }}
{{ t('files.upload_conflict_copy') }}