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.
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.
You were employed this round:
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.
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.
You were employed this round:
You were not employed this round. You made a profit of {{ player.payoff_tokens }} tokens this round.
{% endif %} {% endif %} {% endif %}