<!--
/**
* Copyright © Qliro AB. All rights reserved.
* See LICENSE.txt for license details.
*/
-->
<!-- ko if: isDisplayed() -->
<tr class="totals qliroone_fee">
<th class="mark" scope="row">
<span class="title" data-bind="text: getTitle()"></span>
</th>
<td class="amount">
<span class="price" data-bind="text: getValue(), attr: {'data-th': name}"></span>
</td>
</tr>
<!-- /ko -->