{% 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

{% if page.entries.is_empty() %} {% else %} {% for entry in page.entries %} {% endfor %} {% endif %}
FoodCalories
No entries shared for this day.
{{ entry.name }} {{ entry.calories }} cal
{% if !page.entries.is_empty() %}

Calories by Entry

{% endif %} {% endblock %} {% block scripts %} {% if !page.entries.is_empty() %} {% endif %} {% endblock %}