{% extends "simpl/base.html" %} {% load static %} {% block heading %}Manage Teams{% endblock %} {% block page_description %} Build teams automatically with Auto Balance or create manual teams using Add Team. All players must be assigned or marked inactive before the game can start. {% endblock %} {% block main_wrap_classes %}v-nav-page-layout{% endblock %} {% block content_inner %} {{ block.super }}
{% endblock %}