{% extends "global/Page.html" %} {% load otree %} {% block title %} Phase 1: Results {% endblock %} {% block content %}

Your team attempted {{ team_questions_answered }} questions.

{{ group.s1_team_total_correct }} out of the {{ team_questions_answered }} attempts were correct.

Your total payoff from Phase 1 is £{{ player.s1_player_payoff|to2 }}.

{% next_button %} {% endblock %}