{% extends "base.html" %} {% block main_body_right %}
{% if base_navigation_dict['search_result'] | length > 0 %}

List of Tables

{% for tab in base_navigation_dict['search_result'] %} {% endfor %}
Data Source Name Entity
{{ tab['ds_name'] }} {{ tab['table_info'] }} Create Notebook
{% else %}

No data is found!

{% endif %}
{% endblock %}