{% extends "atlas/base.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% comment %} {% endcomment %} {% endblock %} {% block content %} {% if object %} {% include "atlas/question_link_header.html" %} {% endif %}

Submit Case

Instructions

Use this form to create a atlas case

Existing associated image sets can be added using this form.

The more information you provide, the more useful the case will be to others.

{% if form.collection %} {% endif %}
{% crispy form form.helper %} {% comment %} {% crispy series_formset %} {% endcomment %} {% comment %} {{ form }} {% endcomment %}
    {% for form in casedifferential_formset %}
  1. {{form.non_field_errors}} {{form.errors}} {{ form | crispy}}
  2. {% endfor %}
{{ casedifferential_formset.management_form | crispy }}
    {% for form in caseresource_formset %}
  1. {{form.non_field_errors}} {{form.errors}} {{ form | crispy}}
  2. {% endfor %}
{{ caseresource_formset.management_form | crispy}}

{% endblock %}