totals.html 411 B

12345678910111213141516
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!-- ko if: isDisplayed() -->
  8. <table class="data table table-totals">
  9. <caption class="table-caption" data-bind="i18n: 'Order Summary'"></caption>
  10. <tbody>
  11. <!-- ko foreach: elems() -->
  12. <!-- ko template: getTemplate() --><!-- /ko -->
  13. <!-- /ko -->
  14. </tbody>
  15. </table>
  16. <!-- /ko -->