find_all()->as_array('id', 'name'), $this->model->group_id, [ 'label' => I18n::translate('Group') ]).Form::select('type', Model_Course::type_labels(), $this->model->type, [ 'label' => I18n::translate('Type') ]); } }