| 
					
				 | 
			
			
				@@ -71,9 +71,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							{%  if film.authered is defined %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{% if film.authered.activeNow %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									<i class="fa fa-user text-success"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									<i class="fa fa-user text-success" data-toggle="tooltip" title="En ligne"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{% else %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									<i class="fa fa-user-o text-secondary"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									<i class="fa fa-user-o text-secondary" data-toggle="tooltip" title="Hors ligne"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{% endif %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								{{ film.authered.username }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							{% endif %} 
			 |