{% extends 'whoop/base.html' %} {% block body %}

Strain Data

Back to Dashboard

{% if strains %} {% for strain in strains %} {% endfor %}
Date Score Avg HR Max HR Kilojoules Workouts
{{ strain.day.day|date:"M d, Y" }} {{ strain.score|floatformat:1 }} {{ strain.averageHeartRate|floatformat:0 }} bpm {{ strain.maxHeartRate|floatformat:0 }} bpm {{ strain.kilojoules|floatformat:1 }} kJ {{ strain.workout_set.count }}
{% else %}

No strain data available.

{% endif %} {% endblock %}