{% extends "base.html" %} {% block title %}Dashboard - Calorie Tracker{% endblock %} {% block content %}
{{ today.strftime('%A, %B %d, %Y') }}
Calories
/ {{ current_user.target_daily_calories }}
{{ remaining.calories|round|int }} remaining
Protein
/ {{ goals.target_protein_g }}g
{{ remaining.protein|round|int }}g remaining
{{ suggestion.category }}
Try: {{ suggestion.examples|join(', ') }}
You're on track! Keep up the good work! 🎉
{% endif %}• {{ food.name }} ({{ food.quantity }}x) - {{ food.calories|round|int }} cal
{% endfor %}{{ meal.totals.calories|round|int }}
calories
P: {{ meal.totals.protein|round|int }}g | C: {{ meal.totals.carbs|round|int }}g | F: {{ meal.totals.fat|round|int }}g