{% extends "atlas/base.html" %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% endblock %} {% block content %}

Submit Case

Use this form to create a atlas case. Existing associated image sets can be added using this form.
{% csrf_token %} {{ form.as_table }}

Series:

Add image sets here. These can only be added once created (they can also be added to cases on creation).
{% for form in series_formset %} {% endfor %}
{{ series_formset.management_form }}

Differential:

Add differential here.
{% for form in casedifferential_formset %} {% endfor %}
{{ casedifferential_formset.management_form }}
{% endblock %}