{% set s = c.ctx.s %} {% if s.stale %} {# πŸ”΄ Staleness wins over every other reading. Numbers from a dead pipeline are worse than no numbers, because they look current. #}

β€œI can't see your numbers right now.”

No health data since {{ s.last_sync|rel(now) if s.last_sync else 'ever' }} β€” the sync has stopped.

{% elif s.recovery.on %}

β€œ{{ s.recovery.reasons[0].line }}”

{% elif not s.any %}

β€œNothing logged for today yet.”

{% endif %} {% if s.any and not s.is_today %}

Latest readings: {{ s.day }}

{% endif %} {% if s.recovery.on %}

πŸ›Ÿ Recovery day β€” penalties are held back{% if s.checkin %}, and a check-in is due{% endif %}.

{% endif %} {% for q in s.quiet %}

⚠ {{ q.label }}: {% if q.last %}nothing logged for {{ q.days }} days{% else %}never logged{% endif %}.

{% endfor %} See today's numbers β†’