Summary
{% if player.participant.currency_is_points == True %}

Your total profit from all rounds so far is {{ total_payoff_points }} points.

This was round number {{ round_number }}. There are {{ rounds_left }} rounds left in part {{ part }}.

{% else %}

Your total profit from all rounds so far is {{ total_payoff_tokens }} tokens.

This was round number {{ round_number }}. There are {{ rounds_left }} rounds left in part {{ part }}.

{% endif %}