@if (loading()) {
Loading share links…
} @if (!loading() && error()) { } @if (!loading() && !error() && links().length === 0) {

No document share links currently exist.

} @if (!loading() && !error() && links().length > 0) {
@for (link of links(); track link.id) { }
Document Created Expires File version Actions
{{ link.document_title | documentTitle }} @if (copiedDocumentID() === link.document) { Copied! } @else { ID: {{link.document}} } {{ link.created | date: 'short' }} @if (link.expiration) { {{ link.expiration | date: 'short' }} } @else { Never } {{ fileVersionLabel(link.file_version) }}
Copied!
Delete share link
@if (total() > pageSize) {
} }