{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Analysis {% endblock %} {% block content %}

Analysis

Functionality to analyze multiple workouts.

Basic

Ranking Pieces

Analyze your Concept2 ranking pieces over the past 12 months and predict your pace on other pieces.

Analysis Feature 2

Reserved for future functionality.

Analysis Feature 3

Reserved for future functionality.

Pro

{% if user.rower.rowerplan == 'pro' %} Power Histogram {% else %} Power Histogram {% endif %}

Plot a power histogram of all your strokes over the past 12 months.

Pro Feature 2

Reserved for future functionality.

Pro Feature 3

Reserved for future functionality.

{% endblock %}