{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Edit Individuals{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %}

This page allows you to edit pedigree information.

Changes you make on this page will be reflected on the Individuals page.

WARNING:   Changing the structure of a family is not currently supported. For example, adding individuals or moving individuals from one family to another doesn't currently work. {% endblock %} {% block innercontent %}

{% include "javascript.html" %} {% endblock %}