{{ block title }} Round {{ player.round_number }} - Choose an option {{ endblock }} {{ block content }} {% if player.participant.in_phase_2 %}

Since you are in Phase 2! Your earnings for this round are calculated as follows:

{% else %}

Since you are in Phase 1! Your earnings for this round are calculated as follows:

{% endif %}
{% for val in choice_order %}

Option {% if val == 1 %}{{ label_for_1 }}{% else %}{{ label_for_0 }}{% endif %}


{% if val == 1 %}{{ base_1 }}{% else %}{{ base_0 }}{% endif %} base points
+
(Number of matching neighbours / {{ num_neighbors }}) × {{ ep }}
{% endfor %}
Your final choice for this round:
{% for val in choice_order %}
{% endfor %}
{% if player.participant.in_phase_2 %} You are in Phase 2 {% else %} You are in Phase 1 {% endif %}
{{ endblock }}