{% extends "global/Page.html" %} {% load static %} {% block title %} Feedback {% endblock %} {% block content %}

Here are the correct answers and your answers:

    {% for answer, correction in feedback %}
  1. Your answer: {{ answer }}
    Feedback: {% if correction == "Correct" %} {{ correction }} {% else %} {{ correction }} {% endif %}
  2. {% endfor %}
{{ next_button }} {% endblock %}