{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Your schedules" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% trans "Description" %} | {% trans "Date" %} | |
---|---|---|
{{ schedule.name }} {% if schedule.is_active %} {% trans "active" %} {% endif %} | {{ schedule.start_date }} | |
{% trans "No schedules found." %} {% trans "Add one now." %} |
{% blocktrans %}Schedules are collections of workouts that you do in succession.{% endblocktrans %}
{% blocktrans %}You can indicate how long you want to do each workout before jumping to the next. It is also possible to create a loop, so you always do the same workouts in succession, e.g. A > B > C > A > B > C and so on.{% endblocktrans %}
{% blocktrans %}The currently active schedule will remain active (and be shown e.g. in your dashboard) till it reaches the last workout or till you deactivate it, if it is a loop.{% endblocktrans %}