{% extends 'driver27/base.html' %} {% load i18n %} {% block dr27_menu %} {% include 'driver27/_selector_menu.html' %} {% include 'driver27/team/team-menu.html' %} {% endblock %} {% block dr27_content %} {{ block.super }} {% load champion_filter i18n %}
{% csrf_token %}
{% if rank %} {# #} {# {% if races %}#} {# #} {# {% trans 'Current record' %}#} {# {% else %}#} {# #} {# {% trans 'Current record by race' %}#} {# {% endif %}#} {# #} {% for count,team in rank %} {% endfor %}
{% trans 'Count' %} {% trans 'Team' %}
{{ count }} {{ team }}
{% endif %} {% endblock %} {% block bootstrap3_extra_script %} {{ block.super }} {% endblock %}