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

Erase {{ column }} for {{ workout.name }}

  • This will erase column {{ column }} from the following workout:

    Name:{{ workout.name }}
    Date:{{ workout.date }}
    Time:{{ workout.starttime }}
    Distance:{{ workout.distance }}m
    Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}

    The data cannot be recovered. If you are sure, please confirm.

  • {% csrf_token %}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}