File: /www/exchange0old/exchange/admin/cache/%%D6^D67^D676AAE8%%trade_limits_cetr.html.php
<?php /* Smarty version 2.6.19, created on 2024-06-14 23:04:26
compiled from dashboard/trade_limits_cetr.html */ ?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="font-size: 8pt;">
<tr class="row1">
<td valign="top" align="center"><b><nobr>Reference</nobr></b></td>
<td valign="top" align="left"><b><nobr>Originator Name</nobr></b></td>
<td valign="top" align="left"><b>Ccy</b></td>
<td valign="top" align="center"><b><nobr>Total Due</nobr></b></td>
<td valign="top" align="left"><b>Ccy</b></td>
<td valign="top" align="center"><b><nobr>Limit</nobr></b></td>
</tr>
<?php $_from = $this->_tpl_vars['data']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['item']):
?>
<tr class="row1">
<td valign="top" align="center"><a href="/exchange/admin/adminindex.php?do=originatorstatements&user_id=<?php echo $this->_tpl_vars['item']['user_id']; ?>
&type=creditor"><?php echo $this->_tpl_vars['item']['organisation_reference_id']; ?>
</a></td>
<td valign="top" align="left"><nobr><a href="/exchange/admin/adminindex.php?do=originatorstatements&user_id=<?php echo $this->_tpl_vars['item']['user_id']; ?>
&type=creditor"><?php echo $this->_tpl_vars['item']['organisation_name']; ?>
</a></nobr></td>
<td valign="top" align="left">EUR</td>
<td valign="top" align="right" style="font-size: 11px;"><nobr><?php echo $this->_tpl_vars['item']['outstanding_balance']; ?>
</nobr></td>
<td valign="top" align="left">EUR</td>
<td valign="top" align="right" style="font-size: 11px;"><nobr><?php echo $this->_tpl_vars['item']['trade_limit_c_etr']; ?>
</nobr></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>