{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block title %} Decision {{ round_num }} - {{ mode }} with {{ rebate }}% rebate {% endblock %} {% block content %}

Out of the ${{ Constants.endowment }} you are endowed with for this period, would you like to donate any to the charity of your choice? {% if rebate != 0 %} While you are donating, the UCSC LEEPS lab would like to offer you a rebate of {{ rebate }}% of your donation. {% else %} You will not receive any rebates of your donation. {% endif %}

{% if mode == 'Public' %}

If your decision in this period is chosen for payment AND:

{% else %}

If your decision in this period is chosen for payment AND:

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