{% extends 'core/base.html' %} {% load bootstrap %} {% block content %}

Member management for team {{ team }}

Add user to team

{% csrf_token %} {{ form|bootstrap_inline }}

Team members

{% if is_paginated %}
{% endif %} {% endblock %}