{% extends 'global/Page.html' %} {% block content %}

Final Earnings

Your role: {{ role }}

Round {{ round_number }} of {{ num_rounds }}

{% if selected_round %}

Round {{ selected_round }} was selected for payment.

Breakdown of earnings for selected round

{% if belief_applicable %} {% else %} {% endif %}
Round earnings {{ round_earnings }}
Belief-task bonus {{ belief_bonus }}
Belief-task bonus Not applicable
Total earnings for selected round {{ total_earnings }}

Round earnings include your real-effort earnings, theft gains or losses, transfers, and any report reward or penalty from that round.

{% else %}

Payment round not yet determined.

{% endif %}
{{ next_button }}
{% block styles %} {% endblock %} {% endblock %}