Test_Johanne/dictator/Results.html
2025-03-06 10:33:03 +01:00

16 lines
455 B
HTML

{{ 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 }}