diff options
Diffstat (limited to 'uploader/templates/populations/view-population.html')
-rw-r--r-- | uploader/templates/populations/view-population.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 7eb1362..3ae76ab 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -29,12 +29,25 @@ <dt>FullName</dt> <dd>{{population.FullName}}</dd> + <dt>Code</dt> + <dd>{{population.InbredSetCode}}</dd> + + <dt>Genetic Type</dt> + <dd>{{population.GeneticType}}</dd> + + <dt>Family</dt> + <dd>{{population.Family}}</dd> + <dt>Description</dt> <dd><pre>{{population.Description or "-"}}</pre></dd> </dl> </div> <div class="row"> + … maybe provide a way to organise populations in the same family here … +</div> + +<div class="row"> <h3>Actions</h3> <p> |