{% 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 }}
{% include 'driver27/team/team-list-scoring-form.html' %}
{% if olympic %}
{% include 'driver27/team/team-list-olympic.html' %}
{% else %}
{% include 'driver27/team/team-list-table.html' %}
{% endif %}
{% endblock %}