Paperless-ngx
@if (!searchFieldEmpty) { }
  • Logged in as {{this.settingsService.displayName}}

    Settings Logout
    Documentation
  •  Dashboard
  •  Documents
@if (savedViewService.loading || savedViewService.sidebarViews?.length > 0) {
Saved views @if (savedViewService.loading) {
}
}
    @for (view of savedViewService.sidebarViews; track view) {
  •  {{view.name}} @if (settingsService.organizingSidebarSavedViews) {
    }
  • }
@if (openDocuments.length > 0) {
Open documents
}
    @for (d of openDocuments; track d) {
  •  {{d.title | documentTitle}}
  • } @if (openDocuments.length >= 1) {
  •  Close all
  • }
Manage
  •  Correspondents
  •  Tags
  •  Document Types
  •  Storage Paths
  •  Custom Fields
  •  Templates
  •  Mail
Administration
  •  Settings
  •  Users & Groups
  • @if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) { {{tasksService.failedFileTasks.length}} }  File Tasks@if (tasksService.failedFileTasks.length > 0) { {{tasksService.failedFileTasks.length}} }
  •  Logs
  •  Documentation
  • {{ versionString }}
    @if (!settingsService.updateCheckingIsSet || appRemoteVersion) {
    Paperless-ngx {{ appRemoteVersion.version }} is available.
    Click to view.

    Paperless-ngx can automatically check for updates

    How does this work?

    @if (settingsService.updateCheckingIsSet) { @if (appRemoteVersion.update_available) { @if (appRemoteVersion?.update_available) { Update available } } } @else { }
    }