{{ extends "global/Page.html" }} {{ load otree static }} {{ block title }} First Mover's Decision {{ endblock }} {{ block content }} {# APP: oath_follower (Second Mover) | FILE: Leaders_oath.html #} {# FILE: Leaders_oath.html #}

You have been chosen to be a Second Mover.

{{ if oath_text }}

The First Mover had to decide whether to take the following oath:

{{ oath_text }}
{{ if first_took_oath }}

The First Mover chose to TAKE the oath.

{{ else }}

The First Mover chose to NOT TAKE the oath.

{{ endif }} {{ endif }}

Contribution of the First Mover

We ask you to estimate how many tokens the First Mover has contributed.

If you estimate the correct amount, you will be paid 4 extra tokens. If you do not estimate the correct amount, you will receive no extra tokens.

{{ formfields }}

After submitting your estimate, you will see the First Mover's actual contribution and make your own decision.

{{ next_button }}
{% include 'oath_follower/instructions.html' %} {{ endblock }}