{% if has_tables %}
{{ list_navigator_html|raw }} {{ table_list_html|raw }} {{ list_navigator_html|raw }}

{% else %} {{ 'No tables found in database.'|trans|notice }} {% endif %} {% if not is_system_schema %} {{ create_table_html|raw }} {% endif %}