{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
Round {{ pr }} was chosen as the paying round.
{% if donation != 0 and mode == 'private'%}

{% if rebate != 0 %} We want to thank you for donating ${{ donation }} to {{ charity }}. You received a {{ rebate }}% rebate from the UCSC LEEPS Lab! {% else %} We want to thank you for donating ${{ donation }} to {{ charity }}! {% endif %}

{% elif donation != 0 %}

The LEEPS Lab will tag you in the following message on the LEEPS Facebook page: {% if rebate != 0 %} “We want to thank @[Your Name] for donating ${{ donation }} to {{ charity }}. @[Your Name] received a {{ rebate }}% rebate from the UCSC LEEPS Lab!” {% else %} “We want to thank @[Your Name] for donating ${{ donation }} to {{ charity }}!" {% endif %}

{% endif %}
Your payoff is {{ payoff }}.
{% next_button %} {% endblock %}