{% extends "data_wizard/base_site.html" %} {% block content %}

Data Format

{% if serializer %} {% include "data_wizard/continue.html" %} {% elif not serializer_choices %}

See https://github.com/wq/django-data-wizard#target-model-registration for more information. {% else %}

{% csrf_token %}
Select Format
{% endif %} {% endblock %}