Weight
{{ user.weight_lb or '—' }} lb
{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
{{ user.weight_lb or '—' }} lb
{{ user.calorie_goal or '—' }}
{{ user.step_goal or '—' }}
{{ latest_checkin.date }} — {{ latest_checkin.feeling or 'No feeling recorded' }}
Weight: {{ latest_checkin.weight_lb or '—' }} lb | Calories: {{ latest_checkin.calories or '—' }} | Steps: {{ latest_checkin.steps or '—' }} | Sleep: {{ latest_checkin.sleep_hours or '—' }}h
| Date | Name | Status | |
|---|---|---|---|
| {{ w.date }} | {{ w.name }} | {{ w.status }} | View |
No workouts yet. Plan one now.
{% endif %} {% endblock %}