';
			if ($this->RoleData) {
				$r = $this->Context->ObjectFactory->NewContextObject($this->Context, 'Role');
				while ($Row = $this->Context->Database->GetRow($this->RoleData)) {
					$r->Clear();
					$r->GetPropertiesFromDataSet($Row);
					$r->FormatPropertiesForDisplay();
					echo '
						';
						if ($this->Context->Session->User->Permission('PERMISSION_EDIT_ROLES')) echo '
'.$this->Context->GetDefinition('Edit').'';
						if ($this->Context->Session->User->Permission('PERMISSION_REMOVE_ROLES')) {
							if (!$r->Unauthenticated) {
								echo '
 ';
							} else {
								echo '
 ';
							}
						}
						echo '
'
						.$r->RoleName
					.'