{% if not experiment.with_lucid_recruitment() %} {% set BASE_PAYMENT = "%.2f"|format(participant.base_payment) %} {% set BONUS = "%.2f"|format(participant.time_credit.get_bonus()) %} {% set PERFORMANCE_BONUS = "%.2f"|format(participant.performance_bonus) %} {% set CURRENCY = config.currency %} {% trans name="final-page-bonuses" %}In addition to your base payment of {{ CURRENCY }}{{ BASE_PAYMENT }}, you will receive a bonus of {{ CURRENCY }}{{ BONUS }} for the time you spent on the experiment.{% endtrans %} {% if participant.performance_bonus > 0.0 %} {% trans name="final-page-bonuses" %}You have also been awarded a performance bonus of {{ CURRENCY }}{{PERFORMANCE_BONUS}}!{% endtrans %} {% endif %} {% endif %}