Join arbitrary tables that exist in the database, or download a
pandas pickle file of the joined table.
It is not required to add a restriction, although a large table
especially with blobs (i.e. data or attachments) can take a long
time to download. You can also just join/download
a single table.
{{ joindownload_render_form(form) }}
Joined Table
{% with data=data, toggle_off_keys=toggle_off_keys%}
{% include 'macros/tables.html' %}
{% endwith %}