{% extends "base.html" %} {% block title %}Search{% if q %}: {{ q }}{% else %} all tables{% endif %}{% endblock %} {% block nav %}
{{ super() }} {% endblock %} {% block content %}There are no tables that have been configured for search.
{% else %} {% endif %} {% endblock %}