{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% block title %}{{schedule.name}}{% endblock %} {% block header %} {% endblock %} {% block content %} {% for step in schedule.schedulestep_set.select_related %}
{% endfor %}{{ workout.creation_date }}
{% trans "Weeks" %}: {{ step.duration }}
{% if active_workout == step %}{% trans "active" %}
{% endif %}{% 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 %}