{% extends "base.html" %} {% block title %}Shared Day {{ page.date_text }}{% endblock %} {% block content %} ← Back to @{{ page.username }} @{{ page.username }} - {{ page.date_text }} Daily total: {{ page.daily_total }} cal {% if page.show_weight %} Weight: {{ page.weight_label }} {% endif %} Food Entries FoodCalories {% if page.entries.is_empty() %} No entries shared for this day. {% else %} {% for entry in page.entries %} {{ entry.name }} {{ entry.calories }} cal {% endfor %} {% endif %} {% if !page.entries.is_empty() %} Calories by Entry {% endif %} {% endblock %} {% block scripts %} {% if !page.entries.is_empty() %} {% endif %} {% endblock %}
Daily total: {{ page.daily_total }} cal
Weight: {{ page.weight_label }}