{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block title %}Rowsandall Virtual Challenges{% endblock %} {% block scripts %} {% endblock %} {% block main %}
Whether you routinely row between two landmarks on your river and want to compare times from one day to the other, or like a little competition between rowers in your neighborhood, Rowsandall courses are for you! They are useful for GPS-based timing of your time on the course, and enable easy, informal, timed event on any body of water you like.
On Rowsandall, rowers share courses and organize challenges. We're showing you a few on this page, but there are many more to explore. You can also add your own.
These courses are designed to be compatible with CrewNerd Custom Courses. You can synchronize the list of liked courses to the CrewNerd app on your phone, so you can get on-the-water indications of your time on the course.
{% if course.course in rower.followed_courses.all %} {% else %} {% endif %}
{{ course.course.country }}
{{ course.course.distance }}m
{{ challenge.challenge.startdate|date:"Y-m-d" }} {{ challenge.challenge.start_time|time:"H:i e" }} to {{ challenge.challenge.enddate|date:"Y-m-d" }} {{ challenge.challenge.end_time|time:"H:i e" }} ({{ challenge.challenge.timezone }})
{% if challenge.challenge.sessiontype == 'fastest_time' %} Time Challenge: To be rowed on the water {% elif challenge.challenge.sessiontype == 'fastest_distance' %} Distance Challenge: To be rowed on the water {% elif challenge.challenge.sessiontype != 'race' %} Indoor Race: To be rowed on a Concept2 ergometer {% endif %}
{% if challenge.challenge.sessiontype == 'fastest_time' %}