updated the tracker to have more features

This commit is contained in:
2025-09-30 12:24:54 -07:00
parent 4f41b5d69e
commit 199893c4d8

View File

@@ -82,10 +82,7 @@
</div>
<div class="col text-end">
<div class="small text-muted">
{{ "%.1f"|format(meal_food.quantity) }} {{ meal_food.food.serving_unit }}
{% if meal_food.food.serving_size %}
({{ meal_food.food.serving_size }})
{% endif %}
{{ meal_food.food.serving_size }} {{ meal_food.food.serving_unit }}
</div>
</div>
{% endfor %}