{% extends "genotype/base.html" %} {% block title %} {{ super() }} - {{ sample.id }} {% endblock %} {% block navbar_items %} {{ super() }}
| {{ gt1.stringify() }} | {{ gt2.stringify() }} | {% endfor %}|
| {{ analysis.type|capitalize }} | {% for genotype in analysis.genotypes %}{{ genotype.stringify() }} | {% endfor %}
|---|