Help for this page

Select Code to Download


  1. or download this
    sub list :Local {
        my ($self, $c) = @_;
    
        $c->stash(users => [$c->model('DB::tech')->all]);
        $c->stash(template => 'admin/list.tt2');
    }
    
  2. or download this
    [% META title = 'System Users List' -%]
    
    <table>
    ...
      </tr>
    [% END -%]
    </table>