{{ block title }} Result {{ endblock }} {{ block content }} {{if group.success == True}}

Your combined numbers were lower than {{C.GUESS_MAX}} So your are rewarded with {{player.payoff}}

{{else}}

Your combined numbers were larger than {{C.GUESS_MAX}}. So you both get nothing

{{endif}} {{if player.round_number > C.TEMP_NUM_ROUNDS}}

Your combined numbers were: {{group.combined_guesses}}

{{endif}}

Your number was {{player.guess}}.

{{formfields}} {{ next_button }} {{ include_sibling 'instructions.html' }} {{ endblock }}