{{ _('Total Tables Found') }}: {{ data.total_tables }}
{% if data.search_query %}
{{ _('Search') }}: {{ data.search_query }}
{% endif %}
{% if data.tables %}

{{ _('Select a table from the list to view its data') }}

{% else %}
{{ _('No tables found') }}{% if data.search_query %} {{ _('matching') }}: {{ data.search_query }}{% endif %}
{% endif %}
{% set pwd_set = h.check_operations_pwd_set() %}