{% extends 'base.html' %} {% load i18n static %} {% block menu %} {% include 'driver27/season/menu-pre.html' %}
{% trans 'Round' %} | {% trans 'Date' %} | {% trans 'Grand Prix' %} | {% trans 'Circuit' %} | {% trans 'Winner' %} | {% trans 'Winner team' %} | ||
---|---|---|---|---|---|---|---|
{{ race.round }} | {{ race.date }} | {{ race.grand_prix }} | {{ race.circuit }} | {% if race.winner %}{% with driver=race.winner.driver %} {{ driver }} {% endwith %} | {% with team=race.winner.team %} {{ team }} {% endwith %} | {% else %}- | - | {% endif %}