{% extends "admin/change_form.html" %} {% block content %}
{% if step == 'upload' %}
{% csrf_token %}
{% elif step == 'titles' %} titles {% endif %}
{% endblock %}