{% set active_page = '' %} {% extends "base.html" %} {% import "_account_multi_select.html" as macros_acc %} {% block title %}Imports ยท net-alpha{% endblock %} {% block content %}

Imports

{{ macros_acc.account_multi_select(accounts_available, selected_accounts) }}
{% include "_drop_zone.html" %}
{% include "_data_hygiene.html" %}
{% include "_imports_table.html" %}
{% endblock %}