Tag management is in development.
Please see bugs.flyspray.org/2012 for status of Tags feature.
assign('list_type', 'tag'); $this->assign('rows', $proj->listTags(true)); $systemwide = new Project(0); $this->assign('sysrows', $systemwide->listTags(true)); $this->display('common.list.tpl'); ?>