mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
sync - build workin
This commit is contained in:
@@ -180,8 +180,8 @@
|
||||
<td class="nutrient-value">{{ "%.1f"|format(meal_food.protein) }}g</td>
|
||||
<td class="nutrient-value">{{ "%.1f"|format(meal_food.carbs) }}g</td>
|
||||
<td class="nutrient-value">{{ "%.1f"|format(meal_food.fat) }}g</td>
|
||||
<td class="nutrient-value">{{ "%.1f"|format(meal_food.fiber or 0) }}g</td>
|
||||
<td class="nutrient-value">{{ "%.0f"|format(meal_food.sodium or 0) }}mg</td>
|
||||
<td class="nutrient-value">{{ "%.1f"|format(meal_food['fiber']|float) }}g</td>
|
||||
<td class="nutrient-value">{{ "%.0f"|format(meal_food['sodium']|float) }}mg</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
<!-- Meal Totals Row -->
|
||||
|
||||
Reference in New Issue
Block a user