otree-server / dictator /Results.html
BPEL Bot
Initial Hugging Face deployment
e40dce0
{{ block title }}Results{{ endblock }}
{{ block content }}
<p>
{{ if player.id_in_group == 1 }}
You decided to keep <strong>{{ group.kept }}</strong> for yourself.
{{ else }}
Participant 1 decided to keep <strong>{{ group.kept }}</strong>, so
you got <strong>{{ offer }}</strong>.
{{ endif }}
{{ next_button }}
</p>
{{ include_sibling 'instructions.html' }}
{{ endblock }}