{{ title }}

@if (!createdBundle) {

Selected documents: {{ selectionCount }}

@if (documentPreview.length > 0) {
    @for (doc of documentPreview; track doc.id) {
  • {{ doc.title | documentTitle }}
  • } @if (selectionCount > documentPreview.length) {
  • + {{ selectionCount - documentPreview.length }} more…
  • }
}
} @else {
Share link requested

You can copy the link below or open the management screen to monitor its progress. The link will start working once it is ready.

Status
{{ statusLabel(createdBundle.status) }}
Slug
{{ createdBundle.slug }}
Link
Documents
{{ createdBundle.document_count }}
Expires
@if (createdBundle.expiration) { {{ createdBundle.expiration | date: 'short' }} } @if (!createdBundle.expiration) { Never }
File version
{{ fileVersionLabel(createdBundle.file_version) }}
@if (createdBundle.size_bytes !== undefined && createdBundle.size_bytes !== null) {
Size
{{ createdBundle.size_bytes | fileSize }}
}
}
A zip file containing the selected documents will be created. This process happens in the background and may take some time, especially for large bundles.
@if (createdBundle) { } @if (!createdBundle) { }