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

{{ team.name }} Select Duplicate Workouts ({{ rower.user.first_name }})

  • The workouts in the list are duplicate workouts. They are overlapping in time with other workouts you have performed. They are not used in analysis or statistics. With the form below you can select any number of duplicate workouts and remove them permanently. This action is not reversible.

    {% if workouts %}
    {% csrf_token %} Toggle All
    {{ form.as_table }}
    {% else %}

    No workouts found

    {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}