Welcome to the bookstore !
#if($query.by_publisher)
#if($publisher)
Books published by $publisher.name :
#foreach($book in $publisher.books)
- $book.title by $book.author.full_name (ISBN $book.isbn) [edit] [delete]
#end
#else
Publishers :
#end
[home]
#elseif($query.by_author)
#if($author)
Books written by $author.full_name :
#foreach($book in $author.books)
- $book.title by $book.author.full_name (ISBN $book.isbn) [edit] [delete]
#end
#else
Authors :
#end
[home]
#else
We have $db.books_nb books in stock.
You can browse the books [by publisher] or [by author].
You can also :
#end