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

This page displays all the saved variants for this family. Hover over the icon to see who saved a variant and why. Variants can be saved with multiple notes - if you want to add another note to a variant, click the "Save this variant" button like you would in the search results interface.

Finally, I apologize that you still cannot delete previously saved notes, but I promise that is coming soon!

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