{# database_structure.html #} {% extends "base.html" %} {% block content %} {% if paginated %}

Research database structure: paginated

{% else %}

Research database structure: long form

{% endif %} {% if with_database %}

Default database: {{ default_database }}

{% endif %}

Default schema: {{ default_schema }}

{% if paginated %} {% include "page_nav_results.html" with page=colinfolist %} {% endif %} {% include "database_structure_table.html" %} {% if paginated %} {% include "page_nav_results.html" with page=colinfolist %} {% endif %} {% endblock %}