| 
					
				 | 
			
			
				@@ -1,7 +1,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {% extends "@App/videotheque/base.html.twig" %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {% block body %} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<table class="table table-bordered table-hover table-sm"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	<p><a class="btn btn-primary" role="button" href="{{ path('videotheque_ajouter') }}">Ajouter un film</a></p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	<table class="table table-bordered table-hover table-sm"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<thead class="thead-dark"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<th>Titre du film</th> 
			 |