HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
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>