@if (item.id && tags) { }
@if (allowCreate) { } @if (showFilter) { }
@if (hint) { {{hint}} } @if (getSuggestions().length > 0) { Suggestions:  @for (tag of getSuggestions(); track tag) { {{tag?.name}}  } }