{{ extends "global/Page.html" }} {{ load otree static }} {{ block title }} Your Contribution Decision {{ endblock }} {{ block content }} {# APP: oathexp (First Mover) | FILE: Contributions.html #} {{ if oath_text }} {{ if player.field_maybe_none('take_oath') }}

You took the following oath:

"{{ oath_text }}"
{{ else }}

You chose not to take the oath.

{{ endif }} {{ else }}

You have been chosen to be the First Mover.

{{ endif }}

Your Decision

{{ formfields }}
{{ next_button }}
{{ include 'oathexp/instructions.html' }} {{ endblock }}