{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block main %}

In Stroke Metrics

  • {% if user.rower|is_basic %}

    This is a preview of the page with advanced functionality for Pro users. See the About page for more information and to sign up for Pro Membership

    {% endif %}
  • Date:{{ workout.date }}
    Time:{{ workout.starttime }}
    Distance:{{ workout.distance }}m
    Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
    Public link to this workout https://rowsandall.com/rowers/workout/{{ workout.id|encode }}
  • {% if instrokemetrics %}

    Dynamic

    {% else %}

    Unfortunately, this workout doesn't have any in stroke metrics

    {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}