| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | {% extends "./layout/default.twig" %}
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  | {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, category) }}
 | 
					
						
							|  |  |  | {{ 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="panel panel-primary">
 | 
					
						
							|  |  |  |             <div class="panel-heading">
 | 
					
						
							| 
									
										
										
										
											2015-05-09 22:42:45 +02:00
										 |  |  |                 <i class="fa fa-exclamation"></i> {{ 'mandatoryFields'|_ }}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="panel-body">
 | 
					
						
							|  |  |  |                 {{ ExpandedForm.text('name') }}
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  |     <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- panel for options -->
 | 
					
						
							|  |  |  |         <div class="panel panel-default">
 | 
					
						
							|  |  |  |             <div class="panel-heading">
 | 
					
						
							| 
									
										
										
										
											2015-05-09 22:42:45 +02:00
										 |  |  |                 <i class="fa fa-bolt"></i> {{ 'options'|_ }}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="panel-body">
 | 
					
						
							|  |  |  |                 {{ ExpandedForm.optionsList('update','category') }}
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							|  |  |  | <div class="row">
 | 
					
						
							|  |  |  |     <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |         <p>
 | 
					
						
							|  |  |  |             <button type="submit" class="btn btn-lg btn-success">
 | 
					
						
							| 
									
										
										
										
											2015-05-23 15:57:38 +02:00
										 |  |  |                 {{ 'update_category'|_ }}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |             </button>
 | 
					
						
							|  |  |  |         </p>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </form>
 | 
					
						
							|  |  |  | {% endblock %}
 |