{% extends "atlas/exams.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% endblock %} {% block content %} {% if collection %}

Update Collection

{% else %}

Create Collection

Use this form to create a collection of cases {% endif %}
{% csrf_token %} {% crispy form form.helper %} {% comment %} {% endcomment %}
{% endblock %}