{% 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 }}
{% if exit_fee != 0 %}
You have the option to NOT announce the rebate you received in the FB post
{% endif %}
You have $10 in your cash account (${{ Constants.participation_fee }} participation fee + ${{ player.endowment }} from counting task).
{% if exit_fee != 0 %} {% endif %} {% if exit_fee != 0 %} {% endif %} {% if exit_fee != 0 %} {% endif %}
Total Cash Available Would you like to donate any to the charity?Would you like us to not announce the rebate you received in the FB post?{{ 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:

Yes: we will deduct ${{exit_fee}} from your personal account
No: $0. Your decision will NOT be posted. No

{% endblock %} {% comment %} {% endcomment %}