{% extends "global/Page.html" %} {% load static %} {% block content %} {% block title %} Results for Part 3 {% endblock %}

Total payoff from the number task: {{ tot_payoff_guessing_2pg }}

Total payoff from Guess 1: {{ tot_payoff_first_2pg }}

Total payoff from Guess 2: {{ tot_payoff_second_2pg }}

Your total payoff for Part 3 is: {{ tot_payoff_2pg }}

{% next_button %} {% endblock %}