@if (documents.length) { Show all } @if (documents.length) { @for (doc of documents; track doc) { }
Created Title Tags Correspondent
{{doc.created_date | customDate}} {{doc.title | documentTitle}} @for (t of doc.tags$ | async; track t) { } @if (doc.correspondent !== null) { {{(doc.correspondent$ | async)?.name}} }
} @else {

No documents

}