{% extends "base.html" %} {% load staticfiles %} {% block title %}New Team{% endblock %} {% block content %}

Create a new Team

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %} {{ form.as_table }}
{% csrf_token %}
{% endblock %}