{% 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 Add entry EntryCalories {% if page.entries.is_empty() %} No entries yet for this day. {% else %} {% for entry in page.entries %} Auto-save enabled Delete {{ entry.calories }} cal {% endfor %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
Daily total: {{ page.daily_total }} cal