| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2017-12-23 20:46:52 +01:00
										 |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |     {% if categories.count > 0 %}
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  | <div class="row">
 | 
					
						
							|  |  |  |     <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |         <div class="box">
 | 
					
						
							|  |  |  |             <div class="box-header with-border">
 | 
					
						
							|  |  |  |                 <h3 class="box-title">{{ 'categories'|_ }}</h3>
 | 
					
						
							|  |  |  |                 <div class="box-tools pull-right">
 | 
					
						
							|  |  |  |                     <div class="btn-group">
 | 
					
						
							|  |  |  |                         <button class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown"><i class="fa fa-ellipsis-v"></i></button>
 | 
					
						
							|  |  |  |                         <ul class="dropdown-menu" role="menu">
 | 
					
						
							|  |  |  |                             <li><a href="{{ route('categories.create') }}"><i class="fa fa-plus fa-fw"></i> {{ 'new_category'|_ }}</a></li>
 | 
					
						
							|  |  |  |                         </ul>
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="box-body no-padding">
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  |                 <div style="padding:8px;">
 | 
					
						
							|  |  |  |                     <a class="btn btn-success" href="{{ route('categories.create') }}"><i class="fa fa-plus fa-fw"></i> {{ 'new_category'|_ }}</a>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |                 {% include 'list/categories' %}
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  |             <div class="box-footer">
 | 
					
						
							|  |  |  |                 <a class="btn btn-success" href="{{ route('categories.create') }}"><i class="fa fa-plus fa-fw"></i> {{ 'new_category'|_ }}</a>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 09:21:42 +02:00
										 |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2018-01-13 18:01:53 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-29 09:05:35 +01:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  | </div>
 | 
					
						
							|  |  |  | {% else %}
 | 
					
						
							| 
									
										
										
										
											2019-07-27 15:01:13 +02:00
										 |  |  |         {% include 'partials.empty' with {objectType: 'default', type: 'categories',route: route('categories.create')} %}
 | 
					
						
							| 
									
										
										
										
											2017-02-23 07:24:05 +01:00
										 |  |  |     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 09:21:42 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							| 
									
										
										
										
											2017-07-14 17:04:18 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 09:21:42 +02:00
										 |  |  | {% block styles %}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <link href="v1/css/bootstrap-sortable.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 09:21:42 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block scripts %}
 | 
					
						
							| 
									
										
										
										
											2020-01-04 11:16:14 +01:00
										 |  |  |     <script type="text/javascript" src="v1/js/lib/bootstrap-sortable.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							|  |  |  |     <script type="text/javascript" src="v1/js/ff/categories/index.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
 | 
					
						
							| 
									
										
										
										
											2015-05-05 12:51:57 +02:00
										 |  |  | {% endblock %}
 |