{{ product() }}
@if (formattedOriginalPrice(); as originalPrice) {
{{ originalPrice }}
}
{{ formattedDiscountedPrice() }}
@for (attribute of attributes(); track attribute.label + attribute.value) {
{{ attribute.label }}:
{{ attribute.value }}
}
@if (!readonly()) {
@if (!quantityDisabled() && showRemove()) {
}
}