{% extends "base.html" %} {% load wger_extras %} {% load i18n %} {% block title %}{% trans "Import weight logs" %}{% endblock %} {% block content %}
{% trans 'Submit' as submit_text %} {% render_form_fields form submit_text %}
{% endblock %} {% block sidebar %}

{% blocktrans %}Use this import field to import your weight logs into Workout Manager.{% endblocktrans %}

{% blocktrans %}You can copy and paste from your spreadsheet into the text input, the system will try to guess the format to import. The only things to consider is that the first column is the date, the second the weight. All further columns are ignored. There is a 1000 row limit. {% endblocktrans %}

{% blocktrans %}If there are errors, you can correct or discard them in a second step.{% endblocktrans %}

{% endblock %}