@item.Name
@item.NativeName
@(item.Authors().Any()? item.Authors().First().NativeName:"")
@if(item.SalePrice.HasValue){
BDT @item.SalePrice.Value.ToString("0.00") BDT @item.ListPrice.Value.ToString("0.00")
}else if (item.ListPrice.HasValue) {
BDT @item.ListPrice.Value.ToString("0.00")
}