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