{% extends "base.html" %} {% load i18n crispy_forms_tags %} {% block title %}{% translate "Import weight logs" %}{% endblock %} {% block content %}
{% endblock %} {% block sidebar %}{% blocktranslate %}Use this import field to import your weight logs into Workout Manager.{% endblocktranslate %}
{% blocktranslate %}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. {% endblocktranslate %}
{% blocktranslate %}If there are errors, you can correct or discard them in a second step.{% endblocktranslate %}
{% endblock %}