{% load leaflet_tags %} {% load cookielaw_tags %} {% load tz_detect %} {% tz_detect %} {% load analytical %} {% block filters %} {% endblock %} {% analytical_head_top %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% include "ga.html" %} {% endif %} {% block title %}Rowsandall Rowing Data Analytics{% endblock %} {% block image_src %}{% endblock %} {% block og_image %} {% endblock %} {% block meta %} {% endblock %} {% leaflet_js %} {% leaflet_css %}
{% analytical_head_bottom %} {% analytical_body_top %} {% block body_top %}{% endblock %}
 

Free Data and Analysis. For Rowers. By Rowers.

{% if user.is_authenticated %}

{{ user.first_name }}

Edit user account, e.g. heart rate zones, power zones, email, teams {% else %}

login

{% endif %}
{% if user.is_authenticated %}

logout

{% else %}

 

{% endif %}
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
Pro Member
{% else %} {% endif %}
{% if user.is_authenticated %}

Upload

Upload CSV, TCX, FIT data files to rowsandall.com {% else %}

Register (free)

{% endif %}
{% if user.is_authenticated %}

Import

Import workouts from Strava, SportTracks, and C2 logbook {% else %}

 

{% endif %}
{% if user.is_authenticated %}

Workouts

See your list of workouts {% else %}

 

{% endif %}
{% if user.is_authenticated %}

Graphs

See your most recent charts {% else %}

 

{% endif %}
{% if user.is_authenticated %}

Analysis

Analysis of workouts over a period of time {% else %}

 

{% endif %}
{% block teams %} {% endblock %}
{% if messages %} {% for message in messages %} {% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}

{% else %}

{% endif %} {{ message|safe }}

{% endfor %} {% endif %} {% block message %} {% if message %}

{{ message }}

{% endif %} {% if successmessage %}

{{ successmessage }}

{% endif %} {% endblock %}
{% load tz %} {% block content %}{% endblock %}
{% block footer %} {% endblock %}
{% cookielaw_banner %}
{% analytical_body_bottom %} {% block body_bottom %}{% endblock %}