{% block title %} You are done with stage {{ if player.round_number == 5 }}1{{ else }}2{{ endif }}! {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {# {{ if currentStage == 1}}#} {# #} {# {{ elif currentStage == 2}}#} {# #} {# {{ elif currentStage == 3}}#} {# #} {# {{ elif currentStage == 4}}#} {# #} {# {{ elif currentStage == 5}}#} {# #} {# {{ endif }}#} {{ if player.round_number == 5 }}

On the next stage you will go through five more Part 1 decisions.

{{ else }}

On the next stage you will go through different decisions.

{{ endif }}

Just as in the previous stage, one randomly decision from this stage will be picked {{ if player.round_number == 5 }} for you to make a part 2 decision{{ endif }}. We will add the money you earn from the picked decision in the randomly chosen stage to your bonus payment.


When you are ready, continue to start the {{ if player.round_number == 5 }}next{{ else }}last{{ endif }} stage.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}