Tenant: {{ user.tenant }}
User: {{ user.id }}
Locale: {{ user.locale }}
Capire Books
Book
Author
Genre
Rating
Price
{{ book.title }}
{{ book.author }}
{{ book.genre }}
{{ ('★'.repeat(Math.round(book.rating))+'☆☆☆☆☆').slice(0,5) }} ({{ book.numberOfReviews }})
{{ book.currency }} {{ book.price }}
{{ order.succeeded }}
{{ order.failed }}
{{ book.stock }} in stock
{{ book.title }}
{{ book.descr }}
( click on a row to see details... )