{% extends "base.html" %} {% load static %} {% block title %}Leaderboard | Testpoint{% endblock %} {% block meta_description %}Compare IELTS mock-test progress, track your rank, and build a consistent study habit.{% endblock %} {% block extra_css %}{% endblock %} {% block content %}
See how you rank, track your progress, and challenge yourself to reach your target band.
| Rank | Student | Band score | Tests | Trend |
|---|---|---|---|---|
| #{{ student.rank }} | {{ student.initial }}{{ student.name }}{% if student.is_current %} (You){% endif %}{% if student.demo %}Preview{% endif %} | {{ student.band|floatformat:1 }} | {{ student.tests }} | {{ student.trend }} |