{{ block title }} Results {{ endblock }} {{ block content }}
You scored {{ player.competition_score }} stars.
Your opponent scored {{ player.opponent_score }} stars.
{{ if player.competition_score > player.opponent_score }}You won over your opponent.
{{ endif }} {{ if player.opponent_score > player.competition_score }}You lost to your opponent.
{{ endif }} {{ if player.opponent_score == player.competition_score }}You equaled with your opponent.
{{ endif }} {{ next_button }} {{ endblock }}