{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block title %}{{ course.name }} {% endblock %} {% block og_title %}{{ course.name }} {% endblock %} {% block main %}
| Name | {{ course.name }} |
|---|---|
| Country | {{ course.country }} |
| Notes | {{ course.notes|linebreaks }} |
| Manager | {{ course.manager }} |
{% if course in rower.followed_courses.all %} You have liked this course. If you use CrewNerd, you can synchronize this course to your phone in the app. {% else %} By clicking on the link below, you can add the course to your "liked" list, which can be synchronized with the CrewNerd app (from your phone). {% endif %}
{% if course in rower.followed_courses.all %} Remove this course from your list of liked courses {% else %} Like this course {% endif %}
Suggested Workout: {{ workoutid|getworkoutname }}
Measure time on course
{% if onlyme %} All Results {% else %} Only My Results {% endif %}
Suggested Workout: {{ workoutid|getworkoutname }}
Measure time on course
| Time | Distance | Date | |
|---|---|---|---|
| {{ record.duration |durationprint:"%H:%M:%S.%f" }} | {{ record.distance }} m | {{ record.workoutid|workoutdate }} |