{{ 'library.account.pages.holds.title' | translate | titlecase }}
{{ 'library.account.pages.holds.holds' | translate }}
{{ 'library.account.pages.holds.reservations' | translate }}
@if (paiaDocuments && paiaDocuments.length > 0) {
@switch (activeSegment) {
@case ('orders') {
@for (hold of paiaDocuments; track hold) {
}
}
@case ('reservations') {
@for (hold of paiaDocuments; track hold) {
}
}
}
} @else {
@if (!paiaDocuments) {
} @else {
@if (paiaDocuments && paiaDocuments.length === 0) {
{{ 'search.nothing_found' | translate | titlecase }}
}
}
}