{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Change Workout {% endblock %} {% block main %}

Bulk Actions

  • Edit and confirm the action you want to perform on the following workouts:

    {{ form.as_p }}
    {{ actionform.as_p }}
    {{ exportchoice.as_p }}
    {{ assignchoices.as_p }}
  • {% csrf_token %}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}