| 
					
				 | 
			
			
				@@ -14,6 +14,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <th>Prénom</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <th>Nom</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <th>Mail</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <th>Dernière connexion</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {#<th>Test Mail</th>#} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <th>Roles</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <th>Activé</th> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -34,6 +35,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td>{{ user.prenom }}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td>{{ user.nom }}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td>{{ user.mail }}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <td>{{ user.lastActivity | date("d/m/Y H:i")}}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 {#<td><a href="{{ path('admin_sendmailtest', {"id": user.id}) }}">Envoyer un mail test</a></td>#} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td>{% for role in user.roles %}<p>{{ role }}</p>{% endfor %}</td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <td>{{ user.enabled }}</td> 
			 |