{% extends "ptree/Base.html" %} {% load ptreefilters %} {% block title %}Task complete{% endblock %} {% block content %}
Success! You have completed the task.

You have made {{ base_pay|currency }} for participating.

{% block bonus_explanation %}

{% if total_pay == None %} You may receive an additional bonus. {% else %} As a result of the task, you made an additional bonus of {{ bonus|currency }}. So, your total reward is {{ total_pay|currency }}. {% endif %}

{% endblock %} {% block redeem_instructions %}

To redeem this reward, please return to the Amazon Mechanical Turk HIT and enter the below redemption code.

{% endblock %}

Redemption code

{{ redemption_code }}
{% endblock %}