{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Decision{% endblock %} {% block content %}

Please decide how much of the {{ Constants.dictator_endowment }} you will allocate for employees conditionally when you win the leader election.

{% formfield player.dictator_leader_offer label="If I win the leader election, for each of other three employees, I will allocate " %}

{% next_button %} {% endblock %}