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