|
{{ func_tools.getDateStr(event.dateTimeStart) }}
|
{{ event.title }}
|
{{ getTeacherByUsername(event.teacher) }}
- {{ getTeacherByUsername(event.teacher2) }}
- {{ getTeacherByUsername(event.teacher3) }}
- {{ getTeacherByUsername(event.teacher4) }}
|
{{
calendarStore.getNumParticipants(event, showall, tools.peopleWhere.participants)
}}
|
{{
calendarStore.getNumParticipants(event, showall, tools.peopleWhere.lunch)
}}
|
{{
calendarStore.getNumParticipants(event, showall, tools.peopleWhere.dinner)
}}
|
{{
calendarStore.getNumParticipants(event, showall, tools.peopleWhere.dinnerShared)
}}
|
|