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