Weight
{{ latest_weight or '—' }} lb
{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
{{ latest_weight or '—' }} lb
{{ current_phase.description }}
{% if current_phase.notes %}{{ current_phase.notes }}
{% endif %} {% if current_phase.start_date %}Started {{ current_phase.start_date }}{% endif %}| Day | Name | Status | |
|---|---|---|---|
| {{ w.date }} | {{ w.name }} | {{ w.status }} | View |
No workouts planned this week. Ask the AI Coach to plan your week.
{% endif %} {% if latest_checkin %}{{ latest_checkin.date }} — {{ latest_checkin.feeling or 'No feeling recorded' }}
Weight: {{ latest_checkin.weight_lb or '—' }} lb | Calories (yesterday): {{ latest_checkin.calories or '—' }} | Steps (yesterday): {{ latest_checkin.steps or '—' }} | Sleep: {{ latest_checkin.sleep_hours or '—' }}h
| Date | Name | Status | |
|---|---|---|---|
| {{ w.date }} | {{ w.name }} | {{ w.status }} | View |
No workouts yet. Ask the AI Coach to plan one.
{% endif %} {% endblock %}