{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Fitness Progress {% endblock %} {% block main %} {{ chartscript |safe }} {% if rower.user %}

Fitness Progress for {{ rower.user.first_name }}

{% else %}

Fitness Progress for {{ user.first_name }}

{% endif %}

This is an experimental page. Using the form below you can set a date range to compare a prediction of your form (from TRIMP or rScore values representing your workload). The Fitness Time Constant is the time constant describing your fitness decline when you stop training. The Fatigue Time Constant (shorter than fitness time constant) is the time constant describing fatigue decline after a session. You have to select a test duration that represents your fitness goal and is a duration for which you regularly do maximal or submaximal efforts during your regular rowing workouts.

  • {{ form.as_table }}
    {% csrf_token %}
  • {{ the_div|safe }}
{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}