@if (suggestions?.terms; as terms) {
{{ 'search.SUGGESTIONS' | translate }}:
@for (suggestion of terms | keyvalue; track suggestion) {
@for (term of suggestion.value; track term) {
@if ($index == 0) {
{{ term }}
} @else {
{{ term }}
}
}
}
}
{{ searchInstruction | translate }}