{% extends 'base.jinja' %} {% block title %}Formula 10 - Leaderboard{% endblock title %} {% set active_page = "/graphs" %} {% block body %}
User | Points | Total picks | Correct picks | Points per pick |
---|---|---|---|---|
{{ user.name }} | {{ points.total_points_by(user.name) }} | {{ points.picks_count(user.name) }} | {{ points.picks_with_points_count(user.name) }} | {{ "%0.2f" % points.points_per_pick(user.name) }} |