@for(book of allBooks; track book.name){ @if (user != book.author) { } @if (user == book.author) { } }
{{book.name}} {{book.author}} {{book.pages}} {{book.awards}}