{/* Category + status */}
{/* Actions */}
{catName(book.category)}
{/* Title */}
{book.title}
por {book.author}
{/* Price */}Precio
{typeof window.formatPrecioGs === "function" ? window.formatPrecioGs(book.price) : book.price}