{{ p.label }} |
{{ p.curr_guess | to2 }} |
{% if player.session.config.show_info_of_others %} {{ p.target | to2 }} {% endif %} |
{% if player.session.config.show_info_of_others %} {{ p.distance | to2 }} {% endif %} |
{% if player.session.config.show_info_of_others %} {{ p.subsession.initial_points | to2 }} {% endif %} |
{% if player.session.config.show_info_of_others %} {{ p.penalty | to2 }} {% endif %} |
{% if player.session.config.show_info_of_others %} {{ p.points | to2 }} {% endif %} |
{% endif %}
{% endfor %}