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

New Workouts Imported From Polar Flow

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 %}
{% for workout in workouts %} {% endfor %}
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' }}
{% else %}

No new workouts found

{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}