Any number of supervisors may be assigned.
Only admins and members of the "Work Logger" group are listed.
{% if form.supervisors.errors %}
{{ form.supervisors.errors.0 }}
{% endif %}
{% for choice in form.supervisors %}
{{ choice.tag }}
{% empty %}
No eligible supervisors. Add a user to the "Work Logger" group or grant them staff access first.
{% endfor %}