File: /www/exchange0old/exchange/admin/cache/%%5A^5A8^5A87DE75%%banks_old_style.html.php
<?php /* Smarty version 2.6.19, created on 2024-07-05 10:40:05
compiled from common/banks_old_style.html */ ?>
<?php $_from = $this->_tpl_vars['banks']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['index'] => $this->_tpl_vars['branch']):
?>
<tr>
<td valign="top" align="left" colspan="4" class="hdr_center">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr class="grays_bg">
<td colspan="2" align="left" valign="top"><b>Bank Details </b> <a class="under_blue" href="javascript:void(0);" onclick="redirectBankDetails('<?php echo $this->_tpl_vars['branch']['contact_id']; ?>
','<?php echo $this->_tpl_vars['branch']['account_id']; ?>
','Bank Details');"> Edit </a></td>
</tr>
<?php if ($this->_tpl_vars['branch']['account_name']): ?>
<tr class="row1">
<td width="33%" align="left" valign="top">Bank Account Name:</td>
<td width="67%" align="left" valign="top"><?php echo $this->_tpl_vars['branch']['account_name']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['first_name']): ?>
<tr class="row1">
<td width="33%" align="left" valign="top">First Name:</td>
<td width="67%" align="left" valign="top"><?php echo $this->_tpl_vars['branch']['first_name']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['last_name']): ?>
<tr class="row2">
<td align="left" valign="top">Last Name :</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['last_name']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['address_phone']): ?>
<tr class="row1">
<td align="left" valign="top">Phone Number :</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['address_phone_country']; ?>
<?php echo $this->_tpl_vars['branch']['address_phone_code']; ?>
<?php echo $this->_tpl_vars['branch']['address_phone']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['address_email']): ?>
<tr class="row2">
<td align="left" valign="top">Email Address :</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['address_email']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['account_no']): ?>
<tr class="row2">
<td align="left" valign="top">Bank Account Number:</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['account_no']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['sort_code']): ?>
<tr class="row1">
<td align="left" valign="top">Sort Code:</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['sort_code']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['iban_code']): ?>
<tr class="row2">
<td align="left" valign="top">IBAN Number:</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['iban_code']; ?>
</td>
</tr>
<?php endif; ?>
<?php if ($this->_tpl_vars['branch']['swift_code']): ?>
<tr class="row1">
<td align="left" valign="top">Swift Code:</td>
<td align="left" valign="top"><?php echo $this->_tpl_vars['branch']['swift_code']; ?>
</td>
</tr>
<?php endif; ?>
</table>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>