{# pe_table_browser.html #} {% extends "base.html" %} {% block content %} {% include "query_nav.html" %}

Patient Explorer table browser

{% if with_database %} {% endif %} {% for t in tables %} {% if with_database %} {% endif %} {% endfor %}
DatabaseSchema Table
{{ t.db }}{{ t.schema }} {{ t.table }}
{% endblock %}