{% extends sitebase.html %} {% block head %} {% set study_title = study_info['study_title'] %} {% set study_title_msg = study_title.replace('"', '\\"') %} {% end %} {% block content %}
{% if study_info['level'] != 'info' %}
{% if editable %} Upload Files {% end %} {% if study_info['show_biom_download_button'] %} All QIIME maps and BIOMs {% end %} {% if study_info['has_access_to_raw_data'] and study_info['show_raw_download_button'] %} All raw data {% end %}
Issues with downloads or opening the downloaded zip?
{% end %}

{% raw study_title %} - ID {{study_info['study_id']}}

{{study_info['study_alias']}}

Do you want to submit to EBI-ENA? Review the submission checklist
{% end %}