{% extends "base.html" %} {% block title %}Team {% endblock %} {% block content %}
{{ team.notes }}
Manager: {{ team.manager.first_name }} {{ team.manager.last_name }}
You have requested access to this team
{% else %}
| Name | ||
|---|---|---|
| {{ member.user.first_name }} {{ member.user.last_name }} | {% if team.manager == user %}Drop | {% else %}{% endif %} |
Use the form to add a new user. You can either select a user from the list of your existing club members who are not on this team yet, or you can type the user's email address, which also works for users who have not registered to the site yet.
{% if inviteform.errors %}Please correct the error{{ inviteform.errors|pluralize }} below.
{% endif %} {% else %}{% endif %}