{{ $t('lang.shared.stopServiceNotificationTitle') }}
{{ $t('lang.shared.stopServiceNotificationDescription',{startDate: app.serviceStopStartHour, endDate: app.serviceStopEndHour}) }}
{{headerConfig.title}}
{{ $t('lang.shared.lastConnection') }}: {{ lastLogin }}
{{ pageTitle }}
{{process.group.title[currentLanguage]}}
{{process.title[currentLanguage]}}
{{ $t('lang.shared.register') }}{{process.description[currentLanguage]}}
- {{ $t('lang.shared.entity') }}: {{process.entity.name}}
- {{ $t('lang.shared.deadlineDate') }}: {{process.startDate.format(app.formatDate)}} - {{process.endDate.format(app.formatDate)}} -
- {{ $t('lang.shared.claimPeriod') }}: {{process.claimsStartDate.format(app.formatDate)}} - {{process.claimsEndDate.format(app.formatDate)}}
- {{ $t('lang.shared.meritsPeriod') }}: {{process.meritPresentationStartDate.format(app.formatDate)}} - {{process.meritPresentationEndDate.format(app.formatDate)}} -
- {{ $t('lang.shared.staffType') }}: {{$t(StaffTypeToPrint[StaffType[process.staffType]])}}
- {{ $t('lang.shared.process') }}: {{ $t(OppositionType.translations[process.oppositionType]) }} {{ $t('lang.shared.specificContest') }}
-
{{ $t('lang.shared.vacancies') }}:
{{process.vacancies.getTotalVacanciesAndExtra()}}
- {{ $t('lang.shared.freeTurn') }}: {{process.vacancies.free + process.vacancies.extraFree}}
- {{ $t('lang.shared.freeTurnCapability') }}: {{process.vacancies.freeDisability + process.vacancies.extraFreeDisability}}
- {{ $t('lang.shared.insideTurn') }}: {{process.vacancies.internal + process.vacancies.extraInternal}}
- {{ $t('lang.shared.insideTurnCapability') }}: {{process.vacancies.internalDisability + process.vacancies.extraInternalDisability}}
- {{ $t('lang.shared.mobilityTurn') }}: {{process.vacancies.mobility + process.vacancies.extraMobility}}
-
{{ $t('lang.shared.turns') }}:
- {{ $t('lang.shared.free') }}
- {{ $t('lang.shared.freeDisability') }}
- {{ $t('lang.shared.freeDesignation') }}
- {{ $t('lang.shared.freeDesignationDisability') }}
- {{ $t('lang.shared.internalPromotion') }}
- {{ $t('lang.shared.internalDisability') }}