| 
					
				 | 
			
			
				@@ -30,7 +30,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<div class="row"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<table class="table table-bordered table-hover table-sm align-middle"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			class="table table-bordered table-hover table-sm align-middle" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			data-toggle="table" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			data-pagination="false" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<thead class=""> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -38,12 +42,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<th style="width:1em;"></th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<th>Ajouté par</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					{% endif %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th>Titre</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th>Genre</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th>Réalisateur</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th style="width:5em;">Note</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th style="width:5em;">Année</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<th style="width:6em;">Sortie</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true">Titre</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true">Genre</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true">Réalisateur</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true" style="width:5em;">Note</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true" style="width:5em;">Année</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<th data-sortable="true" style="width:6em;">Sortie</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</thead> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<tbody id="tableFilms"> 
			 |