{% 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 %} Thank you for donating ${{ donation }} to {{ charity }}, with a {{ rebate }}% rebate offered by the UCSC LEEPS Lab! {% else %} Thank you for donating ${{ donation }} to {{ charity }}! {% endif %}

{% elif donation != 0 %}

You will receive the following message on your social media timeline from {{ charity }}: {% if rebate != 0 %} “Thank you for donating ${{ donation }} to {{ charity }}, with a {{ rebate }}% rebate offered by the UCSC LEEPS Lab!” {% else %} “Thank you for donating ${{ donation }} to {{ charity }}!" {% endif %}

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