{% extends "base.html" %} {% load i18n %} {% load static %} {% load wger_extras %} {% block header %} {% endblock %} {% block title %}{% trans "BMI calculator" %}{% endblock %} {% block content %}
{% blocktrans %}Use the form to calculate your BMI (Body Mass Index). If you have entered data in the weight section, the last entry will be used automatically. Otherwise the weight you enter here will be saved in a new entry.{% endblocktrans %}
{% endblock %}