{% extends "base.html" %} {% block title %}Entries for {{ page.date_text }}{% endblock %} {% block content %} Back to calendar

{{ page.date_text }}

Daily total: {{ page.daily_total }} cal

Daily weight (lbs)

Auto-save enabled

Add entry

{% if page.entries.is_empty() %} {% else %} {% for entry in page.entries %} {% endfor %} {% endif %}
EntryCalories
No entries yet for this day.
Auto-save enabled
{{ entry.calories }} cal
{% endblock %} {% block scripts %} {% endblock %}