Record outdoor play for hutch {{ hutch.letter }}{% if hutch.floor_label %} — {{ hutch.floor_label }}{% endif %}?
Occupants:
{% if residents %}
{% for r in residents %}{{ r.name }}{% endfor %}
{% else %}
None
{% endif %}
{% if hutch.last_playtime %}
Last played: {{ hutch.last_playtime | fmt_date }}
{% else %}
No playtime recorded yet.
{% endif %}