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