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

{{day.description}}

{% trans 'Add weight log to this day' %} {% trans 'Add weight log to this day' %} {% trans 'Edit' %} {% trans 'Edit' %} {% trans 'Delete' %} {% trans "Delete" %}
{% for set in day.set_set.select_related %}

{% trans "Options" %}

{% trans 'Edit' %} {% trans "Edit" %} {% trans 'Delete' %} {% trans "Delete" %}

{% trans "Exercises" %}

{% for exercise in set.exercises.select_related %} {{ exercise.name }} {% endfor %}
{% endfor %}