{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block content %}
| Distance | Duration | Date | Type | Import |
|---|---|---|---|---|
| {{ value }} | {% endif %} {% if key == "type" %}{{ value }} | {% endif %} {% if key == "distance" %}{{ value }}m | {% endif %} {% if key == "time_formatted" %}{{ value }} | {% endif %} {% if key == "id" %}Import | {% endif %} {% endfor %}
No workouts found
{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}