|  | @@ -33,12 +33,13 @@
 | 
	
		
			
			| 33 | 33 |        </tr>
 | 
	
		
			
			| 34 | 34 |        <tr>
 | 
	
		
			
			| 35 | 35 |          <td style="padding: 5px 5px 5px 4em;">
 | 
	
		
			
			| 36 |  | -          <img style="vertical-align: middle;" src="${base_url+'/assets/icons/32x32/apps/internet-group-chat.png'}"/>
 | 
	
		
			
			|  | 36 | +          <img style="vertical-align: middle;" src="${base_url+'/assets/icons/32x32/'+result.item.icon+'.png'}"/>
 | 
	
		
			
			| 37 | 37 |            <span style="font-weight: bold; padding-left: 0.5em; font-size: 1em; vertical-align: middle;">
 | 
	
		
			
			| 38 |  | -            ${result.item.label}
 | 
	
		
			
			|  | 38 | +            ${result.item.label} —
 | 
	
		
			
			| 39 | 39 |              <span style="font-weight: bold; color: #999; font-weight: bold;">
 | 
	
		
			
			| 40 |  | -            ${result.item.status.label}
 | 
	
		
			
			| 41 |  | -            <img src="${base_url+'/assets/icons/16x16/{}.png'.format(result.item.status.icon)}" style="vertical-align: middle;">
 | 
	
		
			
			|  | 40 | +                ${result.item.status.label}
 | 
	
		
			
			|  | 41 | +                <img src="${base_url+'/assets/icons/16x16/{}.png'.format(result.item.status.icon)}" style="vertical-align: middle;">
 | 
	
		
			
			|  | 42 | +            </span>
 | 
	
		
			
			| 42 | 43 |            </span>
 | 
	
		
			
			| 43 | 44 |          </td>
 | 
	
		
			
			| 44 | 45 |        </tr>
 |