Today's shifts
Time slot
{# shift status #}
Volunteer
{% for shift in shifts %}
{{shift.start_time}} - {{shift.end_time}}
{% if shift.status != 'Assigned' %}{{shift.status}}{% endif %}
{% if 'employee' in shift %}
{{shift.employee.firstName}} {{shift.employee.lastName}}
{% endif %}
{% endfor %}