{# Loading symbol that gets hidden after initialisation of all tables #}
{# Bar for selecting the current data table #}
{#
#}
{# Display of the current data table #}
{% for id, table in tables.items() %} {# Hide tables not to show them before all DataTables are loaded #} {% endfor %}
{# Script last, so that for large tables we get some content on the page before loading tables #} {# vim: set ts=2 sts=2 sw=2 et: #}