{% extends "base.html" %} {% load i18n %} {% load staticfiles wger_extras %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% endblock %} {% block title %}{{schedule.name}}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% trans "Start date" %} | {{schedule.start_date}} |
---|---|
{% trans "Schedule active" %} | {% if schedule.is_active %} {% else %} {% endif %} |
{% trans "Is loop" %} | {% if schedule.is_loop %} {% trans "This schedule is a loop and will go through the workouts above till you deactivate it" %} {% else %} {% endif %} |
{% trans "Nr." %} | {% if is_owner %}{% trans "Actions" %} | {% endif %}{% trans "Workout" %} | {% trans "Weeks" %} | ||
---|---|---|---|---|---|
{{ forloop.counter }} | {% if is_owner %}{% endif %} | {{ step.workout }} {% if active_workout == step %} {% trans "active" %} {% endif %} | {{ step.duration }} | ||
{% trans "No workouts found." %} {% trans "Add one now." %} | |||||
{% if not schedule.is_active %} {% trans "Start schedule" %} {% endif %} {% trans "Add workout" %} |
{% 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 %}
{% endif %}
{% trans "Export calendar file" %}