2016-11-06 16:17:22 +01:00
|
|
|
{% extends "./layout/default" %}
|
2016-05-22 21:11:30 +02:00
|
|
|
|
|
|
|
|
{% block breadcrumbs %}
|
2017-12-23 20:46:52 +01:00
|
|
|
{{ Breadcrumbs.render }}
|
2016-05-22 21:11:30 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
{% block content %}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-12 col-md-12 col-sm-12">
|
|
|
|
|
<div class="box box-default">
|
|
|
|
|
<div class="box-header with-border">
|
2017-06-24 06:57:24 +02:00
|
|
|
<h3 class="box-title">{{ 'import_index_title'|_ }}</h3>
|
2016-05-22 21:11:30 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="box-body">
|
2016-10-14 16:51:38 +02:00
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-8">
|
|
|
|
|
<p>
|
2017-08-04 15:56:14 +02:00
|
|
|
{{ 'import_general_index_intro'|_ }}
|
2016-10-14 16:51:38 +02:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-07-20 15:47:30 +02:00
|
|
|
|
2016-05-22 21:11:30 +02:00
|
|
|
<div class="row">
|
2017-12-11 15:17:02 +01:00
|
|
|
{# file import #}
|
2017-12-16 08:03:35 +01:00
|
|
|
{% if routines.file == true %}
|
|
|
|
|
<div class="col-lg-1 text-center">
|
|
|
|
|
<a href="{{ route('import.prerequisites', ['file']) }}">
|
|
|
|
|
<img src="images/logos/file.png" alt="{{ 'import_general_index_file'|_ }}"/><br/>
|
|
|
|
|
{{ 'import_general_index_file'|_ }}
|
2017-08-04 15:56:14 +02:00
|
|
|
</a>
|
2017-12-16 08:03:35 +01:00
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2017-12-11 15:17:02 +01:00
|
|
|
{# bunq import #}
|
2017-12-16 08:03:35 +01:00
|
|
|
{% if routines.bunq == true %}
|
|
|
|
|
<div class="col-lg-1 text-center">
|
|
|
|
|
<a href="{{ route('import.prerequisites', ['bunq']) }}">
|
|
|
|
|
<img src="images/logos/bunq.png" alt="{{ 'import_from_bunq'|_ }}"/><br/>
|
2017-12-11 15:17:02 +01:00
|
|
|
{{ 'import_from_bunq'|_ }}
|
2017-08-04 15:56:14 +02:00
|
|
|
</a>
|
2017-12-16 08:03:35 +01:00
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
2017-12-11 15:17:02 +01:00
|
|
|
{# import from Spectre #}
|
2017-12-16 08:03:35 +01:00
|
|
|
{% if routines.spectre == true %}
|
|
|
|
|
<div class="col-lg-1 text-center">
|
|
|
|
|
<a href="{{ route('import.prerequisites', ['spectre']) }}">
|
|
|
|
|
<img src="images/logos/spectre.png" alt="{{ 'import_using_spectre'|_ }}"/><br/>
|
2017-12-11 15:17:02 +01:00
|
|
|
{{ 'import_using_spectre'|_ }}
|
2017-12-09 12:23:28 +01:00
|
|
|
</a>
|
2017-12-16 08:03:35 +01:00
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{# import from Plaid #}
|
|
|
|
|
{% if routines.plaid == true %}
|
|
|
|
|
<div class="col-lg-1 text-center">
|
|
|
|
|
<a href="{{ route('import.prerequisites', ['plaid']) }}">
|
|
|
|
|
<img src="images/logos/plaid.png" alt="{{ 'import_using_plaid'|_ }}"/><br/>
|
|
|
|
|
{{ 'import_using_plaid'|_ }}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
2016-05-22 21:11:30 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-04-19 20:03:02 +02:00
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-12 col-md-12 col-sm-12">
|
|
|
|
|
<div class="box box-default">
|
|
|
|
|
<div class="box-header with-border">
|
|
|
|
|
<h3 class="box-title">{{ 'reset_import_settings_title'|_ }}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-body">
|
|
|
|
|
<p>
|
|
|
|
|
{{ 'reset_import_settings_text'|_ }}
|
|
|
|
|
</p>
|
|
|
|
|
<ul>
|
|
|
|
|
{# bunq import #}
|
|
|
|
|
{% if routines.bunq == true %}
|
|
|
|
|
<li><a href="{{ route('import.reset', ['bunq']) }}">{{ 'reset_settings_bunq'|_ }}</a></li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{# import from Spectre #}
|
|
|
|
|
{% if routines.spectre == true %}
|
|
|
|
|
<li><a href="{{ route('import.reset', ['spectre']) }}">{{ 'reset_settings_spectre'|_ }}</a></li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{# import from Plaid #}
|
|
|
|
|
{% if routines.plaid == true %}
|
|
|
|
|
<li><a href="{{ route('import.reset', ['plaid']) }}">{{ 'reset_settings_plaid'|_ }}</a></li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-12-16 08:03:35 +01:00
|
|
|
</div>
|
2016-05-22 21:11:30 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
{% block scripts %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
{% block styles %}
|
|
|
|
|
{% endblock %}
|