{# Loading symbol that gets hidden after initialisation of all tables #}
{# Bar for selecting the current data table #}
{% for id, name in names.items() %}
{{ name }}
{% endfor %}
{#
#}
{# Display of the current data table #}
{% for id, table in tables.items() %} {# Hide tables not to show them before all DataTables are loaded #}
{{ table }}
{% endfor %}