From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- uploader/templates/samples/select-population.html | 99 +++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 uploader/templates/samples/select-population.html (limited to 'uploader/templates/samples/select-population.html') diff --git a/uploader/templates/samples/select-population.html b/uploader/templates/samples/select-population.html new file mode 100644 index 0000000..da19ddc --- /dev/null +++ b/uploader/templates/samples/select-population.html @@ -0,0 +1,99 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Select Grouping/Population{%endblock%} + +{%block contents%} +

Select grouping/population

+ +
+

We organise the samples/cases/strains in a hierarchichal form, starting + with species at the very top. Under species, we have a + grouping in terms of the relevant population + (e.g. Inbred populations, cell tissue, etc.)

+
+ +
+ select grouping/population + {{flash_messages("error-select-population")}} + + + +
+ + +
+ + +
+ +

OR

+ +
+ create new grouping/population + {{flash_messages("error-create-population")}} + + +
+ mandatory + + + + + + +
+
+ Optional + + + + + + + + + +
+ + +
+ +{%endblock%} + + +{%block javascript%} +{%endblock%} -- cgit v1.2.3