{% extends 'driver27/base.html' %} {% load i18n %} {% block dr27_menu %} {% if season %} {% include 'driver27/season/season-menu-pre.html' %} {% else %} {% include 'driver27/competition/competition-menu-pre.html' %} {% endif %} {% include 'driver27/team/team-menu.html' %} {% endblock %} {% block dr27_content %} {{ block.super }} {% include 'driver27/team/team-list-scoring-form.html' %} {% include 'driver27/team/team-list-table.html' %} {% endblock %}