- {
Anwesenheit
+{{ $t("Anwesenheit") }}
- Präsenztag: Circle «{{ circleMeta(item.circle_id)?.name }}» + {{ $t("a.Präsenztag") }}: Circle «{{ + circleMeta(item.circle_id)?.name + }}»
-Durchführung «{{ courseSessionName(item.course_session_id) }}»
+
+ {{ $t("a.Durchfuehrung") }} «{{
+ courseSessionName(item.course_session_id)
+ }}»
+
- Termin: {{ (item as PresenceRecordStatisticsType).due_date }}
+ {{ $t("a.Termin") }}:
+ {{ (item as PresenceRecordStatisticsType).due_date }}
- {{ (item as PresenceRecordStatisticsType).participants_present }} von
- {{ (item as PresenceRecordStatisticsType).participants_total }}
- Teilnehmenden anwesend
+ {{
+ $t("a.present von total Teilnehmenden anwesend", {
+ present: (item as PresenceRecordStatisticsType)
+ .participants_present,
+ total: (item as PresenceRecordStatisticsType).participants_total,
+ })
+ }}