{% extends "global/Page.html" %} {% block content %}

Round {{ player.round_number }} Results


You ranked {{ own_rank }} out of {{ group_size }} in your group.

{% if is_target %}
You completed {{ own_percent }}% of your personal target. The rankings below are based on the percentage of personal targets completed by each group member.
{% else %}
You earned {{ own_points }} points. The rankings below are based on the number of points earned each group member.
{% endif %}

Performance Rankings:

{% for p in group_data %} {% endfor %}
Rank Player
{{ p.round_rank }} {{ p.participant.vars.name }}
{% next_button %} {% endblock %}