{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block title %}Planned Session{% endblock %} {% block main %} {% if user.is_authenticated and psdict.id.1|is_session_manager:user %}
Edit Session / Save to Library {% if psdict.garmin_schedule_id.1 %} Exported to Garmin {% else %} Export to Garmin {% endif %} {% if plannedsession.intervals_icu_id %} Exported to intervals.icu {% else %} Export to intervals.icu {% endif %}
{% endif %}| {{ value.0 }} | {{ value.1|linebreaks|urlshorten:"50" }} | {% else %} {% if value.1 %}{{ value.0 }} | {{ value.1 }} | {% endif %} {% endif %}
{{ steps|safe }}
{% endif %}| Nr | Name | Distance | Time | Date | Type |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ result|lookup:'name' }} | {{ result|lookup:'distance' }} | {{ result|lookup:'time'|deltatimeprint }} | {{ result|lookup:'date'|date:"Y-m-d" }} | {{ result|lookup:'type' }} |
| Date | Name | Distance | Duration | |
|---|---|---|---|---|
| {{ workout.date|date:"Y-m-d" }} | {{ workout.name }} | {{ workout.distance }}m | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | Detach |
Status: {{ status }}
Percentage complete: {{ ratio }}
| Name | Minutes | Meters | rScore | TRIMP | Complete Date | Status |
|---|---|---|---|---|---|---|
| {{ value|lookup:'first_name' }} {{ value|lookup:'last_name' }} | {{ value|lookup:'duration' }} | {{ value|lookup:'distance' }} | {{ value|lookup:'rscore' }} | {{ value|lookup:'trimp' }} | {{ value|lookup:'completedate' }} | {{ value|lookup:'status' }} |
Comments ({{ comments|length }})
{% for c in comments %}{{ c.user.first_name }} {{ c.user.last_name }} - {{ c.created }}
{% endfor %}Add a comment