File: /www/exchange0old/exchange/admin/cache/%%B2^B21^B217C721%%trade_limits_detr.html.php
<?php /* Smarty version 2.6.19, created on 2024-06-14 23:04:11
compiled from dashboard/trade_limits_detr.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'number_format', 'dashboard/trade_limits_detr.html', 15, false),)), $this); ?>
<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>Amount</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=originator_reports&report_type=12&etr_type=debtor&user_id[]=<?php echo $this->_tpl_vars['item']['user_id']; ?>
"><?php echo $this->_tpl_vars['item']['organisation_reference_id']; ?>
</a></td>
<td valign="top" align="left"><nobr><a href="/exchange/admin/adminindex.php?do=originator_reports&report_type=12&etr_type=debtor&user_id[]=<?php echo $this->_tpl_vars['item']['user_id']; ?>
"><?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 ((is_array($_tmp=$this->_tpl_vars['item']['invoice_amount'])) ? $this->_run_mod_handler('number_format', true, $_tmp) : smarty_modifier_number_format($_tmp)); ?>
</nobr></td>
<td valign="top" align="left">EUR</td>
<td valign="top" align="right" style="font-size: 11px;"><nobr><?php echo ((is_array($_tmp=$this->_tpl_vars['item']['trade_limit'])) ? $this->_run_mod_handler('number_format', true, $_tmp) : smarty_modifier_number_format($_tmp)); ?>
</nobr></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>