protected function _toHtml()
 {
     return parent::_toHtml();
 }
 protected function _toHtml()
 {
     /** Add coupons block */
     $couponsGrid = Mage::getBlockSingleton('collpur/customer_coupons');
     $this->setChild('awcp_coupons_grid', $couponsGrid);
     return parent::_toHtml();
 }