{{ t('Create new resource group') }}
@if (!this.post.container.parent_id) {
{{ t('Please select a container.') }}
}
{{ t('Determines the time at which a status had to be transmitted (hh:mm).') }}
@if (serverTimezone) {
{{ t('Server timezone is:') }} {{ serverTimezone.server_timezone }}. {{ t('Current server time:') }} {{ serverTimezone.server_time }}
}
{{ t('Sends a reminder email to all users if no status had been transmitted before the deadline exceeded (in minutes).') }}
@if (this.PermissionsService.hasPermissionObservable(['timeperiods', 'viewdetails'])|async) { @if (post.timeperiod_id) { } } @else { }
{{ t('Region managers') }}
{{ t('Managers') }}
{{ t('Users') }}
    @if (this.PermissionsService.hasPermissionObservable(['scmmodule', 'resources', 'add'])|async) {
  • }