{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block title %} Decision {{ round_num }} - {{ mode }} with {{ rebate }}% Rebate {% endblock %} {% block styles %} {% endblock %} {% block content %} {{ form.exit_choice.errors }} {{ form.money_donated.errors }} {{ form.exit_amount.errors }} {{ form.donated_yes_no.errors }} {{ form.exit_choice_available.errors }}
| Total Cash Available | Would you like to donate any to the charity? | {% if exit_fee != 0 %}Would you like us to not announce the rebate you received in the FB post? | {% endif %}{{ rebate }}% rebate cash back in your account | Total cash left in your account now (including rebate) |
|---|---|---|---|---|
| ${{ total_cash_available }} (${{ Constants.participation_fee }} participation fee + ${{ player.endowment }} from task) |
Yes: choose between $1 to $10:
|
{% if exit_fee != 0 %}
Yes: we will deduct ${{exit_fee}} from your personal account | {% endif %}||
| No: $0. Your decision will NOT be posted. | {% if exit_fee != 0 %}No | {% endif %}