{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% 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 %} {% if graphs1 %} {% endif %} {% for graph in graphs1 %} {% block og_image %} {% if graphs1 %} {% for graph in graphs %} {% endfor %} {% else %} {% endif %} {% endblock %} {% block image_src %} {% for graph in graphs %} {% endfor %} {% endblock %} {% endfor %} {% block main %}

Do you want to withdraw this result?

  • Before you remove this challenge result, please carefully review it using the information below. If you still want to remove the entry, scroll down to the form.

  • Rower:{{ record.username }}
    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 }}
  • Workout Summary

            {{ workout.summary }}
          

  • {% for graph in graphs %}
  • {{ graph.filename }}
  • {% endfor %} {% if mapdiv %}
  • {{ mapdiv|safe }} {{ mapscript|safe }}
  • {% endif %}
  • {{ the_div|safe }} {{ interactiveplot |safe }}
  • Yes, I want to remove this entry

    Please select a reason and add a comment (mandatory). Pressing 'Remove' removes the submitted result. An email will be sent to the rower. There is no "undo".

    {{ form.as_table }}

    {% csrf_token %}

{% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}