{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}
Due to a limitation in Polar Flow's API, we can only access new workouts. We have imported the following workouts and are now processing them. You will receive email when the workouts are ready.
{% if workouts %}| Imported | Date | Duration | Distance | Type |
|---|---|---|---|---|
| {% if workout|lookup:'filename' == '' %} NO {% else %} YES {% endif %} | {{ workout|lookup:'starttime' }} | {{ workout|lookup:'duration' }} | {{ workout|lookup:'distance' }} m | {{ workout|lookup:'type' }} |
No new workouts found
{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}