{% if schemas %} {% for schema in schemas %}
{{ schema.name }} {{ schema.tables | length }}
{% endfor %} {% else %}
Select a connection
{% endif %}