diff --git a/rowers/templates/embedded_video.html b/rowers/templates/embedded_video.html index e957f6fd..97196d18 100644 --- a/rowers/templates/embedded_video.html +++ b/rowers/templates/embedded_video.html @@ -254,7 +254,7 @@ function copyText() { // catchangle = ctch[Math.round(datatime)]; {% for id, metric in metrics.items %} {{ id }}_now = {{ id }}_values[Math.round(datatime)]; - // console.log(datatime,{{ id }}_now, "{{ metric.name }}") + // console.log(datatime,{{ id }},{{ id }}_now, "{{ metric.name }}") {% endfor %} @@ -374,11 +374,21 @@ function copyText() { {{ metric.unit }} {% endfor %} - {% for group in metricsgroups %} -
  • -
    + +
      + {% if 'basic' in metricsgroups %} +
    • +
    • - {% endfor %} +
    • +
      +
    • + {% endif %} + {% if 'forcepower' in metricsgroups %} +
    • +
      +
    • + {% endif %}
  • @@ -394,6 +404,22 @@ function copyText() {