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

The Labs

This is where whacky new ideas are tested

Basic

Pro

{% if user|is_planmember %} Training Target {% else %} Training Target {% endif %}

Experiments with a training target and plan builder

{% endblock %}