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