aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/summary-info.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/rqtl2/summary-info.html')
-rw-r--r--qc_app/templates/rqtl2/summary-info.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/qc_app/templates/rqtl2/summary-info.html b/qc_app/templates/rqtl2/summary-info.html
new file mode 100644
index 0000000..c3a2ac0
--- /dev/null
+++ b/qc_app/templates/rqtl2/summary-info.html
@@ -0,0 +1,26 @@
+{%extends "base.html"%}
+{%from "flash_messages.html" import flash_messages%}
+
+{%block title%}Upload R/qtl2 Bundle{%endblock%}
+
+{%block contents%}
+<h2 class="heading">Summary</h2>
+
+<div class="explainer">
+ <p>This is the information you have provided to accompany the R/qtl2 bundle
+ you have uploaded. Please verify the information is correct before
+ proceeding.</p>
+</div>
+
+<dl>
+ <dt>Species</dt>
+ <dd>{{species.SpeciesName}} ({{species.FullName}})</dd>
+
+ <dt>Population</dt>
+ <dd>{{population.InbredSetName}}</dd>
+
+ <dt>Genotype Dataset</dt>
+ <dd>{{geno_dataset.Name}} ({{geno_dataset.FullName}})</dd>
+</dl>
+
+{%endblock%}