{% extends 'django_nutrition/base.html' %} {% block title %}Meals {{ date }}{% endblock %} {% block extra_header_content %} {% endblock %} {% block content %}

Meals {{ date }}

Total kcal: {{ calories }}

Add Portion {% for m in meals %} {% endfor %}
Meal Calories
{{ m.name }} {{ m.calories }}
Add Portion
{% endblock %}