{{ total + (total === 1 ? " result" : " results") }}
@if (books && books.length > 0) {
@for (book of books; track book.id) { }
} @else { @if (isLoading) {} @else {
No results!
} }
@if (isMobile) {
{{ total + (total === 1 ? " result" : " results") }}
} @else {
}