{% extends "global/Page.html" %} {% load staticfiles otree %} {% block scripts %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
{% 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 %}