{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Remove Athlete {% endblock %} {% block main %}

Confirm removing {{ athlete.user.first_name }} {{ athlete.user.last_name }}

  • This will remove this rower from your list of athlete. The athlete can still be in one of your training groups, but you cannot upload workouts, run analysis or edit settings on their behalf.

    Cancel

    Drop Athlete

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