{% extends "base.html" %} {% load staticfiles %} {% 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 graphs1 %} {% endfor %} {% else %} {% endif %} {% endblock %} {% block image_src %} {% for graph in graphs1 %} {% endfor %} {% endblock %} {% endfor %} {% block content %}

{{ workout.name }}

{% if user.is_authenticated %} {% 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 }})

Workout Summary

{{ workout.summary }}

{{ mapdiv|safe }} {{ mapscript|safe }}

Images linked to this workout

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

No graphs found

{% endif %}
{{ interactiveplot |safe }}
{{ the_div|safe }}
{% endblock %}