In addition to your base payment of ${{ "%.2f"|format(participant.base_payment) }},
you will receive a bonus of ${{ "%.2f"|format(participant.time_credit.get_bonus()) }}
for the time you spent on the experiment.
{% if participant.performance_bonus > 0.0 %}
You have also been awarded a performance bonus of ${{ "%.2f"|format(participant.performance_bonus) }}!
{% endif %}