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

{{ product() }}

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