{% extends "testapp/base.html" %} {% block template_name %}testapp/summary_wizard.html{% endblock %} {% block content %}

Check your answers

{# One loop, nothing to decide: a row is a label, a value and somewhere to go and change it. #} {% for row in summary %}
{{ row.question }}
{{ row.answer }} Change {{ row.question }}
{% endfor %}
{# Nothing to tick: the button is the confirmation. #}
{% csrf_token %}
{% endblock %}