Saved groups

{{#if (hasPermission currentUser 'timetables.create')}} Add timetable group {{/if}}
{{#if timetableGroups.length}} {{#each timetableGroups}} {{/each}} {{else}} {{/if}}
Name Description Time zone Entries Next start Actions
{{name}} {{short_description}} {{timeZone}} {{entry_count}} {{#if nextStartValue}} {{else}} {{nextStartLabel}} {{/if}} {{#if (anyPermission ../currentUser 'timetables.create' 'timetables.update' 'timetables.delete')}}
{{#if (hasPermission ../currentUser 'timetables.update')}} Edit {{/if}} {{#if (hasPermission ../currentUser 'timetables.create')}} Dupe {{/if}} {{#if (hasPermission ../currentUser 'timetables.delete')}}
{{#if inUse}} {{else}} {{/if}}
{{/if}}
{{else}} - {{/if}}
No timetable groups yet.
{{> table-pagination pagination=pagination basePath="/data-sources/timetables" alwaysShow=true}}