canEdit())) { $body .= elgg_view("forms/groups/edit", array('entity' => $group)); } else { $body .= "
" . elgg_echo('groups:noaccess') . "
"; } $body = elgg_view_layout('two_column_left_sidebar', '', $body); page_draw($title, $body); ?>