{% extends 'base.jinja' %} {% block title %}Formula 10 - Statistics{% endblock title %} {% set active_page = "/stats" %} {% block body %}
Place | Driver | Points | DNFs |
---|---|---|---|
{{ driver_standing }} | {{ driver.name }} | {{ points.wdc_points()[driver.name] }} | {{ points.dnfs()[driver.name] }} |
Place | Team | Points |
---|---|---|
{{ team_standing }} | {{ team.name }} | {{ points.wcc_points()[team.name] }} |