{% extends 'whoop/base.html' %} {% block body %}
| Date | Recovery | Sleep Score | Strain |
|---|---|---|---|
| {{ day.day|date:"M d, Y" }} | {% if day.recovery_set.first %} {{ day.recovery_set.first.score|floatformat:0 }}% {% else %} - {% endif %} | {% if day.sleep_set.first %} {{ day.sleep_set.first.score|floatformat:0 }}% {% else %} - {% endif %} | {% if day.strain_set.first %} {{ day.strain_set.first.score|floatformat:1 }} {% else %} - {% endif %} |
No data available. Sync your data to get started.
{% endif %} {% endblock %}