{% extends "testapp/base.html" %} {% block template_name %}testapp/recreated_linear_wizard.html{% endblock %} {% block content %}
{% if request.wizard.back_url %}

Back

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