\n \n {{\n item.product.name.length > maxLength\n ? item.product.name.substr(0, maxLength) + \"...\"\n : item.product.name\n }}\n
\n \n {{\n item.product.description.length > maxLength\n ? item.product.description.substr(0, maxLength) + \"...\"\n : item.product.description\n }}\n
\n \n\n