{% extends "base.html" %} {% load staticfiles %} {% load custom_template_tags %} {% block head %} {% endblock %} {% block content %}
{% nested_dict_as_table view_exps make_foot=False id='view_exps' %}
{% if num_exps > 1 %}
{% for foldchange_form in foldchange_formset %} {% endfor %}
{{ foldchange_form.dividend }} / {{ foldchange_form.divisor }}
{% csrf_token %} {{ foldchange_formset.management_form }}
Plot {{ plotcompare_form.dividend }} against {{ plotcompare_form.divisor }}
{% csrf_token %}
{% endif %}
Loading, table is generated...
{% endblock %} {% block scripts %} {% endblock %}