@if (suggestions?.suggested_tags.length > 0) {
Tags
@for (tag of suggestions.suggested_tags; track tag) { {{ tag }} } } @if (suggestions?.suggested_document_types.length > 0) {
Document Types
@for (type of suggestions.suggested_document_types; track type) { {{ type }} } } @if (suggestions?.suggested_correspondents.length > 0) {
Correspondents
@for (correspondent of suggestions.suggested_correspondents; track correspondent) { {{ correspondent }} } }