{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{{schedule.name}}{% endblock %} {% block header %} {% endblock %} {% block content %} {% for step in schedule.schedulestep_set.select_related %}
{{ 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 %}
{% trans "Export calendar file" %}
{% trans "Export this schedule as a calendar file." %}
{% blocktrans %}You can then import the file it into your calendar application for example google calendar, outlook or iCal. This will create an appointment for each training day with the appropriate exercises.{% endblocktrans %}