Files
crm.twinpol.com/modules/EcmSales/tpls/tmp.tpl
2025-05-12 15:46:37 +00:00

17 lines
425 B
Smarty
Executable File

<table cellspacing="0" cellpadding="0" border="0" style="width:100%;" id="myTable" class="tablesorter">
<thead>
<tr>
<th >name</th>
<th >ilosc</th>
</thead>
<tbody>
{foreach from=$POSITION_LIST key="key" item="item" name="components"}
{if $item.id!=''}
<tr style="vertical-align:top;">
<td >{$item.name}</td>
<td >{$item.quantity}</td>
</tr>
{/if}
{/foreach}
</tbody>
</table>