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

Back

{% endif %} {# What the run has recorded about itself so far — nothing to do with #} {# the answers, and readable from a template like any other mapping. #}

Recorded so far: {{ request.wizard.metadata }}

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