{% 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 %}{{ workout.name }} {% endblock %} {% block og_title %}{{ workout.name }} {% endblock %} {% block description %}{{ workout.name }} {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block og_description %}{{ workout.name }} {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block og_image %} {% if graphs %} {% for graph in graphs %} {% endfor %} {% else %} {% endif %} {% endblock %} {% block image_src %} {% for graph in graphs %} {% endfor %} {% endblock %} {% block main %}
This workout was run as a virtual challenge. See challenge result here: {{ record.race.name }}
{% endfor %} {% endif %} {% if recordsindoor %} {% for record in recordsindoor %}This workout was as a virtual challenge. See challenge result here: {{ record.race.name }}
{% endfor %} {% endif %}
| Rower: | {{ first_name }} {{ last_name }} |
|---|---|
| Name: | {{ workout.name }} |
| Date: | {{ workout.date }} |
| Time: | {{ workout.starttime }} |
| Distance: | {{ workout.distance }}m |
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} |
| Type: | {{ workout.workouttype }} |
| Weight Category: | {{ workout.weightcategory }} |
| Comments | Comment ({{ aantalcomments }}) |
| Timed Course: | {{ course }} |
{{ summary }}