{% from os.path import basename %}
{% if is_editable %}
Add prep template to this raw dataTo add a prep template you need to:
Add prep template {% end %} Prep templates uploaded
{% for prep in available_prep_templates %}
{% module PrepTemplatePanel(prep, study_id, is_editable, ena_terms, study_status, user_defined_terms) %}
{% end %}
|
Linked files to this raw data{% if show_unlink_btn %} Unlink all files{% end %} {{link_msg}} {% for fpid, f, t in raw_data_files %} {{basename(f)}}: {{t[4:]}} {% end %} {% if is_editable and not show_unlink_btn %} Link uploaded files with raw data
Link raw files to: {{raw_data_filetype}} (ID: {{raw_data_id}}) {% end %} |