{% extends "newbase.html" %} {% block title %}Change Rower Workflow Page Settings{% endblock %} {% block main %}

Change Workflow Page Layout for {{ rower.user.first_name }} {{ rower.user.last_name }}

    {% if workoutid %}
  • Return to Workout

  • {% endif %}
  • 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.

  • {{ 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 %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}