{% load i18n %} {% load staticfiles wger_extras thumbnail %}
| {{ day.days_of_week.text }} – {{ day.obj.description }} {% if editable %} {% endif %} | |
|---|---|
{{ forloop.counter }}{% if editable %} {% endif %} |
{% for exercise in set.exercise_list %}
{{ exercise.obj.name }}{{exercise.setting_text}} {% if editable %} {% if not exercise.setting_list %}
{% trans "This exercise has no repetitions." %}
{% for comment in exercise.comment_list %}
{{comment}} |
| {% trans "No exercises selected for this day." %} {% trans "Add one now." %} | |
| {% trans "Add exercises to this workout day" %} | |