{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Causal Variants{% endblock %} {% block links %} Family: {{ family }} {% endblock %} {% block desc %}

This page displays the genetic cause for this family.

{% endblock %} {% block innercontent %}
{% csrf_token %}
{% if error %}
{{ error }}
{% endif %}
{% if variants %} {% for variant in variants %}
{% endfor %}

Un-checking a variant will remove it from the list of causal variants.

{% else %}
Add variants from within the search interface
{% endif %}
{% endblock %} {% block extrahead %} {% endblock %}