{% extends 'base.jinja' %} {% block title %}Formula 10 - Leaderboard{% endblock title %} {% set active_page = "/graphs" %} {% block body %}
Leaderboard
{# Table that lists each users + Total Points (?), Race guesses points, Season guesses points (missing overtakes + hottake), number of guesses that yielded points, average points per guess #}
History
{# Line chart of point history with a line per user #}
Statistics
{# Various statistics: Driver voted most for DNF #}
{% endblock body %}