{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Dashboard" %}{% endblock %} {% block content %}
{% trans "Your current weight is: "%} {{weight.weight|floatformat}} kg.
{% endif %}{% trans "After adding a workout or a nutritional plan, you can edit them to set a goal." %}
{% endblock %} {% block sidebar %}