{{ $t('falukant.church.summary.guidance') }}
| {{ $t('falukant.church.baptism.table.gender') }} | {{ $t('falukant.church.baptism.table.name') }} | {{ $t('falukant.church.baptism.table.age') }} | |
|---|---|---|---|
| {{ $t(`falukant.church.baptism.gender.${person.gender}`) }} | {{ person.age }} |
| {{ $t('falukant.church.current.office') }} | {{ $t('falukant.church.current.region') }} | {{ $t('falukant.church.current.holder') }} | {{ $t('falukant.church.current.supervisor') }} |
|---|---|---|---|
| {{ $t(`falukant.church.offices.${pos.officeType.name}`) }} | {{ pos.region.name }} | {{ $t(`falukant.titles.${pos.character.gender}.${pos.character.title || 'noncivil'}`) }} {{ pos.character.name }} — | {{ pos.supervisor.name }} — |
| {{ $t('falukant.church.current.none') }} | |||
| {{ $t('falukant.church.available.office') }} | {{ $t('falukant.church.available.region') }} | {{ $t('falukant.church.available.supervisor') }} | {{ $t('falukant.church.available.decision') }} | {{ $t('falukant.church.available.seats') }} | {{ $t('falukant.church.available.action') }} |
|---|---|---|---|---|---|
| {{ $t(`falukant.church.offices.${pos.officeType.name}`) }} | {{ pos.region?.name || '—' }} | {{ pos.supervisor.name }} — | {{ decisionModeLabel(pos.decisionMode) }} | {{ pos.availableSeats }} | |
| {{ $t('falukant.church.available.none') }} | |||||
| {{ $t('falukant.church.applications.office') }} | {{ $t('falukant.church.applications.region') }} | {{ $t('falukant.church.applications.applicant') }} | {{ $t('falukant.church.applications.date') }} | {{ $t('falukant.church.applications.action') }} |
|---|---|---|---|---|
| {{ $t(`falukant.church.offices.${app.officeType.name}`) }} | {{ app.region.name }} | {{ $t(`falukant.titles.${app.applicant.gender}.${app.applicant.title || 'noncivil'}`) }} {{ app.applicant.name }} ({{ app.applicant.age }}) | {{ formatDate(app.createdAt) }} | |
| {{ $t('falukant.church.applications.none') }} | ||||