From bf1c2ec1b16b50f419a349a54031baf85fcd4abd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 17 Jan 2024 05:38:29 +0300 Subject: UI: Initialise summary page. --- qc_app/templates/rqtl2/summary-info.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 qc_app/templates/rqtl2/summary-info.html (limited to 'qc_app/templates/rqtl2') 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%} +

Summary

+ +
+

This is the information you have provided to accompany the R/qtl2 bundle + you have uploaded. Please verify the information is correct before + proceeding.

+
+ +
+
Species
+
{{species.SpeciesName}} ({{species.FullName}})
+ +
Population
+
{{population.InbredSetName}}
+ +
Genotype Dataset
+
{{geno_dataset.Name}} ({{geno_dataset.FullName}})
+
+ +{%endblock%} -- cgit v1.2.3