RebelCode/rcmod-eddbk-cart

View on GitHub
templates/confirmation-table.html

Summary

Maintainability
Test Coverage
<h3>${table_heading}</h3>
<table id="eddbk-purchase-confirmation-bookings" class="edd-table">
    <thead>
        <tr>
            <th>${service_column}</th>
            <th>${booking_start_column}</th>
        </tr>
    </thead>
    <tbody>
        ${booking_rows}
    </tbody>
</table>