{% extends "layout.html" %} {% block content %}

Edit

{% csrf_token %}

Set the name, you want to work with

{{ form.name.label_tag }}{{ form.name }}

Set the path, from where the volume should be imported

{{ form.path.label_tag }}{{ form.path }}
{{ form.imageSequence.label_tag }}{{ form.imageSequence }}
{{ form.rawData.label_tag }}{{ form.rawData }}
{{ form.sliceFrom.errors }} {{ form.sliceFrom.label_tag }}{{ form.sliceFrom }}
{{ form.sliceTo.errors }} {{ form.sliceTo.label_tag }}{{ form.sliceTo }}
{% endblock %}