{{ extends "global/Page.html" }} {{ block title }}Results{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }} {{ if player.participant.earner_round_2 == 1 }}
You got {{ player.correct }} of the matrices correct. For every correct matrix, you receive ${{ session.config.x_rate }}. You earned ${{ group.budget }}.
{{ else }}Your partner has completed the earnings task. They earned ${{ group.budget }}.
{{ endif }} {{ next_button }} {{ endblock }}