{%extends "genotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Genotypes: View Dataset{%endblock%} {%block pagetitle%}Genotypes: View Dataset{%endblock%} {%block breadcrumbs%} {{super()}} {%endblock%} {%block contents%} {{flash_all_messages()}}

Genotype Dataset Details

Name Full Name
{{dataset.Name}} {{dataset.FullName}}

Assembly Details

Maybe include the assembly details here if found to be necessary.

Genotype Data

Provide link to enable uploading of genotype data here.

{%endblock%}