| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2017-12-23 20:46:52 +01:00
										 |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName, user) }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |             <div class="box box-primary">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'user_information'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body table-responsive">
 | 
					
						
							|  |  |  |                     <table class="table table-striped table-bordered">
 | 
					
						
							|  |  |  |                         <tbody>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.id') }}</td>
 | 
					
						
							|  |  |  |                             <td>#{{ user.id }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.email') }}</td>
 | 
					
						
							|  |  |  |                             <td><a href="mailto:{{ user.email }}">{{ user.email }}</a>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.created_at') }}</td>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							|  |  |  |                                 {{ user.created_at.formatLocalized(monthAndDayFormat) }}
 | 
					
						
							|  |  |  |                                 {{ user.created_at.format('H:i') }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.is_admin') }}</td>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							|  |  |  |                                 {% if information.is_admin %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-success"><i class="fa fa-fw fa-check"></i></small> {{ 'yes'|_ }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                                 {% else %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-danger"><i class="fa fa-fw fa-times"></i></small> {{ 'no'|_ }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                                 {% endif %}
 | 
					
						
							|  |  |  |                             </td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.has_two_factor') }}</td>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							|  |  |  |                                 {% if information.has_2fa %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-success"><i class="fa fa-fw fa-check"></i></small> {{ 'yes'|_ }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                                 {% else %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-danger"><i class="fa fa-fw fa-times"></i></small> {{ 'no'|_ }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                                 {% endif %}
 | 
					
						
							|  |  |  |                             </td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.is_blocked') }}</td>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							| 
									
										
										
										
											2016-10-18 06:47:48 +02:00
										 |  |  |                                 {% if information.blocked %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-danger"><i class="fa fa-fw fa-check" title="{{ 'yes'|_ }}"></i></small> {{ 'yes'|_ }}:
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                                     {% if information.blocked_code == "" %}
 | 
					
						
							|  |  |  |                                         <em>~</em>
 | 
					
						
							|  |  |  |                                     {% else %}
 | 
					
						
							|  |  |  |                                         {{ information.blocked_code }}
 | 
					
						
							|  |  |  |                                     {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                                 {% else %}
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                                     <small class="text-success"><i class="fa fa-fw fa-times" title="{{ 'no'|_ }}"></i></small> {{ 'no'|_ }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                                 {% endif %}
 | 
					
						
							|  |  |  |                             </td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         </tbody>
 | 
					
						
							|  |  |  |                     </table>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
 | 
					
						
							|  |  |  |             <div class="box box-primary">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">{{ 'user_data_information'|_ }}</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body table-responsive">
 | 
					
						
							|  |  |  |                     <table class="table table-striped table-bordered">
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.accounts_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.accounts }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.journals_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.journals }} ({{ information.transactions }} {{ trans('firefly.transactions') }})</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.attachments_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.attachments }} ({{ trans('firefly.total_size') }}: {{ information.attachments_size|filesize }})</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.bills_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.bills }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.categories_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.categories }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.import_jobs_count') }}</td>
 | 
					
						
							| 
									
										
										
										
											2018-01-12 18:42:48 +01:00
										 |  |  |                             <td>{{ information.import_jobs }}, {{ trans('firefly.successful_count', {count: information.import_jobs_success}) }}</td>
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.budget_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>{{ information.budgets }} {{ trans('firefly.budget_or_budgets') }},
 | 
					
						
							|  |  |  |                                 {{ information.budgets_with_limits }} {{ trans('firefly.budgets_with_limits') }}</td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.rule_and_groups_count') }}</td>
 | 
					
						
							|  |  |  |                             <td>
 | 
					
						
							| 
									
										
										
										
											2017-12-23 21:29:05 +01:00
										 |  |  |                                 {{ trans('firefly.nr_of_rules_in_total_groups', {count_rules: information.rules, count_groups: information.rule_groups}) }}
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                             </td>
 | 
					
						
							|  |  |  |                         </tr>
 | 
					
						
							|  |  |  |                         <tr>
 | 
					
						
							|  |  |  |                             <td>{{ trans('list.tags_count') }}</td>
 | 
					
						
							| 
									
										
										
										
											2017-11-03 14:53:00 +01:00
										 |  |  |                             <td>{{ information.tags }} {{ 'tag_or_tags'|_ }}</td>
 | 
					
						
							| 
									
										
										
										
											2016-10-15 07:11:53 +02:00
										 |  |  |                         </tr>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     </table>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | {% endblock %}
 |