{% 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 disqualify this result?

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

  • Rower:{{ record.username }}
    Name:{{ workout.name }}
    Date:{{ workout.date }}
    Time:{{ workout.starttime }}
    Distance:{{ record.distance }}m
    Duration:{{ record.duration |durationprint:"%H:%M:%S.%f" }}
    Type:{{ record.boatclass }} {{ record.boattype }}
    Weight Category:{{ record.weightcategory }}
  • {% if workout %}

    Workout Summary

            {{ workout.summary }}
          

    {% else %} The workout was removed by the user. {% endif %}
  • {% for graph in graphs %}
  • {{ graph.filename }}
  • {% endfor %} {% if mapdiv %}
  • {{ mapdiv|safe }} {{ mapscript|safe }}
  • {% endif %}
  • {{ the_div|safe }} {{ interactiveplot |safe }}
  • Yes, I want to reject this entry

    Please select a reason and add a comment (mandatory). Pressing 'Reject' 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 %}