+
  • +

    + 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 %} +
  • +