{% extends 'driver27/base.html' %} {% load static %} {% block dr27_menu %} {% include 'driver27/season-menu-pre.html' %} {% endblock %} {% block dr27_content %} {{ block.super }} {% for result in results %} {% endfor %}
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 %}
{% endblock %}