{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} {% block main %}
This is where whacky new ideas are tested
Rower: {{ rower.user.first_name }}
{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}