mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
15 lines
375 B
Scheme
15 lines
375 B
Scheme
<table id="ShippingTable" class="infotable">
|
|
<thead>
|
|
<tr>
|
|
<th><%t SilverShop\Model\Order.ShipTo "Ship To" %></th>
|
|
<th><%t SilverShop\Model\Order.BillTo "Bill To" %></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>$getShippingAddress</td>
|
|
<td>$getBillingAddress</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|