{% load cookielaw_tags %} {% load analytical %} {% block filters %} {% endblock %} {% analytical_head_top %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% include "ga.html" %} {% endif %} Rowsandall {% block meta %} {% endblock %} {% 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 %}
{% 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 %}