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

Available on C2 Logbook

{% if data %} {% for workout in data %} {% for key,value in workout.items %} {% if key == "date" %} {% endif %} {% if key == "type" %} {% endif %} {% if key == "distance" %} {% endif %} {% if key == "time_formatted" %} {% endif %} {% if key == "id" %} {% endif %} {% endfor %} {% endfor %}
Distance Duration Date Type Import
{{ value }}{{ value }}{{ value }}m{{ value }}Import
{% else %}

No workouts found

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