Your Results
{% if player.participant.currency_is_points == True %} {% if is_employer == True %} {% if num_workers == 0 %}

You did not employ any workers this round. You made a profit of {{ player.payoff_points }} points this round.

{% elif num_workers == 1 %}

You made a profit of {{ player.payoff_points }} points in this round.

You concluded {{ num_workers }} work contract:

The worker who accepted contract 1. made a profit of {{ worker1_payoff_points }} points this round.

{% else %}

You made a profit of {{ player.payoff_points }} points in this round.

You concluded {{ num_workers }} work contracts:

The worker from contract 1 made a profit of {{ worker1_payoff_points }} points.
The worker from contract 2 made a profit of {{ worker2_payoff_points }} points.

{% endif %} {% else %} {% if is_employed == True %}

You were employed this round:

{% else %}

You were not employed this round. You made a profit of {{ player.payoff_points }} points this round.

{% endif %} {% endif %} {% else %} {% if is_employer == True %} {% if num_workers == 0 %}

You did not employ any workers this round. You made a profit of {{ player.payoff_tokens }} tokens this round.

{% elif num_workers == 1 %}

You made a profit of {{ player.payoff_tokens }} tokens in this round.

You concluded {{ num_workers }} work contract:

The worker who accepted contract 1) made a profit of {{ worker1_payoff_tokens }} tokens this round.

{% else %}

You made a profit of {{ player.payoff_tokens }} tokens in this round.

You concluded {{ num_workers }} work contracts:

The worker who accepted contract 1 made a profit of {{ worker1_payoff_tokens }} tokens this round.
The worker who accepted contract 2 made a profit of {{ worker2_payoff_tokens }} tokens this round.

{% endif %} {% else %} {% if is_employed == True %}

You were employed this round:

{% else %}

You were not employed this round. You made a profit of {{ player.payoff_tokens }} tokens this round.

{% endif %} {% endif %} {% endif %}