{% load i18n %} {% load staticfiles wger_extras thumbnail %} {% for set in day.set_list %} {% empty %} {% if not compact %} {% endif %} {% endfor %} {% if not compact %} {% endif %}
{{ day.days_of_week.text }} – {{ day.obj.description }} {% if not compact %} {% trans 'Delete' %} {% trans 'Edit' %} {% trans 'Add weight log to this day' %} {% endif %}
{{ forloop.counter }}
{% if not compact %} {% if day.set_list|length > 1 %} {% trans 'Move me' %}
{% endif %} {% trans 'Edit' %}
{% trans 'Delete' %}
{% endif %}
{% for exercise in set.exercise_list %}

{{ exercise.obj.name }}

{{exercise.setting_text}}

{% if not compact %} {% if not exercise.setting_list %}

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

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

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

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