{{ block title }}Round {{ player.round_number }} - Results{{ endblock }} {{ block content }} {% if player.timeout_happened %} {% else %}
Your decision in this round was:

{{ my_symbol }}

Your points for this round:
Because you selected {{ my_symbol }},
you will receive {{ base_points_payoff }} base points.

Because {{ matches }} of your {{ num_neighbors }} neighbours have also decided for {{ my_symbol }},
you will receive {{ coordination_payoff }} bonus points .
{{ base_points_payoff }}
base points
+
[({{ matches }} / {{ num_neighbors }}) × {{ ep }}] = {{ coordination_payoff }}
bonus points
=

Total: {{ total_payoff }}

{% endif %}

{{ count_1 }}

Neighbours chose {{ sym_1 }}

{{ count_0 }}

Neighbours chose {{ sym_0 }}

{% next_button %}
{{ endblock }}