{% 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 %}
{% if rank %}{% trans 'Count' %} | {% trans 'Team' %} | {% if rank_opt == 'seasons' %}{% trans 'Season' %} | {% endif %}
---|---|---|
{{ entry.stat }} | {{ entry.team }} | {% if rank_opt == 'seasons' %}{{ entry.season }} | {% endif %}