public function render(Varien_Object $row)
 {
     $hlp = Mage::helper('amacart');
     return $row->getTimesUsed() > 0 ? $hlp->__('Yes') : $hlp->__('No');
 }