{% extends "longs/base.html" %} {% load static %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Series Form

This form will create a image set that can be associated with a long question. If the question has already been created it can be linked below.
{% csrf_token %} {{ form.as_table }}

Images:

Drop images here (or use the buttons below). Dropping images here will overwrite existing images in the series. When drag and dropping make sure to drag the first image or the order will not be maintained. Note: dicom images are often not exported in order (although their order can be automatically detected once uploaded)
{% for form in image_formset %} {% endfor %}
{{ image_formset.management_form }}
{% endblock %}