{{ block title }} Practice Round: Overview of Reviews {{ endblock }} {{ block content }}
Your rank is {{ rank }}. {{ if rank == 1}} You won the practice round. {{ else}} You did not win the practice round. {{ endif }}

{{ if treatment == "Three_trans"}}
Total rating given by Participant 1.
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }}).
Total rating given by Participant 2.
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }}).
Total rating given by you.
Average total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }}).
{{ elif treatment == "One_trans" }}
Total rating given by Participant 1.
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }}).
Total rating given by Participant 2.
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }}).
Total rating given by you.
Total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }}).
{{ elif treatment == "One_intrans" }}
Total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }}).
Total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }}).
Total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }}).
{{ elif treatment == "Three_intrans"}}
Average total rating Participant 1 received: {{ total_review_on_player_1 }} (Rank: {{ rank_player_1 }}).
Average total rating Participant 2 received: {{ total_review_on_player_2 }} (Rank: {{ rank_player_2 }}).
Average total rating you received: {{ total_review_on_player_3 }} (Rank: {{ rank_player_3 }}).
{{ endif }}
{{ formfields }}
{{ next_button }}
{{ endblock }}