{{ title | transloco }} @if (isMagicShelf) { }

@if (!books || books.length === 0) {

{{ t('noBooksFound') }}

} @if (books) {
@for (book of books; track book.id) {
}
} @if (books === null) {

{{ t('loadError') }}

}