{% load i18n %} {% load staticfiles wger_extras thumbnail %} {% if editable %} {% endif %} {% if editable %} {% for set in day.set_list %} {% endfor %} {% endif %}
{# #} {# Day #} {# #} {% if editable %} {% endif %}

{{ day.obj.description }}

{{ day.days_of_week.text }}
{# #} {# Sets #} {# #} {% for set in day.set_list %} {% if set.has_settings %} {% else %} {% endif %} {% if editable %} {% endif %} {% for exercise in set.exercise_list %}
{% if exercise.obj.main_image %} {{exercise.obj}} {% else %} {% trans 'Placeholder image for exercise' %} {% endif %}

{{ exercise.obj.name }}

{{exercise.setting_text}}

{% if not exercise.setting_list %}

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

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

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

{% endif %} {% endif %}
{% endfor %}
{% empty %} {% if editable %} {% trans "No exercises selected for this day." %}
{% trans "Add one now." %}
{% endif %} {% endfor %} {% if day.set_list %} {% if editable %} {% trans "Add exercises to this workout day" %} {% endif %} {% endif %}