+ {{ $t('attendance.title') }} +
+{{ $t('attendance.description') }}
+ +
+
+ {{ $t('attendance.navigation.today') }}
+
+
+
+
+ {{ $t('attendance.navigation.previousMonth') }}
+
+
+
+
+ {{ $t('attendance.navigation.nextMonth') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ dayjs(calendarPeriod.start)
+ .add(weekIndex - 1, 'day')
+ .format('ddd')
+ }}
+
+
+
+
+
+
+
+
+