<?php /* Smarty version 2.6.28, created on 2016-09-01 12:12:49
         compiled from emailtpl:plaintext */ ?>
<p>
Dear <?php echo $this->_tpl_vars['client_name']; ?>
, 
</p>
<p>
This is your monthly affiliate referrals report. You can view your referral statistics at any time by logging in to the client area. 
</p>
<p>
Total Visitors Referred: <?php echo $this->_tpl_vars['affiliate_total_visits']; ?>
<br />
Current Earnings: <?php echo $this->_tpl_vars['affiliate_balance']; ?>
<br />
Amount Withdrawn: <?php echo $this->_tpl_vars['affiliate_withdrawn']; ?>
 
</p>
<p>
<strong>Your New Signups this Month</strong> 
</p>
<p>
<?php echo $this->_tpl_vars['affiliate_referrals_table']; ?>
 
</p>
<p>
Remember, you can refer new customers using your unique affiliate link: <?php echo $this->_tpl_vars['affiliate_referral_url']; ?>
 
</p>
<p>
<?php echo $this->_tpl_vars['signature']; ?>

</p>