Latest reading
{{ latest.systolic }} / {{ latest.diastolic }} mmHg
Most recent, across all dates
{% else %}Your first reading starts here
Record your blood pressure and pulse to get started.
{% endif %}{% extends '_layout.html' %} {% from 'components.html' import reading_rows %} {% block title %}{{ view|title }} · BP Tracker{% endblock %} {% block content %}
YOUR DAILY PICTURE
{{ 'A clearer view of your blood pressure.' if view == 'overview' else 'Every reading, in one place.' if view == 'history' else 'See how your readings change over time.' }}
{{ latest.systolic }} / {{ latest.diastolic }} mmHg
Most recent, across all dates
{% else %}Your first reading starts here
Record your blood pressure and pulse to get started.
{% endif %}{{ stats.systolic }} / {{ stats.diastolic }}
mmHg · {{ stats.pulse }} bpm average pulse
{% else %}No readings yet
Averages appear when you add a reading.
{% endif %}{{ selected.start.strftime('%d %b') }} – {{ selected.end.strftime('%d %b %Y') }}
{{ stats.count }}
In the selected period
Times shown in {{ timezone_name }}
Daily averages in mmHg. Select a day to see its readings.
Personal thresholds: {{ sys_threshold }}/{{ dia_threshold }} mmHg · Adjust in Settings