diff --git a/qiita_pet/templates/study_description_templates/prep_template_panel.html b/qiita_pet/templates/study_description_templates/prep_template_panel.html deleted file mode 100644 index 9923b24cc..000000000 --- a/qiita_pet/templates/study_description_templates/prep_template_panel.html +++ /dev/null @@ -1,112 +0,0 @@ -{% from os.path import basename %} -{% from qiita_pet.handlers.util import download_link_or_path %} - - -
- -| - - Show prep template summary - - | -
| - {% raw download_link_or_path(is_local_request, ptpath, ptid, ptype) %} - | -
-
-
- {% if is_editable %}
- Add prep template to this raw data- To 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, raw_data_files) %}
- {% 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 %} - |
-