{% load i18n %} {% load staticfiles %} {% load wger_extras %} {% for set in day.set_list %} {% empty %} {% endfor %}
{{ day.days_of_week.text }} – {{ day.obj.description }} {% trans 'Delete' %} {% trans 'Edit' %} {% trans 'Add weight log to this day' %}
{{ forloop.counter }} {% if day.set_list|length > 1 %} {% trans 'Move me' %}
{% endif %} {% trans 'Edit' %} {% trans 'Delete' %}
{% 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 %}
    {% for comment in exercise.comment_list %}
  • {{comment}}
  • {% endfor %}
{% endfor %}
{% trans "No exercises selected for this day." %} {% trans "Add one now." %}
{% trans "Add exercises to this workout day" %}