@if (documentOptionsLoaded) { } @else { } @if (process.hasActiveProcesses) { }
arrow_right arrow_left

{{('no_items_found'|tr:'No items found').toUpperCase()}}

{{'items'|tr:'Items'}}

@if (activeDocument?.listingController?.errors?.length > 0) { @for (error of activeDocument?.listingController?.errors; track $index) {
{{error}}
} } @if (activeDocument?.listingController?.successMessages?.length > 0) { @for (message of activeDocument?.listingController?.successMessages; track $index) {
{{message}}
} }