{% extends "base.html" %} {% block title %}Change Rower Export Settings{% endblock %} {% block content %}
{% if workoutid %}

Return to Workout

{% endif %}

Workflow Page Configuration

On this page, you can configure the content of your "Workflow" page for each workout. If you want to remove an element, change it to "None". You can add one new element at a time.

Left Panel

{{ leftpanel_formset.management_form }} {{ leftpanel_formset.as_table }}
{% csrf_token %}

Middle Panel

{{ middlepanel_formset.management_form }} {{ middlepanel_formset.as_table }}
{% csrf_token %}
{% if rower.defaultlandingpage == 'workout_edit_view' %}

Default landing page is Edit View. Set default landing page to

Workflow View {% else %}

Default landing page is Workflow View. Set default landing page to

Edit View {% endif %}
{% endblock %}