{% extends 'driver27/base.html' %} {% load static %} {% block dr27_content %} {{ block.super }}
Photo

{{ driver.first_name }} {{ driver.last_name }}

{% if by_season %}

Stats by season

{% for season in by_season %} {% endfor %}
{% include 'driver27/_selector_competition.html' %} Year Teams Races P1 WIN 1-3 FL Pts
{{ season.competition }} {{ season.year }} {{ season.teams }} {{ season.stats.RACE }} {{ season.stats.POLE }} {{ season.stats.WIN }} {{ season.stats.PODIUM }} {{ season.stats.FASTEST }} {{ season.stats.POINTS }}
{% else %} No results {% endif %}
{% include 'driver27/_summary_profile.html' %}
{% endblock %} {% block bootstrap3_extra_head %} {{ block.super }} {% endblock %} {% block bootstrap3_extra_script %} {{ block.super }} {% endblock %}