{{ 'PAC.Scope.SelectOrganization' | translate: { Default: 'Select an organization' } }}

{{ 'PAC.Users.InviteOrganizationHint' | translate: { Default: 'Choose the organization that the invite should belong to before continuing.' } }}
@if (organizations().length) { @for (organization of organizations(); track trackById($index, organization)) { } } @else {
{{ 'PAC.Organization.EmptySearch' | translate: { Default: 'No organizations match the current search.' } }}
}