{% extends "base.html" %} {% block title %}Search{% if q %}: {{ q }}{% else %} all tables{% endif %}{% endblock %} {% block nav %}

home

{{ super() }} {% endblock %} {% block content %}

Search all tables

{% if not searchable_tables %}

There are no tables that have been configured for search.

{% else %}
{% endif %}
{% endblock %}