{% load i18n static wger_extras thumbnail %} {% for set in day.set_set.select_related.all %} {% endfor %} {% if editable %} {% endif %}
{% if editable %} {% endif %}

{{ day.description }}

{{ day.days_txt }}
#{{ forloop.counter }} {% if editable %} {% if false and day.set_list|length > 1 %}
{% endif %} {% endif %}
{% if set.comment %}

{{ set.comment }}

{% endif %}
{% for base in set.exercise_bases %} {% with base.get_exercise as exercise %}

{{ exercise.name }}

{{ base.settings }}

{% if editable %} {% if not base.settings %}

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

{% endif %} {% if base.exercisecomment_set.all %}

{% for comment in base.exercisecomment_set.all %} {{ comment }}
{% endfor %}

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