escapeHtmlAttr($block->getStyle()); $colspan = (int) $block->getColspan(); /** @var \Magento\Checkout\Helper\Data $checkoutHelper */ $checkoutHelper = $block->getData('checkoutHelper'); ?> displayBoth()): ?> escapeHtml(__('Subtotal (Excl. Tax)')) ?>formatPrice($block->getTotal()->getValueExclTax()) ?> renderStyleAsTag($style, 'tr.totals.sub.excl th.mark') ?> renderStyleAsTag($style, 'tr.totals.sub.excl td.amount') ?> escapeHtml(__('Subtotal (Incl. Tax)')) ?>formatPrice($block->getTotal()->getValueInclTax()) ?> renderStyleAsTag($style, 'tr.totals.sub.incl th.mark') ?> renderStyleAsTag($style, 'tr.totals.sub.incl td.amount') ?> escapeHtml($block->getTotal()->getTitle()) ?>formatPrice($block->getTotal()->getValue()) ?> renderStyleAsTag($style, 'tr.totals.sub th.mark') ?> renderStyleAsTag($style, 'tr.totals.sub td.amount') ?>