{% extends "base.html" %} {% block title %}{{ date }} – Nutrition Tracker{% endblock %} {% block content %}
Exercise burned: {% for p in exercise %}{{ p.value.amount | fmt_num }}{% if p.value.unit %} {{ p.value.unit }}{% endif %} {{ p.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}No entries for this day.
{% endif %}