{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "New weight log" %} – {{day.description}}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% endblock %} {% block sidebar %}{% blocktrans %}A new workout session (impression, notes, time) will be created if there isn't already one for the selected date. If there is, it will simply be edited. Weight entries are always added.{% endblocktrans %}