{% extends base_template %} {% block breadcrumb %}
  • Home
  • Upload CSV
  • {% endblock %} {% block content %} {% if file_name%}

    checked contents of {{file_name}}

    found {{data_count}} objects

    sample object:

    {% for key, value in sample_data %} {% endfor %}
    Key Value
    {{key}} {{value}}
    {% endif %}

    Please choose a {{file_type}} file

    {% csrf_token %}
    {{form.as_p}}
    Cancel
    {% endblock %}