{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% get_current_timezone as TIME_ZONE %} {% 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 scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}

Edit Workout {{ workout.name }}

Advanced

Advanced Functionality (More interactive Charts)
{% localtime on %} {% endlocaltime %}
Date/Time:{{ workout.startdatetime|localtime}}
Distance:{{ workout.distance }}m
Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
Public link to this workout https://rowsandall.com/rowers/workout/{{ workout.id }}
Comments Comment ({{ aantalcomments }})
Public link to interactive chart https://rowsandall.com/rowers/workout/{{ workout.id }}/interactiveplot
{{ form.as_table }}
{% csrf_token %}
{% if workout.privacy == 'visible' %} Set Private Only you can see this workout {% else %} Make Public Make this workout visible to your teams and followers {% endif %}

Images linked to this workout

Generating images takes roughly 1 second per minute of your workout's duration. Please reload after a minute or so.

{% if graphs1 %} {% for graph in graphs1 %} {% if forloop.counter == 1 %} {% elif forloop.counter == 3 %} {% else %} {% endif %} {% endfor %} {% for graph in graphs2 %} {% if forloop.counter == 1 %} {% elif forloop.counter == 3 %} {% else %} {% endif %} {% endfor %} {% else %}

No graphs found

{% endif %}

Workout Summary

          {{ workout.summary }}
        

{{ mapdiv|safe }} {{ mapscript|safe }}
{% endblock %}