{% extends "base.html" %} {% load manager_extras %} {% load i18n %} {% block title %}{% trans "Import weight logs" %}{% endblock %} {% block content %}
{% csrf_token %} {{ form.non_field_errors }} {% yaml_form_field form.csv_input %} {% yaml_form_field form.date_format "ym-fbox-select" %}
{% 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. {% endblocktrans %}

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

{% endblock %}