{% if player.participant.currency_is_points == True %}
Work Page

You will receive a wage of {% wage_received_points %} points. For this wage, the employer expects you to provide {% effort_requested %} effort.

The level of effort remains your choice, however.
If you provide {{ name_high_effort }} effort, you will incur a cost of {{ effort_cost_points_1 }} points.
If you provide {{ name_low_effort }} effort, you will incur a cost of {{ effort_cost_points_0 }} points.

Bear in mind that:


{% else %}
Work Page

You will receive a wage of {% wage_received_tokens %} tokens. For this wage, the employer expects you to provide {% effort_requested %} effort.

The level of effort remains your choice, however.
If you provide {{ name_high_effort }} effort, you will incur a cost of {{ effort_cost_tokens_1 }} tokens.
If you provide {{ name_low_effort }} effort, you will incur a cost of {{ effort_cost_tokens_0 }} tokens.

Bear in mind that:


{% endif %}