{% extends "Base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}Results{% endblock %} {% block content %}
Success! You have completed the task.
{% block bonus_explanation %} {% endblock %}

Total pay calculation

Base pay {{ base_pay_currency }}
Bonus {{ bonus_currency }}
Total {{ total_pay_currency }}
{% if another_experiment %} {% include "ptree/Form.html" %} {% else %} {% include 'RedemptionCode.html' %} {% endif %} {% endblock %}