{% extends "batchform/base.html" %} {% block content %}
{% csrf_token %} {{ form.as_table }}
{% if global_step == "upload" %} {% else %} {% endif %}
{% endblock content %}