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/%%7A^7AC^7ACD04A5%%fee_report.html.php
<?php /* Smarty version 2.6.19, created on 2025-02-17 10:01:45
         compiled from reports/fee_report.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'number_format', 'reports/fee_report.html', 52, false),)), $this); ?>
<?php if (! empty ( $this->_tpl_vars['message'] ) && $this->_tpl_vars['display']): ?>
<div class="alert alert-warning">
    <strong>Warning!</strong> <?php echo $this->_tpl_vars['message']; ?>

</div>
<?php endif; ?>
<table class="table table-hover table-striped table-responsive table-bordered">
    <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">Trade ID</th>
        <th nowrap="nowrap">Ref.</th>
        <th nowrap="nowrap">Ccy</th>
        <th nowrap="nowrap">Value</th>
        <th nowrap="nowrap">EDSO</th>
        <th nowrap="nowrap">ADSO</th>
        <th nowrap="nowrap">PP</th>
        <th nowrap="nowrap">Status</th>
        <th nowrap="nowrap">EDSO Reserve</th>
        <th nowrap="nowrap">ADSO Reserve</th>
        <th nowrap="nowrap">EDSO Fee</th>
        <th nowrap="nowrap">ADSO Fee</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']['originator_id']; ?>

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

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

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

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

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

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

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['value'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

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

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

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['purchase_payment'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

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

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['edso_reserve'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['adso_reserve'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['edso_fee'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

        </td>
        <td nowrap="nowrap" align="right">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['item']['adso_fee'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>

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