Back to Paperless Ngx

Trash.Component

src-ui/src/app/components/admin/trash/trash.component.html

2.20.15578 B
Original Source

Clear selection Restore selected Delete selected Empty trash

|

| Name | Remaining | Actions | | --- | --- | --- | --- | @if (loading) { |

Loading... | } @for (document of documentsInTrash; track document.id) { |

| {{ document.title }} | {{ getDaysRemaining(document) }} days |

RestoreDelete

Restore Delete | }

@if (!loading) {

{totalDocuments, plural, =1 {One document in trash} other {{{totalDocuments || 0}} total documents in trash}} @if (selectedDocuments.size > 0) { ({{selectedDocuments.size}} selected) } @if (documentsInTrash.length > 20) { } }