{% extends "base.html" %} {% load i18n %} {% load static wger_extras crispy_forms_tags %} {# #} {# Opengraph #} {# #} {% block opengraph %} {{ block.super }} {% endblock %} {% block title %}{{schedule.name}}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% translate "Start date" %} | {{schedule.start_date}} |
---|---|
{% translate "Schedule active" %} | {% if schedule.is_active %} {% else %} {% endif %} |
{% translate "Is a loop" %} | {% if schedule.is_loop %} {% translate "This schedule is a loop and will go through the workouts above till you deactivate it" %} {% else %} {% endif %} |
{% translate "Nr." %} | {% if is_owner %}{% translate "Actions" %} | {% endif %}{% translate "Workout" %} | {% translate "Weeks" %} | ||
---|---|---|---|---|---|
{{ forloop.counter }} | {% if is_owner %}{% endif %} | {{ step.workout }} {% if active_workout == step %} {% translate "active" %} {% endif %} | {{ step.duration }} | ||
{% translate "No workouts found." %} {% translate "Add one now." %} | |||||
{% if not schedule.is_active %} {% translate "Start schedule" %} {% endif %} {% translate "Add workout" %} |
{% blocktranslate %}Add as many workouts to the schedule as you want. You can edit the order by dragging and dropping them. It's also possible to add one workout more than once.{% endblocktranslate %}
{% endif %}