{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Leave Team {% endblock %} {% block main %}

Confirm Leaving the team {{ team.name }}

  • {% if form.errors %}

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

    {% endif %}

    This will remove you and all your workouts from the team. If this is a closed team, you can only return when the team manager reinvites you. If this is an open team, you can return by applying for team membership.

    Cancel

    Leave

{% endblock %} {% block sidebar %} {% include 'menu_teams.html' %} {% endblock %}