{% set x = c.ctx %} {% if x.open %} {% for b in x.open %}
{{ b.things|map(attribute='name')|join(' · ') }} {{ '🐶 worn' if b.kind == 'wear' else '🦴 play' }} · {{ (now - b.started_at)|dur }}{% if b.locked %} · 🔒{% endif %} {{ 'take it off' if b.kind == 'wear' else 'finish up' }}
{% endfor %} {% else %}

Nothing on right now.

{% endif %} {% if x.stale %}

⚠ {{ x.stale|length }} play bout{{ '' if x.stale|length == 1 else 's' }} left open — finish with the real time or discard.

{% endif %} {% if x.low %}

🧴 running low: {{ x.low|map(attribute='name')|join(', ') }}

{% endif %} {% if x.recent %} {% endif %} Open the kennel →