/**
  * Display the view
  */
 public function display($tpl = null)
 {
     Hs_usersHelper::addSubmenu('top');
     $this->addToolbar();
     parent::display($tpl);
 }