', '
',
@if (oldPrice.showLabel) { '@(oldPrice.label.classNames)' } else { false }, '@(oldPrice.amount.classNames)',
'', '
',
@if (regularPrice.showLabel) { '@(regularPrice.label.classNames)' } else { false }, '@(regularPrice.amount.classNames)');
?>