{% extends "base.html" %} {% block content %}
See how your team ranks in {{ selected_league.name if selected_league else "your league" }}
{{ top_teams[1].name }}
{{ top_teams[1].points }} pts
{{ top_teams[0].name }}
{{ top_teams[0].points }} pts
{{ top_teams[2].name }}
{{ top_teams[2].points }} pts
| Rank | Team | Points | Change |
|---|---|---|---|
| {{ team.rank }} | {{ team.name }} | {{ team.points }} | {% if team.change > 0 %} {{ team.change }} {% elif team.change < 0 %} {{ team.change|abs }} {% else %} - {% endif %} |
| No teams found. Start a quiz league to see rankings here! | |||
Create or join a team and start climbing the leaderboard today!
Join a Team