{% extends "base.html" %} {% load url from future %} {% 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 %}

{% trans "Filter options" %}

{% blocktrans %} Use the second chart to pan or zoom by clicking and dragging the selection. Clicking on the background resets it. {% endblocktrans %}

{% trans "Options" %}

{% trans 'Export as CSV' %} {% trans "Export as CSV" %}

{% trans 'Import from spreadsheet' %} {% trans "Import from spreadsheet" %}

{% endblock %}