{% trans "Energy" %}: {{nutritional_info.total.energy|floatformat}} {% trans "kcal" %}
{% trans "Protein" %}: {{nutritional_info.total.protein|floatformat}} {% trans_weight_unit 'g' user %}
{% trans "Carbohydrates" %}: {{nutritional_info.total.carbohydrates|floatformat}} {% trans_weight_unit 'g' user %}
{% trans "Fat" %}: {{nutritional_info.total.fat|floatformat}} {% trans_weight_unit 'g' user %}
{% if weight %}
{% trans "Your current weight is: "%}
{{weight.weight|floatformat}} {% trans_weight_unit 'kg' user %}
{% endif %}
{% endif %}
{% trans "Start gym mode" %}
{% blocktrans %}Use the gym mode to
start an interactive training session. If you enter lifted weights, they will
be added to your workout log. A timer between sets helps you keep track of the
pauses you do.{% endblocktrans %}
{% trans "Tip:" %}
{% blocktrans %}You can deactivate the timer or set
its default duration in your settings.{% endblocktrans %}