{% extends "emailbase.html" %} {% block body %}
Dear {{ first_name }} {{ last_name }},
{% if mode == 'water' %} Your 1 hour rowing effort on water has improved. Your current FTP setting on Rowsandall is {{ ftp }} Watt. Your recent 1 hour effort is {{ newftp }} Watt. {% else %} Your 1 hour effort on the indoor rower has improved. Your current FTP setting on Rowsandall is {{ ftp }} Watt. Your recent 1 hour effort is {{ newftp }} Watt. {% endif %}
You can set the new value on this settings page.
Best Regards, the Rowsandall Team
{% endblock %}