{% extends "layouts/layout_without_sidebar.html" %} {% block title %}Upload Data{% endblock %} {% block heading %}

Data Wizard

{% endblock %} {% block content %}
{% include "wizard_steps.html" %}
Upload CSV

Upload a CSV file (max {{ max_upload_mb }} MB) or use the built-in demo dataset.

{% if error %} {% endif %} {% if message %} {% endif %}

{% endblock %}