{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block content %}

Fusion Editor

Adding sensor data from workout {{ workout2.id }} into workout {{ workout1.id }}. This will create a new workout. After you submit the form, you will be taken to the newly created workout. If you are happy with the result, you can delete the two original workouts manually.

Workout 1: {{ workout1.name }}

Workout 2: {{ workout2.name }}

On the right hand side, please select the columns from workout 2 that you want to replace the equivalent columns in workout 1.

{{ form.as_table }}
{% csrf_token %}
{% endblock %}