{% for p in player_in_round.group.get_players %} {% if p.label_num == player_in_round.label_num %} {% else %} {% endif %} {% endfor %}
Jugador Número elegido Valor ideal Distancia al ideal Puntuación inicial Penalización Puntuación del período
{{ p.label }} {{ p.curr_guess | to2 }} {{ p.target | to2 }} {{ p.distance | to2 }} {{ p.subsession.initial_points | to2}} {{ p.penalty | to2 }} {{ p.points | to2 }}
{{ 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 %}