{% extends "emailbase.html" %} {% block body %}
Dear {{ first_name }} {{ last_name }},
Congratulations! Your recent workout has been analyzed by Rowsandall.com and it appears your fitness, as measured by Critical Power, has improved! Critical Power (CP) is the power that you can sustain for a given duration. For more, see these articles in the analytics blog:
http://analytics.rowsandall.com/2017/06/17/how-do-we-calculate-critical-power/
Link to the workout: {{ siteurl }}/rowers/workout/{{ workoutid }}
{% if btvalues %}These were the breakthrough values:
| Time (sec) | New Power (W) | Old Power |
|---|---|---|
| {{ set["time"] }} | {{ set["cpvalue"] }} | {{ set["pwr"] }} |
To opt out of these email notifications, deselect the checkbox on your Profile page under Account Information.
Best Regards, the Rowsandall Team
{% endblock %}