{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% 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 %} {% block og_image %} {% endblock %} {% block main %}

{{ workout.name }}

  • /{{ graph.filename }}

  • Share

    Tweet

  • {% if user.is_authenticated and user == rower.user %}

    Edit Workout

    {% else %}

    See Workout

    {% endif %} {% if user.is_authenticated and user == rower.user %}

    Workflow View

    {% else %}

     

    {% endif %}
  • {% if user.is_authenticated and user == rower.user %}

    Delete Chart

    {% else %}

     

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