{% extends 'base.html' %} {% load static %} {% block title %} Upload {{ verbose_name_plural }} {{ block.super }} {% endblock %} {% block content %}
{% if back_url %}
{% endif %}

Upload {{ verbose_name_plural }}

{% if errors %} {% block errors %}

There were errors importing your data

    {% include 'django_io/components/errors.html' %}
{% endblock %} {% endif %} {% block form %}
{% csrf_token %} {{ form }}
{% endblock %}
{% endblock %}