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

Data Wizard

{% endblock %} {% block content %}
{% include "wizard_steps.html" %}
Preview and Configure
{% if error %} {% endif %} {% if message %} {% endif %}
Rows
{{ row_count }}
Date Range
{{ date_summary }}
{{ preview_table | safe }}
Column Types
{% for column, kind in column_types.items() %} {{ column }} ({{ kind }}) {% endfor %}
Back to Upload
{% endblock %}