diff --git a/rowers/templates/panel_comments.html b/rowers/templates/panel_comments.html new file mode 100644 index 00000000..99de3bbc --- /dev/null +++ b/rowers/templates/panel_comments.html @@ -0,0 +1,31 @@ +{% load rowerfilters %} +{% load tz %} +
| Date/Time: | {{ workout.startdatetime|localtime}} | +{% endlocaltime %} +|
|---|---|---|
| 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 + | + |