Back to Paperless Ngx

Trash.Component

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

3.0.3589 B
Original Source

Clear selectionRestore selectedDelete selectedEmpty trash

|

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

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

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

RestoreDelete

RestoreDelete | }

@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) { } }