protected function renderContent()
 {
     $this->render('currentContestsWidget', array('contests' => Contests::model()->findAll(array('order' => 'start_date DESC', 'condition' => "status = 'active'"))));
 }