{% csrf_token %} {%for form in upload%} {{ form.label}} {{form}} {% endfor %}
{% for key, value in form.errors.items %} error{{ value }} {% endfor %}