{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Graphs{% endblock %} {% block content %}
| Date | Time | Name | Type | Delete | C2 upload | |
|---|---|---|---|---|---|---|
| {{ workout.date }} | {{ workout.starttime }} | {{ workout.name }} | {{ workout.workouttype }} | D | {% if not workout.uploadedtoc2 %}C2 | {% else %}{% endif %} |
No workouts found
{% endif %}No graphs found
{% endif %}