{% extends 'analysispage.html' %} {% load static from staticfiles %} {% block title %}Saved Variants{% endblock %} {% block links %} Project: {{ project }} {% endblock %} {% block desc %} This page shows all variants in {% if request.GET.family %} family {{ request.GET.family }} {% else %} this project {% endif %} {% if tag %} that have been tagged with {{ tag }}. Download Saved Variants {% else %} that have been tagged or have notes. {% endif %} {% endblock %} {% block innercontent %}
{% include 'javascript.html' %} {% endblock %}