@if (!textIsNotEmpty(searchText)) {
rulenode.no-link-labels-found
} @else {
{{ translate.get('rulenode.no-link-label-matching',
{label: truncate.transform(searchText, true, 6, '...')}) | async }}
}
@if (allowCustom) {
rulenode.create-new-link-label
}