{% load i18n static wger_extras thumbnail %} {% for set in day.set_list %} {% endfor %} {% if editable %} {% endif %}
{{ day.days_of_week.text }} – {{ day.obj.description }} {% if editable %} {% endif %}
#{{ forloop.counter }} {% if editable %} {% if false and day.set_list|length > 1 %}
{% endif %} {% endif %}
{% for exercise in set.exercise_list %}

{{ exercise.obj.name }}

{{exercise.setting_text}}

{% if editable %} {% if not exercise.setting_obj_list %}

{% translate "This exercise has no repetitions." %}
{% translate "Edit them now."%}

{% endif %} {% if exercise.comment_list %}

{% for comment in exercise.comment_list %} {{comment}}
{% endfor %}

{% endif %} {% endif %}
{% endfor %}
{% translate "Add exercises to this workout day" %}