| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | {% extends "./layout/default.twig" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							|  |  |  |     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, category) }}
 | 
					
						
							|  |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |     {{ Form.model(category, {'class' : 'form-horizontal','id' : 'update','url' : route('categories.update',category.id)}) }}
 | 
					
						
							|  |  |  |     <input type="hidden" name="id" value="{{ category.id }}"/>
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |             <div class="box box-primary">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.text('name') }}
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |         </div>
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |             <!-- panel for options -->
 | 
					
						
							|  |  |  |             <div class="box">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'options'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							|  |  |  |                     {{ ExpandedForm.optionsList('update','category') }}
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-footer">
 | 
					
						
							|  |  |  |                     <button type="submit" class="btn pull-right btn-success">
 | 
					
						
							|  |  |  |                         {{ 'update_category'|_ }}
 | 
					
						
							|  |  |  |                     </button>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |     {{ Form.close|raw }}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | {% endblock %}
 |