@if (imageUrl()) {
@if (discountPercentage() && discountPercentage()! > 0) { -{{ discountPercentage() }}% }
}

{{ product() }}

@if (formattedOriginalPrice(); as originalPrice) { {{ originalPrice }} } {{ formattedDiscountedPrice() }}
@for (attribute of attributes(); track attribute.label + attribute.value) {
{{ attribute.label }}: {{ attribute.value }}
}