<td><?php 
echo smarty_function_localize(array('str' => 'unique'), $this);
?>
</td>
        </tr>
        <tr class="light">
            <td><?php 
echo smarty_function_localize(array('str' => 'numbers'), $this);
?>
</td>
            <td><?php 
echo is_array($_tmp = $this->_tpl_vars['selected']['clicks']->count->raw) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
?>
</td>
            <td><?php 
echo is_array($_tmp = $this->_tpl_vars['selected']['clicks']->count->unique) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
?>
</td>
        </tr>
        <tr class="dark">
            <td><?php 
echo smarty_function_localize(array('str' => 'cost'), $this);
?>
</td>
            <td><?php 
echo is_array($_tmp = smarty_function_ratio(array('p1' => $this->_tpl_vars['selected']['transactions']->commission->all, 'p2' => $this->_tpl_vars['selected']['clicks']->count->raw), $this)) ? $this->_run_mod_handler('currency_span', true, $_tmp) : smarty_modifier_currency_span($_tmp);
?>
</td>
            <td><?php 
echo is_array($_tmp = smarty_function_ratio(array('p1' => $this->_tpl_vars['selected']['transactions']->commission->all, 'p2' => $this->_tpl_vars['selected']['clicks']->count->unique), $this)) ? $this->_run_mod_handler('currency_span', true, $_tmp) : smarty_modifier_currency_span($_tmp);
?>
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['todayActionCommissions']->count->pending) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['thisMonthActionCommissions']->count->approved) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['thisMonthActionCommissions']->count->paid) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['thisMonthActionCommissions']->count->pending) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
    ?>
</td>
      </tr>
      <tr class="dark">
        <td align="left" width="30%" nowrap><?php 
    echo smarty_function_localize(array('str' => 'Total cost of Actions'), $this);
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['todayActionCommissions']->totalCost->approved) ? $this->_run_mod_handler('currency_span', true, $_tmp) : smarty_modifier_currency_span($_tmp);
    ?>
</td>
        <td align="center"><?php 
    echo is_array($_tmp = $this->_tpl_vars['todayActionCommissions']->totalCost->paid) ? $this->_run_mod_handler('currency_span', true, $_tmp) : smarty_modifier_currency_span($_tmp);
    ?>
            ?>
</td>
                            <td align="right"><?php 
            echo is_array($_tmp = $this->_tpl_vars['transactions']->count->pending) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
            ?>
</td>
                            <td align="right"><?php 
            echo is_array($_tmp = $this->_tpl_vars['transactions']->count->declined) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
            ?>
</td>
                            <td align="right"><?php 
            echo is_array($_tmp = $this->_tpl_vars['transactions']->count->approved) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
            ?>
</td>
                            <td align="right"><?php 
            echo is_array($_tmp = $this->_tpl_vars['transactions']->count->paid) ? $this->_run_mod_handler('number_span', true, $_tmp) : smarty_modifier_number_span($_tmp);
            ?>
</td>
                        </tr>
                     <?php 
        }
        ?>
                <?php 
    }
}
unset($_from);
?>
                <tr>
                    <td align="left"><?php 
echo smarty_function_localize(array('str' => 'Conversion ratio (Raw/Unique)'), $this);
?>