escapeHtmlAttr($block->getStyle()); $colspan = (int) $block->getColspan(); /** @var \Magento\Checkout\Helper\Data $checkoutHelper */ $checkoutHelper = $block->getData('checkoutHelper'); ?> includeTax() && $block->getTotalExclTax() >= 0): ?> escapeHtml(__('Grand Total Excl. Tax')) ?>formatPrice($block->getTotalExclTax()) ?> renderStyleAsTag($style, 'tr.grand.totals.excl th.mark') ?> renderStyleAsTag($style, 'tr.grand.totals.excl td.amount') ?> renderTotals('taxes', $colspan) ?> escapeHtml(__('Grand Total Incl. Tax')) ?>formatPrice($block->getTotal()->getValue()) ?> renderStyleAsTag($style, 'tr.grand.totals.incl th.mark') ?> renderStyleAsTag($style, 'tr.grand.totals.incl td.amount') ?> escapeHtml($block->getTotal()->getTitle()) ?>formatPrice($block->getTotal()->getValue()) ?> renderStyleAsTag($style, 'tr.grand.totals th.mark') ?> renderStyleAsTag($style, 'tr.grand.totals td.amount') ?>