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

Check your answers

{# The same loop as every other review page. An answer that brought its own template has already been rendered into `row.answer`, so the page never asks which step it is holding. #} {% for row in summary %}
{{ row.question }}
{{ row.answer }} Change {{ row.question }}
{% endfor %}
{% csrf_token %}
{% endblock %}