| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | {% extends "./layout/default" %}
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							|  |  |  |     {{ Breadcrumbs.render(Route.getCurrentRoute.getName, recurrence) }}
 | 
					
						
							|  |  |  | {% endblock %}
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-21 18:57:51 +02:00
										 |  |  |     {{ Form.model(recurrence, {'class' : 'form-horizontal','enctype': 'multipart/form-data','id' : 'update','url' : route('recurring.update', recurrence.id)}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |         <input type="hidden" name="_token" value="{{ csrf_token() }}"/>
 | 
					
						
							|  |  |  |         {# row with recurrence information #}
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 {# mandatory recurrence stuff #}
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'mandatory_for_recurring'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							| 
									
										
										
										
											2018-06-21 18:57:51 +02:00
										 |  |  |                         <input type="hidden" name="id" value="{{ array.id }}" />
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.text('title') }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.date('first_date',array.first_date, {helpText: trans('firefly.help_first_date_no_past')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                         {{ ExpandedForm.select('repetition_type', [], null, {helpText: trans('firefly.change_date_other_options')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-12-29 21:57:24 +01:00
										 |  |  |                         {{ ExpandedForm.number('skip', array.recurrence_repetitions[0].skip) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-27 18:30:53 +02:00
										 |  |  |                         {{ ExpandedForm.select('weekend', weekendResponses, array.recurrence_repetitions[0].weekend, {helpText: trans('firefly.help_weekend')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.select('repetition_end', repetitionEnds, repetitionEnd) }}
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.date('repeat_until',array.repeat_until) }}
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.number('repetitions', array.repetitions) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# calendar in popup #}
 | 
					
						
							|  |  |  |                         <div class="form-group" id="calendar_holder">
 | 
					
						
							|  |  |  |                             <label for="ffInput_calendar" class="col-sm-4 control-label">{{ trans('form.calendar') }}</label>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                             <div class="col-sm-8">
 | 
					
						
							|  |  |  |                                 <p class="form-control-static" id="ffInput_calendar">
 | 
					
						
							|  |  |  |                                     <a href="#" id="calendar-link">{{ 'click_for_calendar'|_ }}</a>
 | 
					
						
							|  |  |  |                                 </p>
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 {# optional recurrence stuff #}
 | 
					
						
							|  |  |  |                 <div class="box">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'optional_for_recurring'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.textarea('recurring_description',array.description) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-18 21:07:09 +02:00
										 |  |  |                         {# only correct way to do active checkbox #}
 | 
					
						
							| 
									
										
										
										
											2018-06-21 18:57:51 +02:00
										 |  |  |                         {{ ExpandedForm.checkbox('active', 1, preFilled.active) }}
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.checkbox('apply_rules', 1, preFilled.apply_rules) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 {# mandatory transaction information #}
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'mandatory_for_transaction'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         <p><em>{{ 'mandatory_fields_for_tranaction'|_ }}</em></p>
 | 
					
						
							|  |  |  |                         {# three buttons to distinguish type of transaction#}
 | 
					
						
							|  |  |  |                         <div class="form-group" id="name_holder">
 | 
					
						
							|  |  |  |                             <label for="ffInput_type" class="col-sm-4 control-label">
 | 
					
						
							|  |  |  |                                 {{ trans('form.transaction_type') }}
 | 
					
						
							|  |  |  |                             </label>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                             <div class="col-sm-8">
 | 
					
						
							|  |  |  |                                 <div class="btn-group btn-group-sm">
 | 
					
						
							|  |  |  |                                     <a href="#" class="btn btn-default switch-button" data-value="withdrawal">{{ 'withdrawal'|_ }}</a>
 | 
					
						
							|  |  |  |                                     <a href="#" class="btn btn-default switch-button" data-value="deposit">{{ 'deposit'|_ }}</a>
 | 
					
						
							|  |  |  |                                     <a href="#" class="btn btn-default switch-button" data-value="transfer">{{ 'transfer'|_ }}</a>
 | 
					
						
							|  |  |  |                                 </div>
 | 
					
						
							|  |  |  |                             </div>
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                         <input type="hidden" name="transaction_type" value="">
 | 
					
						
							|  |  |  |                         {# end of three buttons#}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.text('transaction_description', array.transactions[0].description) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                         {# transaction information (mandatory) #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:50:37 +02:00
										 |  |  |                         {{ CurrencyForm.currencyList('transaction_currency_id', array.transactions[0].currency_id) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.amountNoCurrency('amount', array.transactions[0].amount) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# source account if withdrawal, or if transfer: #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:36:15 +02:00
										 |  |  |                         {{ AccountForm.longAccountList('source_id', array.transactions[0].source_id, {label: trans('form.asset_source_account')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# source account name for deposits: #}
 | 
					
						
							| 
									
										
										
										
											2019-07-01 20:22:35 +02:00
										 |  |  |                         {#{{ ExpandedForm.text('source_name', array.transactions[0].source_name, {label: trans('form.revenue_account')}) }}#}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         {# NEW for deposits, a drop down with revenue accounts, loan debt cash and mortgage #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:36:15 +02:00
										 |  |  |                         {{ AccountForm.activeDepositDestinations('deposit_source_id', preFilled.deposit_source_id, {label: trans('form.deposit_source_id')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# destination if deposit or transfer: #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:36:15 +02:00
										 |  |  |                         {{ AccountForm.longAccountList('destination_id', array.transactions[0].destination_id, {label: trans('form.asset_destination_account')} ) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# destination account name for withdrawals #}
 | 
					
						
							| 
									
										
										
										
											2019-07-01 20:22:35 +02:00
										 |  |  |                         {# {{ ExpandedForm.text('destination_name', array.transactions[0].destination_name, {label: trans('form.expense_account')}) }}#}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         {# NEW for withdrawals, also a drop down with expense accounts, loans, debts, mortgages or (cash). #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:36:15 +02:00
										 |  |  |                         {{ AccountForm.activeWithdrawalDestinations('withdrawal_destination_id', preFilled.withdrawal_destination_id, {label: trans('form.withdrawal_destination_id')}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 {# optional transaction information #}
 | 
					
						
							|  |  |  |                 <div class="box">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'optional_for_transaction'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         {# transaction information (optional) #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:50:37 +02:00
										 |  |  |                         {{ CurrencyForm.currencyListEmpty('foreign_currency_id', array.transactions[0].foreign_currency_id) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.amountNoCurrency('foreign_amount', array.transactions[0].foreign_amount) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# BUDGET ONLY WHEN CREATING A WITHDRAWAL #}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {% set budgetId = 0 %}
 | 
					
						
							|  |  |  |                         {% set categoryName = '' %}
 | 
					
						
							|  |  |  |                         {% for metaValue in array.transactions[0].meta %}
 | 
					
						
							|  |  |  |                             {% if metaValue.name == 'budget_id' %}
 | 
					
						
							|  |  |  |                                 {% set budgetId = metaValue.value %}
 | 
					
						
							|  |  |  |                             {% endif %}
 | 
					
						
							|  |  |  |                             {% if metaValue.name == 'category_name' %}
 | 
					
						
							|  |  |  |                                 {% set categoryName = metaValue.value %}
 | 
					
						
							|  |  |  |                             {% endif %}
 | 
					
						
							|  |  |  |                         {% endfor %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                         {% if budgets|length > 1 %}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                             {{ ExpandedForm.select('budget_id', budgets, budgetId) }} {##}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                         {% else %}
 | 
					
						
							| 
									
										
										
										
											2018-08-14 20:08:07 +02:00
										 |  |  |                             {{ ExpandedForm.select('budget_id', budgets, budgetId, {helpText: trans('firefly.no_budget_pointer', {link: route('budgets.index')})}) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                             {#budgets#}
 | 
					
						
							|  |  |  |                         {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         {# CATEGORY ALWAYS #}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {{ ExpandedForm.text('category',categoryName) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# TAGS #}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 17:45:47 +02:00
										 |  |  |                         {% set tags = '' %}
 | 
					
						
							|  |  |  |                         {% set piggyBankId = 0 %}
 | 
					
						
							|  |  |  |                         {% for metaValue in array.meta %}
 | 
					
						
							|  |  |  |                             {% if metaValue.name == 'tags' %}
 | 
					
						
							|  |  |  |                                 {% set tags = metaValue.value %}
 | 
					
						
							|  |  |  |                             {% endif %}
 | 
					
						
							|  |  |  |                             {% if metaValue.name == 'piggy_bank_id' %}
 | 
					
						
							|  |  |  |                                 {% set piggyBankId = metaValue.value %}
 | 
					
						
							|  |  |  |                             {% endif %}
 | 
					
						
							|  |  |  |                         {% endfor %}
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.text('tags', tags) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |                         {# RELATE THIS TRANSFER TO A PIGGY BANK #}
 | 
					
						
							| 
									
										
										
										
											2019-08-10 16:50:37 +02:00
										 |  |  |                         {{ PiggyBankForm.piggyBankList('piggy_bank_id',piggyBankId) }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         {# row with submit stuff. #}
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12 col-lg-offset-6 lg-md-offset-6">
 | 
					
						
							|  |  |  |                 <div class="box">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'options'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							| 
									
										
										
										
											2018-06-21 18:57:51 +02:00
										 |  |  |                         {{ ExpandedForm.optionsList('update','recurrence') }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <button type="submit" class="btn pull-right btn-success">
 | 
					
						
							| 
									
										
										
										
											2018-06-21 18:57:51 +02:00
										 |  |  |                             {{ ('update_recurrence')|_ }}
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |                         </button>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |         {#
 | 
					
						
							|  |  |  |             <div class="row">
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'expected_repetitions'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         Here.
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |         #}
 | 
					
						
							|  |  |  |     </form>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {# calendar modal #}
 | 
					
						
							|  |  |  |     <div class="modal fade" id="calendarModal" tabindex="-1" role="dialog">
 | 
					
						
							|  |  |  |     <div class="modal-dialog modal-lg">
 | 
					
						
							|  |  |  |         <div class="modal-content">
 | 
					
						
							|  |  |  |             <div class="modal-header">
 | 
					
						
							| 
									
										
										
										
											2018-12-29 21:57:24 +01:00
										 |  |  |                 <h4 class="modal-title">{{ 'recurring_calendar_view'|_ }}</h4>
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="modal-body">
 | 
					
						
							|  |  |  |                 <div id="recurring_calendar" style="max-width: 400px;margin: 0 auto;">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="modal-footer">
 | 
					
						
							|  |  |  |                 <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %}
 | 
					
						
							|  |  |  | {% block scripts %}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <script type="text/javascript" src="v1/js/lib/modernizr-custom.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							|  |  |  |     <script type="text/javascript" src="v1/js/lib/typeahead/typeahead.bundle.min.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							|  |  |  |     <script type="text/javascript" src="v1/js/ff/common/autocomplete.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							|  |  |  |     <script type="text/javascript" src="v1/js/lib/bootstrap-tagsinput.min.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							|  |  |  |     <script type="text/javascript" src="v1/js/lib/jquery-ui.min.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							| 
									
										
										
										
											2018-12-26 18:39:24 +01:00
										 |  |  |     <script type="text/javascript" src="v1/lib/fc/fullcalendar.min.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |     <script type="text/javascript">
 | 
					
						
							|  |  |  |         var transactionType = "{{ preFilled.transaction_type }}";
 | 
					
						
							|  |  |  |         var suggestUri = "{{ route('recurring.suggest') }}";
 | 
					
						
							|  |  |  |         var eventsUri = "{{ route('recurring.events') }}";
 | 
					
						
							| 
									
										
										
										
											2018-07-20 14:35:09 +02:00
										 |  |  |         var currentRepType = "{{ currentRepType }}";
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  |     </script>
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <script type="text/javascript" src="v1/js/ff/recurring/edit.js?v={{ FF_VERSION }}"></script>
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block styles %}
 | 
					
						
							| 
									
										
										
										
											2018-11-02 19:59:29 +01:00
										 |  |  |     <link href="v1/css/bootstrap-tagsinput.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
 | 
					
						
							|  |  |  |     <link href="v1/css/jquery-ui/jquery-ui.structure.min.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
 | 
					
						
							|  |  |  |     <link href="v1/css/jquery-ui/jquery-ui.theme.min.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
 | 
					
						
							|  |  |  |     <link href="v1/lib/fc/fullcalendar.min.css?v={{ FF_VERSION }}" type="text/css" rel="stylesheet" media="all">
 | 
					
						
							| 
									
										
										
										
											2018-06-17 15:14:34 +02:00
										 |  |  | {% endblock %}
 |