{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/chores.json {% endcomment %}
{% if kid_count == 0 %}
No kids configured Add members with role "kid" to data/family.json.
{% else %}
{% for col in columns %}
{{ col.name }}
{% if col.chores.size == 0 %} Nothing this week {% endif %} {% for chore in col.chores %}
{{ chore.title }} {% if chore.rotating %}rotating{% else %}every week{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
Chores {{ week_label }} · {{ week_range }} · rotates {{ rotates_on }}