{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% translate "Your schedules" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{{ schedule }}
{{ schedule.start_date }}
{% empty %} {% translate "No schedules found." %}{% blocktranslate %}Schedules are collections of workouts that you do in succession.{% endblocktranslate %}
{% blocktranslate %}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.{% endblocktranslate %}
{% blocktranslate %}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.{% endblocktranslate %}
{% endblock %} {% block options %} {% translate "Add schedule" %} {% endblock %}