aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/summary-info.html
blob: c3a2ac076674d09a889b8912653254aac11f1874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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%}