{{ extends 'global/Page.html' }} {{ block title }}Decision Task{{ endblock }} {{ block content }}

Round {{ player.round_number }} of 30

{{ if last_earned != None }}
Previous round payoff: {{ last_earned }} points
{{ endif }}

Please choose one option.

{{ formfield_errors 'decision_rt' }}
{{ endblock }}