{% block title %} {% if player.round_number == 1 %}

Part 1

{% elif player.round_number == 3 %}

Part 2

{% else %}

Part 2

{% endif %} {% endblock %} {% block content %} {% if player.round_number == 1 %}

From now on, your choices in each round may be selected for payment.



{% endif %}

{{ next_button }}

{% endblock %}