{% extends "workspace_base.html" %} {% block workspace_content %}

{{ t('files.heading') }}

{{ t('files.current') }}
{% if can_remote_run_source %} {{ t('remote_run.run_elsewhere') }} {% endif %}
{% if noise_count %}
{% if query %}{% endif %}
{% endif %}
{% if error %}

{{ error }}

{% endif %} {% if uploaded %}

{{ t('files.uploaded', count=uploaded) }}

{% endif %}
{% include "_file_results.html" %}
{{ t('files.actions') }}
{{ t('common.download') }}
{{ t('files.upload_confirm') }}{{ t('files.upload_conflict') }}

{{ t('files.upload_conflict_copy') }}

{% endblock %}