{% extends "base.html" %} {% load staticfiles %} {% block title %}File loading{% endblock %} {% block content %}

File Upload

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.as_table }}
{% csrf_token %} {% endblock %}