{% 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 %}π 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 β