<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php if ($block->getCanDisplayTotalPaid()) : ?>
<tr>
    <td class="label"><strong><?= $block->escapeHtml(__('Total Paid')) ?></strong></td>
    <td class="emph"><?= /* @noEscape */ $block->displayPriceAttribute('total_paid', true) ?>
    </td>
</tr>
<?php endif; ?>
