{% load i18n %} {% load staticfiles %} {% load wger_extras %}

{{day.obj.description}}

{% trans 'Add weight log to this day' %} {% trans 'Add weight log to this day' %} {% if day.set_list|length > 0 %} {% trans 'Start gym mode' %} {% trans "Start gym mode" %} {% endif %} {% trans 'Edit' %} {% trans 'Edit' %} {% trans 'Delete' %} {% trans "Delete" %}
{% for set in day.set_list %}

{% trans "Options" %}

{% trans 'Edit' %} {% trans "Edit" %} {% trans 'Delete' %} {% trans "Delete" %}
{% trans "Exercises" %}
{% for exercise in set.exercise_list %} {{ exercise.obj.name }} {% endfor %}
{% endfor %}