{% extends 'driver27/base.html' %} {% load static %} {% block dr27_menu %} {% include 'driver27/season-menu-pre.html' %}
Position | Driver | Team | Start | |
---|---|---|---|---|
{% if result.retired or not result.finish %} Retired {% else %} {{ result.finish }} {% endif %} | {{ result.driver }} | {{ result.team }} | {% if result.qualifying %} {{ result.qualifying }} {% else %} - {% endif %} | {% if result.wildcard %} Wildcard {% endif %} {% if result.fastest_lap %} Fastest lap {% endif %} |