Today's shifts

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