{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{{schedule.name}}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% trans "Nr." %} | {% trans "Actions" %} | {% trans "Workout" %} | {% trans "Weeks" %} |
---|---|---|---|
{{ forloop.counter }} | {{ step.workout }} {% if active_workout == step %} {% trans "active" %} {% endif %} | {{ step.duration }} | |
{% trans "No workouts found." %} {% trans "Add one now." %} | |||
{% trans "This schedule is a loop and will go through the workouts above till you deactivate it" %}
|
{% blocktrans %}Add as many workouts to the schedule as you want. You can edit the order per drag-and-drop. It's also possible to add one workout more than once.{% endblocktrans %}