{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block header %} {% endblock %} {% block title %}{% translate "BMI calculator" %}{% endblock %} {% block content %} {% crispy form %}

{% translate "Legend" %}

 
{% translate "Adipositas III" %}
 
{% translate "Adipositas II" %}
 
{% translate "Adipositas I" %}
 
{% translate "Overweight" %}
 
{% translate "Normal weight" %}
 
{% translate "Slight underweight" %}
 
{% translate "Moderate underweight" %}
 
{% translate "Strong underweight" %}
{% endblock %} {% block sidebar %}

Info

{% blocktranslate %}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.{% endblocktranslate %}

{% endblock %}