$value) {
				++$i;
				if ($data[$key]['SUSPENDED'] == 'yes') {
					$status = 'suspended';
					$spnd_action = 'unsuspend';
					$spnd_action_title = _('Unsuspend');
					$spnd_icon = 'fa-play';
					$spnd_icon_class = 'icon-green';
					$spnd_confirmation = _('Are you sure you want to unsuspend rule #%s?') ;
				} else {
					$status = 'active';
					$spnd_action = 'suspend';
					$spnd_action_title = _('Suspend');
					$spnd_icon = 'fa-pause';
					$spnd_icon_class = 'icon-highlight';
					$spnd_confirmation = _('Are you sure you want to suspend rule #%s?') ;
				}
			?>
			
				
				
				
				
					= _("Comment") ?>:
					
				
				
					= _("Protocol") ?>:
					= _($data[$key]["PROTOCOL"]) ?>
				
				
					= _("Port") ?>:
					= $data[$key]["PORT"] ?>
				
				
					= _("IP Address") ?>:
					= $data[$key]["IP"] ?>