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/%%95^95E^95ECDA3A%%originatorbalances.html.php
<?php /* Smarty version 2.6.19, created on 2024-08-27 10:55:40
         compiled from reports/originatorbalances.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'implode', 'reports/originatorbalances.html', 26, false),)), $this); ?>
<table class="table table-striped table-bordered">
    <thead>
    <tr>
        <th colspan="2">Debtor ID</th>
        <th colspan="2">Debtor Name</th>
        <th colspan="2">Currency Symbol</th>
    </tr>
    <tr>
        <th colspan="2"><?php echo $this->_tpl_vars['debtor']['0']['debtor_reference_id']; ?>
</th>
        <th colspan="2"><?php echo $this->_tpl_vars['debtor']['0']['debtor_name']; ?>
</th>
        <th colspan="2"><?php echo $this->_tpl_vars['debtor']['0']['currency']['currency_code']; ?>
</th>
    </tr>
    <tr>
        <th>Date</th>
        <th>ETR Balance</th>
        <th>Purchased</th>
        <th>Reserves</th>
        <th>Total Reserves</th>
        <th>Reserve Due</th>
    </tr>
    </thead>
    <tbody>
    <?php $_from = $this->_tpl_vars['result']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['item']):
?>
    <tr>
        <td>
            <?php echo ((is_array($_tmp='</td><td>')) ? $this->_run_mod_handler('implode', true, $_tmp, $this->_tpl_vars['item']) : implode($_tmp, $this->_tpl_vars['item'])); ?>

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