Back to Paperless Ngx

Merge As Versions Confirm Dialog.Component

src-ui/src/app/components/common/confirm-dialog/merge-as-versions-confirm-dialog/merge-as-versions-confirm-dialog.component.html

3.1.0689 B
Original Source

{{title}}

{{message}}

Root document: @for (document of documents(); track document.id) { {{document.title}} }

Versions (oldest first): @for (documentID of versionDocumentIDs(); track documentID) { @let document = getDocument(documentID); @if (document) { -

@if (document.correspondent) { {{document.correspondent | correspondentName | async}}: }{{document.title}} {{document.created | customDate:'mediumDate'}} @if (document.page_count) { | {document.page_count, plural, =1 {One page} other {{{document.page_count}} pages}} } @if ($last) { Current version } } } @if (versionDocumentIDs().length > 1) { Drag to reorder. }

{{cancelBtnCaption}} {{btnCaption}}