{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Single Variant View{% endblock %} {% block links %} Family: {{ family }}
Project: {{ project }} {% endblock %} {% block desc %}

This page shows the genotypes for one variant in one family.

{% endblock %} {% block innercontent %}
{% include 'javascript.html' %} {% endblock %}