mirror of
				https://forge.chapril.org/tykayn/caisse-bliss
				synced 2025-10-09 17:02:47 +02:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
|   | {% extends 'base.html.twig' %}
 | ||
|  | 
 | ||
|  | {% block title %}Edit GroupOfProducts{% endblock %}
 | ||
|  | 
 | ||
|  | {% block body %}
 | ||
|  |     <h1>Edit GroupOfProducts</h1>
 | ||
|  | 
 | ||
|  |     {{ include('group_of_products/_form.html.twig', {'button_label': 'Update'}) }}
 | ||
|  | 
 | ||
|  |     <a href="{{ path('app_group_of_products_index') }}">back to list</a>
 | ||
|  | 
 | ||
|  |     {{ include('group_of_products/_delete_form.html.twig') }}
 | ||
|  | {% endblock %}
 |