{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall Workouts List{% endblock %} {% block content %}
| Date | Time | Name | Type | Distance | Duration | Avg HR | Max HR | {% if not team %}{% else %} | Owner | {% endif %}|||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ workout.date|date:"Y-m-d" }} | {{ workout.starttime|date:"H:i" }} | {% if workout.user.user == user or user == team.manager %} {% if workout.rankingpiece %} [RANKING PIECE] {% endif %} {% if workout.name != '' %} {{ workout.name }} | {% else %} No Name {% endif %} {% else %} {% if workout.name != '' %} {{ workout.name }} {% else %} No Name {% endif %} {% endif %}{{ workout.workouttype }} | {{ workout.distance }}m | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | {{ workout.averagehr }} | {{ workout.maxhr }} | {% if not team %}Export | {% else %}{{ workout.user.user.first_name }} {{ workout.user.user.last_name }} | {% endif %}Flex | Delete | |
No workouts found
{% endif %}
{% endif %}
This site is a beta site, pioneering rowing data visualization and analysis. No warranties. The site's author is Sander Roosendaal. A Masters rower. Read his blog
{% if team %}