diff --git a/qiita_pet/templates/study_ajax/data_type_menu.html b/qiita_pet/templates/study_ajax/data_type_menu.html index 15bb577f4..d8360cfd9 100644 --- a/qiita_pet/templates/study_ajax/data_type_menu.html +++ b/qiita_pet/templates/study_ajax/data_type_menu.html @@ -62,7 +62,7 @@

{{prep['name']}} - ID: {{prep['id']}} - {{prep['status']}}
- Raw files {% if prep['start_artifact'] in ('per_sample_FASTQ', 'FASTA', 'FASTQ') %}{% else %}{% end %}, processed {% if prep['num_artifact_children'] > 0 %} {% if prep['num_artifact_children'] > 1 %} {% end%}{% else %}{% end %}, BIOM {% if prep['youngest_artifact_type'] == 'BIOM' %}{% else %}{% end %} + Raw files {% if prep['start_artifact'] in ('SFF', 'per_sample_FASTQ', 'FASTA', 'FASTQ') %}{% else %}{% end %}, processed {% if prep['num_artifact_children'] > 0 %} {% if prep['num_artifact_children'] > 1 %} {% end%}{% else %}{% end %}, BIOM {% if prep['youngest_artifact_type'] == 'BIOM' %}{% else %}{% end %}
Created: {{prep['creation_timestamp'].strftime('%B %-d, %Y')}}, last updated: {{prep['modification_timestamp'].strftime('%B %-d, %Y')}}