{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "New weight log" %} – {{day.description}}{% endblock %} {% block header %}{% endblock %} {% block content %}
{% csrf_token %} {{formset.management_form}} {% yaml_form_field dateform.date %}

{% trans "Exercises" %}

{% for key, value in exercises.items %}

{{value.obj.name}}

{% for form in value.forms %} {% endfor %}
{{form.reps}}
{% trans "Reps" %}
{{form.weight}}
kg.
{% empty %}

{% trans "Add exercises to this training day before adding a log." %} {% trans "Back to workout" %}

{% endfor %}

{% trans "Cancel" %}

{% endblock %} {% block sidebar %}

{% trans "Options" %}

{% trans 'Back to workout' %} {% trans "Back to workout" %}

{% endblock %}