{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Weight log for workout" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% if workout.comment %}
{% trans "Goal" %}: {{workout.comment}}
{% endif %} {% for day in workout.canonical_representation.day_list %}
{% trans 'Add weight log to this day' %}
{% trans "No weight entries here." %}
{% endif %} {% endwith %} {% endwith %} {% empty%}{% trans "No exercises for this day." %}
{% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block sidebar %}{% blocktrans %}This page shows the weight logs belonging to this workout only. Click on an exercise to see all the historical data for it.{% endblocktrans %}
{% blocktrans %}Click on a value on a chart to edit the log entry.{% endblocktrans %}
{% blocktrans %}If on a single day there is more than one entry with the same number of repetitions, but different weights, only the entry with the higher weight is shown in the diagram.{% endblocktrans %}
{% endblock %}