{% extends "base.html" %} {% block content %}

League Leaderboard

See how your team ranks against the competition

Showing {{ time_label }} Rankings
{% for team in teams %} {% endfor %} {% if not teams %} {% endif %}
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!

Ready to join the rankings?

Create or join a team and start climbing the leaderboard today!

Join a Team
{% endblock %}