Back to Kavita

Bulk Set Reading Profile Modal.Component

UI/Web/src/app/cards/_modals/bulk-set-reading-profile-modal/bulk-set-reading-profile-modal.component.html

0.9.0390 B
Original Source

{{ item.label | sentenceCase }} @if (selectedItems && selectedItems.includes(item)) { {{ t('bound') }} } @let devices = profileDevice(item.value); @if (devices.length <= 3) { @for (device of devices; track device.id) { {{ device.friendlyName }} @if (!$last) {, } } } @else { @for (device of devices.slice(0, 3); track device.id) { {{ device.friendlyName }} @if (!$last) {, } } , … }