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/%%DD^DDB^DDB11A60%%report_data_xlsx.html.php
<?php /* Smarty version 2.6.19, created on 2024-06-17 11:05:40
         compiled from reports/margin_calls/report_data_xlsx.html */ ?>
<table>
    <thead>
        <tr>
            <th nowrap="nowrap">Originator ID</th>
            <th nowrap="nowrap">Originator Name</th>
            <th nowrap="nowrap">Debtor ID</th>
            <th nowrap="nowrap">Debtor Name</th>
            <th nowrap="nowrap">Ccy</th>
            <th nowrap="nowrap">Trade ID</th>
            <th nowrap="nowrap">ETR Loss</th>
            <th nowrap="nowrap">DRP Loss</th>
        </tr>
    </thead>
    <tbody>
        <?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>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['organisation_reference_id']; ?>

            </td>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['organisation_name']; ?>

            </td>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['debtor_reference_id']; ?>

            </td>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['debtor_name']; ?>

            </td>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['currency_code']; ?>

            </td>
            <td nowrap="nowrap" align="left">
                <?php echo $this->_tpl_vars['item']['trade_reference_id']; ?>

            </td>
            <td nowrap="nowrap" align="right" style="text-align: right;">
                <?php echo $this->_tpl_vars['item']['rtrade_value']; ?>

            </td>
            <td nowrap="nowrap" align="right" style="text-align: right;">
                <?php echo $this->_tpl_vars['item']['drp_value']; ?>

            </td>
        </tr>
        <?php endforeach; endif; unset($_from); ?>
    </tbody>
</table>