{% 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 %}

{%trans "Options" %}

{% trans 'Edit' %}{% trans 'Edit' %} {% trans 'Delete' %}{% trans 'Delete' %}
{% endfor %} {% endblock %} {% block sidebar %}

{% trans "Adding workouts" %}

{% 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 "Options" %}

{% trans 'Export calendar file' %} {% trans "Export calendar file" %}

{% trans 'Edit schedule' %} {% trans "Edit schedule" %}

{% trans 'Delete schedule' %} {% trans "Delete schedule" %}

{% endblock %}