The following {{ plural('calendar needs', calendars, pword='calendar need') }} to be updated in order to have a triage owner:
{% for name, calendar in calendars.items() -%}
{% if calendar['nobody'] -%}
- {{ name }}: no triage owner for the next week.
{% else -%}
-
{{ name }}: cannot find the following {{ plural('person', calendar['persons']) }}:
{% for person in calendar['persons'] -%}
- {{ person }}
{% endfor -%}
{% endif -%}
{% endfor -%}