{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block scripts %} jQuery UI Slider - Range slider {% endblock %} {% block main %}
{{ the_script |safe }}
{{ ds |safe }}

In Stroke Metrics

  • {% if user.rower|is_basic %}

    This is a preview of the page with advanced functionality for Pro users. See the About page for more information and to sign up for Pro Membership

    {% endif %}
    {% csrf_token %} {{ form.as_table }}

    With the Save buttons, you can save your analysis for future use and to compare multiple analyses to each other. You can find the saved analyses under the Analysis tab (in-stroke analysis).

    Download data

  • {{ the_div|safe }}
  • {{ dd|safe }}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}