{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Weight overview" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% if not min_date %}
{% trans "There is no chart here because there are no weight entries." %} {% trans "Use link to add one." %}
{% endif %}{% trans "Add weight entry" %}
{% trans "You can click on a value on the chart to edit it. "%}
{% endblock %} {% block sidebar %}{% blocktrans %} Use the second chart to pan or zoom by clicking and dragging the selection. Clicking on the background resets it. {% endblocktrans %}