@if (!textIsNotEmpty(searchText)) {
tenant-profile.no-tenant-profiles-found
} @else {
{{ translate.get('tenant-profile.no-tenant-profiles-matching',
{entity: truncate.transform(searchText, true, 6, '...')}) | async }}
}
tenant-profile.create-new-tenant-profile